]> git.ipfire.org Git - people/ms/suricata.git/shortlog
people/ms/suricata.git
2021-11-11  Victor Julienaf-packet: PacketSetData can't fail; remove check
2021-11-11  Victor Julienaf-packet: fix if/down issues with tpacket-v2/autofp
2021-11-11  Victor Julienaf-packet: packet checks into debug validate check
2021-11-11  Victor Julienaf-packet: hide all ebpf/bypass logic behind guards
2021-11-11  Victor Julienaf-packet: minor code cleanups
2021-11-11  Victor Julienaf-packet: simplify socket handling in tpacket v3
2021-11-11  Victor Julienaf-packet: minor config parsing cleanup
2021-11-11  Victor Julienaf-packet: remove obsolete define
2021-11-11  Victor Julienaf-packet: remove zero copy flag
2021-11-11  Victor Julienaf-packet: avoid flag colision with kernel
2021-11-11  Victor Julienaf-packet: fix soft lockup issues
2021-11-11  Victor Julienaf-packet: define all current TP_STATUS_* flags
2021-11-08  Modupe Falodundetect-rfb-secresult: convert unittest to FAIL/PASS...
2021-11-08  Modupe Falodundetect-sameip: convert unittests to FAIL/PASS APIs
2021-11-08  Sam Muhammeddetect/event: convert unittests to FAIL/PASS APIs
2021-11-06  Victor Julienpacketpool: reset PacketRelease on return to pool
2021-11-06  Sam Muhammeddetect/payload: convert unittests to FAIL/PASS APIs
2021-11-06  Modupe Falodundetect-gid: convert unittests to FAIL/PASS APIs
2021-11-06  Juliana Fajardiniutil/unittests: delete PASS_IF macro
2021-11-06  Juliana Fajardinidetect/dsize: convert unittests to FAIL/PASS API
2021-11-06  Juliana Fajardiniunittests (assorted): remove PASS_IF macro
2021-11-06  Juliana Fajardinidevguide: add page about rust unittests
2021-11-06  Juliana Fajardinidevguide: repurpose unittests page to unittests-c
2021-11-06  Juliana Fajardinidevguide: add page about testing
2021-11-06  Pierre Chifflierrust/tftp: convert parser to nom7 functions
2021-11-06  Pierre Chifflierrust/dns: convert parser to nom7 functions
2021-11-06  Pierre Chifflierrust/ssh: convert parser to nom7 functions
2021-11-06  Pierre Chifflierrust/mqtt: convert parser to nom7 functions
2021-11-06  Pierre Chifflierrust/sip: convert parser to nom7 functions
2021-11-06  Pierre Chifflierrust/ftp: convert parser to nom7 functions
2021-11-06  Pierre Chifflierrust/dhcp: convert parser to nom7 functions
2021-11-06  Pierre Chifflierrust: add nom7 dependency
2021-10-31  Modupe Falodunrust: remove unnecessary nested match
2021-10-31  Modupe Falodunrust: fix inherent to string
2021-10-31  Sam Muhammedrust(lint): use is_null() instead of ptr::null_mut()
2021-10-31  Sam Muhammedrust(lint): use is_null() instead of ptr::null()
2021-10-31  Sam Muhammedrust(lint): use let for binding single value
2021-10-31  Sam Muhammeddetect-engine: convert unittests to FAIL/PASS APIs
2021-10-30  Victor Julienflow: immediately evict tcp reused flows
2021-10-30  Victor Julienflow/bypass: clear memory on bypass
2021-10-30  Victor Julienflow/bypass: add util func to check if flow is bypassed
2021-10-30  Victor Julienflow/worker: run housekeeping for bypassed packets
2021-10-26  Victor Julienflow/manager: remove obsolete code
2021-10-25  Victor Julienflow/bypass: use_cnt desync'd on bypassed flows
2021-10-22  Philippe Antoinepcrexform: use substring and not whole match
2021-10-21  Philippe Antoinetftp: StringToAppProto case
2021-10-19  Philippe Antoinerange: checks that end is after start for HTTP2
2021-10-15  Jason Ishqueue.h: suppress scan-build warnings
2021-10-15  Philippe Antoinerange: move back files ownership in one case
2021-10-15  Philippe Antoinerange: checks that end is after start
2021-10-15  Philippe Antoineloopback: decodes IPv6 from all OSes
2021-10-11  Philippe Antoineike: do not keep server transforms in state
2021-10-11  Philippe Antoinemodbus: tx iterator
2021-10-11  Philippe Antoineutil: avoid calling snprintf in PrintStringsToBuffer
2021-10-10  Philippe Antoinehttp2: enable by default, even if not in config
2021-10-09  Philippe Antoinehttp2: enable by default
2021-10-09  Philippe Antoinehttp2: null check during upgrade
2021-10-09  Philippe Antoineapp-layer: disable by default if not in configuration
2021-10-06  Jason Ishqueue.h: wrap the system sys/queue.h
2021-10-05  Philippe Antoinealert: fixes leak in ThresholdHandlePacketRule
2021-10-05  Philippe Antoinefuzz: target must use the rules it parsed
2021-10-05  Jason Ishgithub-ci: pin macos build to 10.15
2021-10-05  Jason Ishgithub-ci: use sccache for gcc in commits workflow
2021-10-05  Victor Julienflow: free spare pool more aggressively
2021-10-04  Victor Julienthreading: force break loop on flow inject
2021-10-04  Victor Julienflow: process evicted flows on low/no traffic
2021-10-04  Victor Julienthreading: minor cleanups
2021-10-02  Jeff Lucovskyunittests/template: Register template unittests
2021-10-02  Jeff Lucovskyunittests/enip: Register ENIP unittests
2021-10-01  Philippe Antoinepcre: fixes a memory leak on alloc error
2021-10-01  Philippe Antoinehttp2: do not try to upgrade if http2 is disabled in...
2021-10-01  Philippe Antoinehttp2: flatten code style
2021-10-01  Philippe Antoineprotodetect: handle all gaps, even when depth is reached
2021-10-01  Jason Ishreadthedocs: add configuration file
2021-10-01  Philippe Antoinepcre: local match data for pcrexform
2021-10-01  Philippe Antoinepcre: use thread-storage for matches
2021-10-01  Philippe Antoinepcre: using de_ctx in unit tests for free function
2021-10-01  Philippe Antoinepcre: creates a match structure per match run
2021-09-29  Philippe Antoinehttp: range: remove assert that can happen
2021-09-29  Philippe Antoinehttp2: range: check return value when opening
2021-09-29  Philippe Antoinehttp: delete obsolete range log
2021-09-29  Philippe Antoinefuzz: adds one target with predefined rules
2021-09-29  Philippe Antoinelgtm: adds build instructions to get lgtm to work
2021-09-29  Jason Ishaf-packet: use configured cluster-id when checking...
2021-09-29  Philippe Antoineipv6: simpler generic overlap condition
2021-09-29  Juliana Fajardiniuserguide: update wiresharkwiki in public datasets
2021-09-29  Juliana Fajardinidoc/devguide: add few more explanations & details
2021-09-29  Juliana Fajardinidevguide/app-layer: rename /img dir to /diagrams
2021-09-29  Juliana Fajardinidevguide/transactions: add TSL_STATE enum snippet
2021-09-29  Juliana Fajardinidevguide/transactions: update & refine diagrams
2021-09-29  Juliana Fajardinidevguide/transactions: fix wordings
2021-09-29  Juliana Fajardinidevguide/code-style: fix typo in banned functions
2021-09-29  Juliana Fajardiniworkflows: add mscgen to Ubuntu 18.04 Cocci builds
2021-09-29  Juliana Fajardinidoc/devguide: add Transactions documentation page
2021-09-29  Philippe Antoinefuzz: updates README
2021-09-29  Philippe Antoinestyle: remove latest warnings
2021-09-29  Philippe Antoineflowint: same analysis warnings as flowbits
2021-09-29  Philippe Antoinepcre2: remove PCRE1 from CI
2021-09-28  Philippe Antoinepcre2: remove PCRE1 as dependency
2021-09-28  Philippe Antoinepcre2: follow code naming style
next