]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2025-05-02  Jason Ishdoc/devguide: document the rate filter callback 13146/head
2025-05-02  Jason Ishdoc: add rst header order recommendation
2025-05-02  Jason Ishdetect: add callback for when rate filter changes action
2025-05-02  Jason Ishdecode: documentation group for packet alert flags
2025-05-02  Jason Ishdecode: use BIT macros for flags; consistent naming
2025-05-02  Victor Juliendetect/ftpbounce: reuse generic hook
2025-05-02  Victor Julienftp: per direction tx progress
2025-05-02  Jason Ishgithub-ci: pin bindgen test to bindgen v0.66.0 13142/head
2025-05-02  Jason Ishdoc/userguide: fix typo in lua flowvar lib
2025-05-02  Jason Ishlua: convert lua flowint functions to lib: suricata...
2025-04-30  Jason Ishbuild: separate private headers from installed headers 13125/head
2025-04-30  Jason Ishexamples: add simple c++ example
2025-04-30  Jason Ishutil-device: break into public and private definitions
2025-04-30  Jason Ishdevice: move LiveDeviceName from header into source
2025-04-30  Jason Ishlibsuricata-config: fix static library dependency order
2025-04-30  Jason Ishlibsuricata-config: fix type (status -> static)
2025-04-30  Jason Ishmisc: add c++ support to some headers
2025-04-30  Jason Ishmisc: only define _GNU_SOURCE if not defined
2025-04-30  Victor Julienthreads: rename function to make scope more clear
2025-04-30  Victor Julienthreads: fix autofp shutdown race condition
2025-04-30  Victor Julienthreads: remove unused flag
2025-04-29  Philippe Antoinelua: convert hassh function into suricata.hassh lib 13117/head
2025-04-29  Jason Ishlua/flowvarlib: fix unchecked null
2025-04-29  Jason Ishlua/flowvarlib: fix formatting inside clang-format off
2025-04-29  Jeff Lucovskygen/typo: Correct configure output grammar 13108/head
2025-04-28  Philippe Antoinedetect/single-buf: helper with more explicit direction 13106/head
2025-04-28  Philippe Antoinerust: bindgen detect-engine-buffer.h
2025-04-28  Philippe Antoinesrc: new file detect-engine-buffer.h
2025-04-28  Philippe Antoinesdp: use rust join
2025-04-28  Philippe Antoinewebsocket: limit allocation for small sizes
2025-04-28  Jason Ishlua: convert flowvar functions to lib 13097/head
2025-04-25  Philippe Antoinedoc/ssh: document hooks 13092/head
2025-04-25  Philippe Antoinedetect: flow friendly error on hook incompatibility
2025-04-25  Philippe Antoinessh: rustfmt
2025-04-25  Philippe Antoinelua: convert ssh function into suricata.ssh lib
2025-04-25  Philippe Antoinessh: make hooks available
2025-04-25  Philippe Antoinerust: derive for AppLayerState
2025-04-25  Philippe Antoinedns/lua: remove now unused includes
2025-04-25  Jeff Lucovskyftp: Apply rustfmt changes
2025-04-25  Jeff Lucovskydoc/ftp: Document ftp.dynamic_port keyword
2025-04-25  Jeff Lucovskydetect/ftp: Add ftp.dynamic_port keyword
2025-04-25  Jeff Lucovskyapp/ftp: Use common API naming
2025-04-25  Philippe Antoinedetect/multi-buf: helper with more explicit direction
2025-04-25  Philippe Antoinedetect/multi-buf: use only one progress
2025-04-25  Philippe Antoinedetect/multi-buf: harmonize wrapper
2025-04-23  Victor Juliengithub-ci: update to Fedora 42 13080/head
2025-04-22  Philippe Antoineapp-layer: remove obsolete NULL check 13079/head
2025-04-22  Jason Ishdoc/userguide: document that lua dns rules need hooks
2025-04-22  Jason Ishlua: fix fast.lua example
2025-04-22  Jason Ishlua: add suricata.rule library
2025-04-22  Jason Ishdoc/lua/dns: fix typo
2025-04-22  Philippe Antoinerust: use pure rust helper for registering sticky buffers
2025-04-22  Philippe Antoineplugin: applayer: do not use suricata JsonError
2025-04-22  Philippe Antoinehttp: fail tx creation if we cannot allocate user data 13073/head
2025-04-22  Philippe Antoinerust/htp: remove unused code
2025-04-21  Philippe Antoinewebsocket: fixes substraction 13064/head
2025-04-20  Victor Juliengithub-ci: codecov llvm updates 13057/head
2025-04-20  Victor Juliengithub-ci: update codecov unittest job
2025-04-20  Philippe Antoinednp3: mark tx as updated when creating it 13054/head
2025-04-20  Philippe Antoineftp: mark tx as updated when creating it
2025-04-20  Philippe Antoinehttp1: always mark tx as updated on request/response...
2025-04-19  Philippe Antoinedetect: rust helper to register sticky buffer 13053/head
2025-04-19  Philippe Antoinedetect: rename SCSigTableElmt to SCSigTableAppLiteElmt
2025-04-19  Philippe Antoinedetect: remove never set SIGMATCH_NOT_BUILT
2025-04-19  Philippe Antoineunittests: more realistic packet from UTHBuildPacketReal
2025-04-19  Philippe Antoinedetect/dns: support string for dns.rrtype
2025-04-19  Philippe Antoinedetect/dns: support string for dns.rcode
2025-04-19  Philippe Antoinedetect/dns: move keywords to rust
2025-04-19  Philippe Antoinedetect: new helper to register multi-buffer with progress
2025-04-19  Philippe Antoineci: rustc wrapper to disable coverage for external...
2025-04-19  Philippe Antoinehttp1: brotli decompression
2025-04-19  Philippe Antoineoutput: fix leak in case of alloc error 13049/head
2025-04-19  Philippe Antoinedefrag: remove unnecessary NULL check
2025-04-19  Philippe Antoineutil/mpm: prevents double free
2025-04-19  Philippe Antoinedetect: explicitly skip check on SCConfGet
2025-04-18  Eric Leblonddox/userguide: add tx_cnt documentation 13044/head
2025-04-18  Eric Leblondeve/schema: remove duplicate fields
2025-04-18  Eric Leblondeve/flow: log tx_cnt
2025-04-18  Eric Leblondeve/netflow: add tx_cnt
2025-04-18  Eric Leblondeve/smb: add tx_id to event
2025-04-18  Philippe Antoinewebsocket: use max window bits of 15
2025-04-18  Philippe Antoinerust: use flate2 with C zlib
2025-04-18  Philippe Antoinewebsocket: decompress single pdu message
2025-04-17  Jeff Lucovskyoutput/rotate: Remove extra rotation flag register 13035/head
2025-04-17  Jeff Lucovskyoutput/rotate: Serialize rotation flag handling
2025-04-17  Alice Akakidetect: add email.received keyword
2025-04-17  Jamesdoc: Update bypass docs to use new keyword format
2025-04-17  Victor Juliendetect/app-layer-protocol: allow matching on 'unknown'
2025-04-17  Victor Julienfirewall: detect: set firewall support flag on select...
2025-04-17  Victor Julienfirewall: detect: add feature flag for keywords support...
2025-04-17  Victor Julienfirewall: detect: set per rule table
2025-04-17  Victor Juliendetect: don't set conflicting packet/flow actions
2025-04-17  Victor Julienfirewall: detect: add explanation
2025-04-17  Victor Juliendetect/alert: minor cleanup
2025-04-12  Alice Akakidetect: add email.url keyword 13016/head
2025-04-12  Jason Ishrust/htp: remove authors; fix homepage
2025-04-12  Jason Ishhtp: rename to suricata-htp; allow publishing to crates.io
2025-04-12  Jason Ishsuricatactl: add description to Cargo.toml
2025-04-12  Jason Ishrust: always update Cargo.lock.in
2025-04-12  Shivani Bhardwajworkflows: use aggressive-cleanup option w s-v
next