]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2023-03-29  Philippe Antoinehttp: complete multipart until request.body-limit 8648/head
2023-03-28  Victor Julienstream: handle zero window probe acks 8638/head
2023-03-28  Victor Julieneve/stream: add output warning about experimental state
2023-03-28  Victor Julienstream: accept and flag ack of ZWP data
2023-03-28  Victor Julienstream: harden tcp reuse check against RST/FIN
2023-03-28  Victor Julienstream: improve SYN and SYN/ACK handling with ECN/CWR...
2023-03-28  Victor Julienstream: fix TFO overlap detection with ECN/CWR flags
2023-03-28  Victor Julienstream: flag zero window probe packets
2023-03-28  Jason Ishconf: deprecate multiple "include" statements at same...
2023-03-28  Jason Ishconf: fatal error if "include" is a mapping
2023-03-28  Jason Ishconf: allow "include" to be a list of files
2023-03-28  Juliana Fajardinidocs: clarify exception policy's supported values
2023-03-28  Juliana Fajardiniexception/policy: use pkt action if no flow support
2023-03-27  Philippe Antoinedetect: bump detect engine version for tenant reload 8635/head
2023-03-27  Philippe Antoinedetect: bytemath do not left shift more than 64
2023-03-27  Jason Ishrust: don't suppress vendor output
2023-03-27  Jason Ishrust: bundle Cargo.lock
2023-03-27  Juliana Fajardiniflow/manager: fix coverity divide_by_zero warning
2023-03-27  Jeff Lucovskycontent: Constrain distance/within values
2023-03-27  Jeff Lucovskydoc/content: Add limits for distance/within
2023-03-24  jason taylorprofiling: updated switch block to fix gcc warning 8625/head
2023-03-24  Victor Julienprofiling: minor reformatting
2023-03-24  Juliana Fajardiniflow/manager: fix prealloc unhandled division by 0 8624/head
2023-03-24  Philippe Antoineenip: optimized tx iterator
2023-03-24  Philippe Antoinednp3: optimized tx iterator
2023-03-24  Philippe Antoinesmtp: optimized tx iterator
2023-03-24  Jason Ishsource-xf-xdp: update for deprecated function in libbpf
2023-03-24  Jason Ishrust: update aes and aes-gcm crates
2023-03-24  Victor Juliendetect/urilen: fix applying urilen as depth
2023-03-24  Victor Juliendetect/urilen: support HTTP/2
2023-03-24  Victor Julieneve/drop: don't log drops unless packet is dropped
2023-03-24  Victor Juliendetect/mpm: minor code cleanups
2023-03-24  Victor Juliendetect: apply within as depth where possible
2023-03-23  Victor Juliendetect/offset: minor code cleanups
2023-03-23  Victor Juliendetect/content: refactor limit propagation
2023-03-23  Victor Juliendetect/distance: minor code cleanups
2023-03-23  Victor Juliendetect/within: minor code cleanups
2023-03-23  Victor Juliendetect/analyzer: fix lists names
2023-03-23  Victor Juliendetect/analyzer: add byte_test/byte_jump detail
2023-03-23  Victor Juliendetect/analyzer: add content relative_next flag
2023-03-23  Victor Juliendetect/analyzer: add more pcre detail
2023-03-23  Victor Juliendetect: split mpm per alproto for file.data & others
2023-03-23  Victor Julienmpm factory: include alproto
2023-03-17  Philippe Antoinejsonschema: do not enforce keys for alert metadata 8605/head
2023-03-17  Philippe Antoinedoc: security.limit-noproc upgrade note
2023-03-17  Lukas Sismisgithub-ci: Add Netmap build to GH actions
2023-03-17  Jason Ishsmtp: apply suricata.yaml defaults to in-code defaults
2023-03-17  Jason Ishschema: add "message_id" to email
2023-03-17  Jason Ishconf: document ConfGetChildValueBool
2023-03-17  Gabriel Lima Luzdetect-lua: Convert unittests to FAIL/PASS API
2023-03-17  Jason Ishsource-xdp: only allow busy poll if headers support it
2023-03-17  Jason Ishgithub-ci: add Debian 11 builder with XDP
2023-03-11  Jason Ishschema: fix optional 8587/head
2023-03-11  Jason Ishschema: fix engines section
2023-03-11  Jeff Lucovskynflog/time: Fixup timestamp handling
2023-03-11  Jason Ishrust/clippy: allow derivable impls
2023-03-11  Victor Juliendetect/app-layer-event: simplify parsing code
2023-03-11  Victor Juliendetect/analyzer: add transform names
2023-03-09  Shivani Bhardwajutil/mime: use uint32_t for consumed bytes 8581/head
2023-03-06  Shivani Bhardwajdoc: add dataset examples 8572/head
2023-03-06  Shivani Bhardwajdetect: add comments for DETECT_SM_LIST_* types
2023-03-06  Jason Ishconfig: put version in configuration as a proper value
2023-03-06  Jeff Lucovskypfring: Packet structure for ts fix
2023-03-06  Jeff Lucovskypfring/time: Track stat output with SCTime_t
2023-03-06  Jeff Lucovskytime: SCTime additions -- neq, initializer
2023-03-06  Lancer Chengeve: add version and warning in ntlmssp
2023-03-06  Lancer Chengdoc: add version filed in NTLMSSP documentation
2023-03-06  Lancer Chengsmb: fix parser of ntlmssp negotiateflags
2023-03-06  Jeff Lucovskylog/thread: Consolidate threaded file tracking
2023-03-06  Jeff Lucovskylog: Stop if log initialization fails at startup
2023-02-28  Victor Julienstream: add seq min and max; use in segment compare 8563/head
2023-02-28  Victor Julienstream: fix overlap detection
2023-02-27  Victor Julienstream: reuse TCP session after TFO SYN+data reject 8562/head
2023-02-27  Victor Julieneve/stream: log tcp reuse flag in packets
2023-02-27  Victor Julienflow: remove unused tcp reuse flow flag
2023-02-27  Victor Julienstream: support SYN/ACK with TFO only ack'ing ISN
2023-02-24  Victor Julienstream: add counter for acks for unseen data
2023-02-24  Victor Julieneve/stream: ack unseen data
2023-02-24  Victor Julienstream: flag ACKs that ack segments after next_seq
2023-02-24  Victor Julienstream: fix spurious retransmission handling
2023-02-24  Victor Julienstream: add liberal timetamps option
2023-02-24  Victor Julienstream: D-SACK detection and logging
2023-02-24  Victor Julienstream: Dup-ACK detection
2023-02-24  Victor Julienstream: fix next_seq updates after temporary gap
2023-02-24  Victor Julieneve/stream: per packet stream engine logging
2023-02-24  Victor Julienstream: implement config option for SYN queue
2023-02-24  Victor Julienstream: track packet flags in packet
2023-02-24  Victor Julienstream: improve first FIN next_seq update
2023-02-24  Victor Julienstream: improve FIN next_seq handling
2023-02-24  Victor Julienstream: set next_seq before last_ack
2023-02-24  Victor Julienstream/tcp: fix wrong ACK trigger FIN1 to FIN2
2023-02-16  Victor Julienstream: SYN queue support
2023-02-15  Victor Julienstream: fix direction macro to be used in conditions
2023-02-15  Victor Julienstream: minor code cleanup
2023-02-15  Victor Julienflow: fix comment typo
2023-02-15  Victor Julienstream: turn session bool into flag
2023-02-15  Victor Julienstream: turn session flags into u32
2023-02-15  Victor Julienstream/config: optimize stream config structure layout
2023-02-15  Victor Julienstream/config: turn async_oneside into bool
2023-02-15  Victor Julienstream: minor code cleanups in ACK validation
next