]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2025-04-01  Jason Ishrust/conf: rust format 12907/head
2025-04-01  Jason Ishrust/conf: use generated bindings to SCConf API
2025-04-01  Jason Ishconf: prefix conf API with SC
2025-04-01  Jason Ishthreads/lib: fix coverity check for unchecked return...
2025-04-01  Jason Ishrust/rdp: namespace and visibility cleanups
2025-04-01  Jason Ishrust/smb: namespace and visibility cleanups
2025-04-01  Jeff Lucovskydoc/entropy: Add documentation for the entropy keyword
2025-04-01  Jeff Lucovskydetect/entropy: Use entropy matching when needed
2025-04-01  Jeff Lucovskydetect/entropy: Add entropy keyword
2025-04-01  Jeff Lucovskyrust/detect: Add entropy support
2025-04-01  Jeff Lucovskyfloat: General purpose floating point functions
2025-04-01  Shivani Bhardwajdoc: add http library supported fns 12891/head
2025-04-01  Shivani Bhardwajdoc: remove http cookie ua from list of buffers
2025-04-01  Shivani Bhardwajlua: convert http fns into suricata.http lib
2025-04-01  Shivani Bhardwajutil/lua: change arg name to reflect correctness
2025-04-01  Jason Ishgithub-ci: add test for custom lib example
2025-04-01  Jason Ishexamples/lib: include cleanup
2025-04-01  Jason Ishexamples/lib: use packet setter functions
2025-04-01  Jason Ishpacket: add set functions for some packet fields
2025-04-01  Jason Ishlib: remove TmModuleLibHandlePacket
2025-04-01  Jason Ishexamples/lib: use a main loop to wait for exit
2025-04-01  Jason Ishlib: remove SCRunModeLibDestroyWorker
2025-04-01  Jason Ishexamples/lib: create threadvars from main thread
2025-04-01  Jason Ishexamples/lib: update library example for ips drop
2025-04-01  Jason Ishrunmodes: typedef runmode enum and use as type
2025-04-01  Jason Ishlib: reorganize to avoid static prototypes
2025-04-01  Jason Ishlib: consistent naming style
2025-04-01  Jason Ishthreads: refactor TmThreadsSlotPktAcqLoop for user...
2025-04-01  Jason Ishlib: take pointer to LiveDevice, not name
2025-04-01  Jason Ishlib: remove global worker id variable
2025-04-01  Jason Ishlib: rename threadvars creation function
2025-04-01  Jason Ishexamples/lib: better command line handling
2025-04-01  Jason Ishthreads: don't attempt to join threads with an id of 0
2025-04-01  Jason Ish.gitignore: add more files
2025-04-01  Jason Ishexamples: rename lib capture example to custom
2025-04-01  Angelo Mirabellalibsuricata: add library runmode
2025-04-01  Juliana Fajardinidoc/exceptions: change stats counters names
2025-04-01  Juliana Fajardiniexceptions: move midstream stats to common counter
2025-04-01  Juliana Fajardiniexceptions: move reassembly memcap stats to common...
2025-04-01  Juliana Fajardiniexceptions: move ssn memcap stats to common counter
2025-04-01  Juliana Fajardiniexceptions: move flow memcap stats to common counter
2025-04-01  Juliana Fajardiniexceptions: move defrag stats to common counter
2025-04-01  Juliana Fajardiniexceptions: move app_layer stats to common counter
2025-04-01  Jeff Lucovskyoutput: Add linktype name
2025-04-01  Jeff Lucovskyoutput/datalink: Use Rust-based linktype hashmap
2025-04-01  Jeff Lucovskydecode/datalink: Add datalink value/name logic
2025-03-31  Jason Ishgithub-ci: use git cli command for netmap instead of... 12888/head
2025-03-31  Jason Ishdetect: SC prefix for extern pub Rust functions
2025-03-31  Jason Ishsnmp: rust naming and visibility cleanups
2025-03-31  Lukas Sismisdpdk: adjust auto mempool calculation when no TX queues set
2025-03-31  Lukas Sismisdpdk: allow zero TX queues when running in IDS mode
2025-03-31  Lukas Sismisdocs: double quote technical terms in DPDK section
2025-03-31  Lukas Sismisdpdk: NULL freed variables
2025-03-31  Lukas Sismisdpdk: document vlan stripping offload
2025-03-31  Lukas Sismisdpdk: check for link up before full startup
2025-03-31  Lukas Sismisdpdk: use default iface-copy value if not specified
2025-03-31  Lukas Sismisdpdk: replace global with per-thread mempools
2025-03-31  Lukas Sismisdpdk: remove mempool pointer from the thread structure
2025-03-31  Lukas Sismisdpdk: auto configure Rx/Tx descriptors and mempool...
2025-03-29  Philippe Antoinedetect: allow rule which need both directions to match 12875/head
2025-03-29  Jason Ishndpi: ignore packets that have a different proto than...
2025-03-29  Jason Ishdoc/ndpi: move ndpi docs to new plugins section
2025-03-29  Jason Ishndpi: fix memory in keyword setup
2025-03-29  Jason Ishdetect: split new keyword id from registration
2025-03-29  Jason Isheve/schema: add top level ndpi object
2025-03-29  Jason Ishgithub-ci: add ndpi build to the centos-stream9 build
2025-03-29  Alfredo Cardiglianondpi: initial implementation of nDPI plugin
2025-03-29  Alice Akakidetect: add email.date keyword
2025-03-29  Alice Akakimime/email: log date and subject fields
2025-03-29  Victor Juliendetect: per tx detect flags to a u8 progress value 12862/head
2025-03-29  Victor Julienapp-layer: add helper for AppLayerTxData cleanup
2025-03-29  Victor Juliendoc/tls: add more detail on tls.random
2025-03-29  Victor Juliendetect: reorder struct
2025-03-29  Lukas Sismislandlock: add read/write permission to MPM cache directory
2025-03-29  Lukas Sismishyperscan: add caching mechanism for hyperscan contexts
2025-03-29  Lukas Sismisutil-mpm: prepare MPM codebase for ruleset caching
2025-03-29  Lukas Sismisutil-mpm-hs: refactor Hyperscan Pattern DB initializati...
2025-03-29  Lukas Sismisdetect-engine: remove commented out code
2025-03-29  Lukas Sismisutil-path: remove dead code
2025-03-29  Lukas Sismisutil-hash: add iterator for hash function
2025-03-29  Lukas Sismishashlittle: add a safe variant of hashlittle2 function
2025-03-29  Philippe Antoinedoc/http2: explicit behavior for some http keywords
2025-03-29  Philippe Antoineci: test cargo fmt for some subdirs
2025-03-29  Philippe Antoineplugins: check version for all plugins
2025-03-29  Philippe Antoineplugins: bind constant SC_PLUGIN_API_VERSION
2025-03-29  Philippe Antoineplugin: constify some fields
2025-03-29  Philippe Antoinerust/detect: extend visibility of SIGMATH_NOOPT
2025-03-29  Philippe Antoinetemplate: rustfmt
2025-03-29  Shivani Bhardwajstream: make counter fns static
2025-03-29  Shivani Bhardwajutil/stream: remove duplicate nested statement
2025-03-29  Shivani Bhardwajstream: use max-region setting from suricata.yaml
2025-03-29  Shivani Bhardwajstream: replace explicit logic w pre-existing fn
2025-03-29  Shivani Bhardwajstream: combine statements w same outcome
2025-03-29  Shivani Bhardwajstream: fix minor typos
2025-03-29  Shivani Bhardwajstream: use bool wherever possible
2025-03-29  Shivani Bhardwajstream: add defensive checks and comments
2025-03-29  Shivani Bhardwajstream: remove unneeded else
2025-03-29  Jeff Lucovskyoutput/buffer: Change buffer-size default value
2025-03-29  Philippe Antoinedetect/ja: use multi-protocol support
2025-03-29  Philippe Antoinedetect: clean support for multi-protocol keywords
next