]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2025-05-22  Philippe Antoinesnmp: probing parser returns unknown if not enough... 13299/head
2025-05-22  Philippe Antoinescripts: clang-format can use a different base than... 13296/head
2025-05-20  Eric Leblonddatasets: fix set with ip sets 13270/head 13280/head
2025-05-13  Jason Ishgithub-ci: use current directory for unit test logging 13229/head
2025-05-13  Victor Juliendetect: don't set conflicting packet/flow actions 13222/head
2025-04-28  Philippe Antoinedetect: do not bug on tx data being NULL 13102/head 13110/head
2025-04-21  Philippe Antoinednp3: mark tx as updated when creating it 13066/head 13082/head
2025-04-21  Philippe Antoineftp: mark tx as updated when creating it
2025-04-21  Philippe Antoinehttp1: always mark tx as updated on request/response...
2025-04-11  Philippe Antoinerust: fix clippy warning manual_contains 13012/head 13030/head
2025-04-09  Jason Ishrust: fix rustdoc indentation in lists 12999/head 13002/head
2025-04-09  Jason Ishrust: fix clippy warnings for unspecified extern ABI
2025-04-09  Jason Ishversion: start development towards 7.0.11
2025-03-29  Philippe Antoinefuzz: set flow flags as in Suricata 12864/head 12868/head
2025-03-26  Jason Ishgithub-ci: don't run builds on PR if only docs changed 12834/head
2025-03-26  Jason Ishgithub-ci: update Fedora non-root build to Fedora 41
2025-03-26  Jason Ishgithub-ci: remove fedora 40 builds where 41 exists
2025-03-26  Victor Juliengithub-ci: update Fedora 39 jobs to 41
2025-03-26  Victor Juliengithub-ci: bump known rust ver to 1.85.1
2025-03-25  Shivani Bhardwajrelease: 7.0.10; update changelog suricata-7.0.10
2025-03-20  Victor Juliendetect: add padding to suppress scan-build warning 12793/head 12806/head
2025-03-19  Victor Julienaf-packet: use actual snaplen in bpf 12786/head
2025-03-19  Victor Juliendatasets: work around scan-build warning
2025-03-19  Shivani Bhardwajversion: start development towards 7.0.10 12781/head
2025-03-18  Shivani Bhardwajrelease: 7.0.9; update changelog suricata-7.0.9
2025-03-18  Juliana Fajardiniupgrade: list inspection recursion default limit
2025-03-18  Victor Juliendatasets: set higher hashsize limits
2025-03-18  Philippe Antoinedetect: add configurable limits for datasets
2025-03-18  Victor Juliendatasets: improve default hashsize handling
2025-03-18  Jason Ishdoc/userguide: af-packet upgrade notes
2025-03-18  Jason Ishaf-packet: delay setting default-packet-size for af...
2025-03-18  Jason Ishaf-packet: warn that tpacket-v3 is better for non-inlin...
2025-03-18  Jason Ishaf-packet: add event for packets truncated by af-packet
2025-03-18  Jason Ishaf-packet: warn if v3 block size is not large enough...
2025-03-18  Jason Ishaf-packet: warn if v2 block size not large enough for...
2025-03-18  Jason Ishaf-packet: make tpacket-v2 block size configurable
2025-03-18  Jason Ishaf-packet: increase default block size
2025-03-18  Jason Ishaf-packet: warn if defrag not suitable for mode
2025-03-18  Jason Ishaf-packet: check defrag value even if cluster-type...
2025-03-18  Philippe Antoinedetect: limit base64_decode `bytes` to 64KiB
2025-03-17  Philippe Antoinedetect: non infinite default value for inspection-recur...
2025-03-17  Philippe Antoinedetect/pcre: avoid infinite loop after negated pcre
2025-03-12  Victor Julienstream: RST no longer acks all data 12756/head 12761/head
2025-03-11  Philippe Antoinedetect: delay tx cleanup in some edge case 12751/head 12754/head
2025-03-07  Philippe Antoinedetect: reset signature groups when reversing flow
2025-03-06  Philippe Antoinefiles: append data on closing even with FILE_NOSTORE 12719/head 12725/head
2025-02-26  Philippe Antoineapp-layer: track modified/processed txs 12678/head
2025-02-23  Philippe Antoinequic: discard late retry packets 12661/head 12663/head
2025-02-23  Philippe Antoinequic: decrypt only initial packets
2025-02-23  Philippe Antoinequic: handle retry packets
2025-02-23  Philippe Antoinequic: handle fragmented hello over multiple packets
2025-02-23  Philippe Antoinequic: parse ack frame number 3
2025-02-23  Philippe Antoinequic: move all_consuming check to callee
2025-02-21  Jason Ishrust: fixes for new clippy warnings 12651/head
2025-02-21  Philippe Antoinedetect/krb5: avoid integer underflow with krb5.ticket_e...
2025-02-18  Jason Ishdns: refactor tests to avoid assert!(false) 12618/head 12630/head
2025-02-18  Jason Ishrust: allow clippy::unused_unit for tests that use...
2025-02-18  Shivani Bhardwajdns: fix clippy lint warnings
2025-02-18  Philippe Antoinerust: fix assertions_on_constants for assert!(true)
2025-02-18  Philippe Antoinerust: fix single_binding
2025-02-18  Philippe Antoinerust: fix assertions_on_constants for assert!(false)
2025-02-18  Jason Ishrust: allow vec_init_then_push in tests
2025-02-18  Jason Ishmqtt: always use 0x notation for hex in tests
2025-02-17  Victor Julientls: more permissive empty data eof check 12607/head 12611/head
2025-02-11  Jason Ishgithub-ci: update actions/cache (deprecated) 12559/head 12566/head
2025-02-11  Jeff Lucovskydoc/csum: Stream checksum validation change 12557/head
2025-02-11  Jeff Lucovskydetect/csum: rm interaction btw stream setting/csum
2025-02-11  Giuseppe Longosip/parser: enforce valid chars for sip version
2025-02-11  Giuseppe Longosip/parser: accept valid chars
2025-02-11  Giuseppe Longorust/sip: rustfmt sip module
2025-01-23  Philippe Antoineprotodetect: finish probing parser sooner 12463/head
2025-01-14  Jeff Lucovskyflow/var: Release key storage 12392/head 12404/head
2025-01-14  Jeff Lucovskylog/file: Ensure file ctx pointer is returned . 12391/head
2025-01-14  Jeff Lucovskyoutput/log: Remove extraneous error message
2025-01-14  Jeff Lucovskyoutput/log: Improve error handling
2025-01-08  Giuseppe Longooutput/json: check 5-tuple values prior to logging 12355/head
2024-12-17  Victor Julienflow/manager: fix multi instance row tracking 12302/head
2024-12-17  Shivani Bhardwajflow/manager: add fn docs
2024-12-13  Shivani Bhardwajstream: apply clang formatting 12274/head 12283/head
2024-12-13  Shivani Bhardwajversion: start development towards 7.0.9
2024-12-12  Shivani Bhardwajrelease: 7.0.8; update changelog suricata-7.0.8
2024-12-12  Victor Julienstream: mark urgent experimental; set safe defaults
2024-12-12  Victor Juliendoc/userguide: document TCP urgent policy
2024-12-12  Victor Julieneve/flow: add per flow TCP oob urg data counter
2024-12-12  Victor Julienstream: add TCP urgent handling options
2024-12-12  Victor Julienstream: remove unused function argument
2024-12-12  Victor Juliendecode/tcp: count urg flag
2024-12-12  Jason Ishdns: provide events for recoverable parse errors
2024-12-12  Jason Isheve/dns: add truncation flags for fields that are truncated
2024-12-12  Jason Ishdns: truncate names larger than 1025 characters
2024-12-12  Philippe Antoineutil/streaming-buffer: add extra safety check
2024-12-12  Philippe Antoineutil/streaming-buffer: check need to grow region
2024-12-12  Philippe Antoineutil/streaming-buffer: fix regions intersection
2024-12-11  Philippe Antoinedoc: improve documentation about guess-applayer-tx 12270/head
2024-12-11  Victor Juliendetect: re-add app-layer to alerts on stream matches
2024-12-11  Philippe Antoinedetect: log app-layer metadata in alert with single tx
2024-12-11  Victor Juliendetect: don't run pkt sigs on ffr pkts
2024-12-11  Lukas Sismisdpdk: set ice PMD RSS key length to 52 bytes for all... 12262/head
2024-12-07  Juliana Fajardinidetect/flowing: apply clang format changes 12244/head
2024-12-07  Juliana Fajardiniflowint: add isnotset support
next