]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2025-06-11  Eric Leblonddatasets: factorize dataset creation
2025-06-11  Eric Leblonddatasets: separate DatasetGet in 2 functions
2025-06-11  Eric Leblonddatasets/context: rename the datajson files
2025-06-11  Eric Leblonddoc/userguide: jsonline is now standard ndjson
2025-06-11  Eric Leblonddatajson: rename jsonline to ndjson
2025-06-11  Eric Leblonddoc/userguide: improve datajson doc
2025-06-11  Eric Leblonddatajson: output context to "context"
2025-06-11  Eric Leblonddatajson: fix thread safety violation
2025-06-11  Eric Leblonddatajson: reduce size length
2025-06-11  Eric Leblonddatajson: fix string format in error message
2025-06-11  Eric Leblondeve/schema: remove reference to datajson
2025-06-11  Eric Leblonddoc/userguide: remove left over datajson reference
2025-06-11  Eric Leblonddoc/userguide: improve datajson doc
2025-06-11  Eric Leblonddatajson: add remove_key option to dataset
2025-06-11  Eric Leblonddoc/userguide: basic doc for jsonline format
2025-06-11  Eric Leblonddatajson: implement jsonline format
2025-06-11  Eric Leblonddatajson: prepare jsonline format
2025-06-11  Eric Leblonddoc/userguide: add dataset with json
2025-06-11  Eric Leblondeve/schema: document datajson output
2025-06-11  Eric Leblondeve/schema: pktvars is a container
2025-06-11  Eric Leblonddetect/pcre: add extraction for alert
2025-06-11  Eric Leblonddatajson: introduce feature
2025-06-11  Eric Leblondutil/byte: add HexToRaw function
2025-06-11  Eric Leblondutil/ip: add IPv4 and IPv6 length
2025-06-11  Victor Juliendetect: replace DetectEngineCtx flag with EngineModeIsF...
2025-06-11  Victor Juliendetect/config: supported for firewall rules
2025-06-11  Victor Julienhelp: group and reorder help/usage output
2025-06-11  Victor Juliencommandline: add --help option
2025-06-11  Victor Julienfirewall: add --firewall and firewall.enabled
2025-06-11  Victor Julienfirewall: move config into yaml object
2025-06-11  Pierre Chifflierldap: avoid unneeded renaming of variables
2025-06-11  Pierre Chifflierldap: fix clippy warnings (unneded conversions)
2025-06-11  Pierre Chifflierldap: factorize code and remove duplicated structs...
2025-06-11  Pierre Chifflierldap: update ldap-parser to 0.5.0
2025-06-11  Alice Akakijson/schema: link file.name to email.attachment 13423/head
2025-06-10  Jason Ishdoc/upgrade: note about dns address swap on responses 13419/head
2025-06-10  Philippe Antoinefuzz: fix -Wshorten-64-to-32 warnings
2025-06-10  Philippe Antoineutil: fix -Wshorten-64-to-32 warnings for afpacket
2025-06-10  Philippe Antoineconfigure: add -Wshorten-64-to-32 to the flags
2025-06-10  Philippe Antoinedetect/engine: fix -Wshorten-64-to-32 warnings
2025-06-10  Victor Julientime: replace usleep by SleepUsec/SleepMsec
2025-06-10  Victor Julienthreads: clean up module flags
2025-06-10  Victor Julienthreading: fix shutdown of IPS autofp modes
2025-06-10  Philippe Antoinerust: bindgen AppLayerParserConfParserEnabled
2025-06-10  Philippe Antoinerust: bindgen SCAppLayerParserRegisterLogger
2025-06-10  Philippe Antoinerust: bindgen AppLayerParserRegisterParserAcceptableDat...
2025-06-10  Philippe Antoinerust: bindgen AppLayerParserSetStreamDepth
2025-06-10  Philippe Antoinerust: bindgen SCAppLayerParserStateIssetFlag
2025-06-10  Philippe Antoinerust: bindgen AppLayerParserStateSetFlag
2025-06-10  Philippe Antoinesrc: clean includes for app-layer-parser.h
2025-06-10  Victor Juliendetect/config: add flow tracking doc 13410/head
2025-06-10  Victor Juliendetect/config: remove unused include
2025-06-10  Victor Juliendetect/config: add func docs
2025-06-10  Victor Juliendetect/config: remove filestore reference from comments
2025-06-10  Victor Juliendetect/config: add support for skipping flow tracking
2025-06-10  Victor Juliendetect: set detect table for non-firewall mode as well
2025-06-10  Victor Juliendetect/config: allow setting a scope for action config
2025-06-10  Victor Julienutil/config: comment out unused types
2025-06-10  Victor Juliendetect/config: clean up keyword value parsing
2025-06-10  Victor Juliendetect: clean up signature validate logic
2025-06-10  Victor Juliendetect: tables support per keyword
2025-06-10  Victor Juliendetect: use accept:hook policy for pre_* hooks
2025-06-10  Victor Juliendetect: add pre_flow hook
2025-06-10  Victor Juliendetect: add pre_stream hook
2025-06-10  Victor Juliendetect: add tcp.wscale keyword
2025-06-10  Victor Julienflow-worker: use explicit type for DetectEngineThreadCtx
2025-06-10  Victor Juliendetect: only reset packet alert things in unittest...
2025-06-10  Victor Juliendetect: pass de_ctx around as const
2025-06-10  Victor Juliendetect/bsize: constify signature pointer in callback
2025-06-10  Victor Juliendetect/absent: constify signature pointer in callback
2025-06-10  Victor Julieneve/schema: reformat with clang-format
2025-06-10  Jason Ishrust: allow some lints in suricatactl and suricatasc
2025-06-10  Jason Ishsuricatasc: reconnect on loss of connection
2025-06-10  Lukas Sismisaffinity: avoid zero-division in the CPU selector
2025-06-10  Lukas Sismisrunmodes: remove redundant NULL check
2025-06-10  Jeff Lucovskydetect: Ensure byte* variable usages is for same buffers
2025-06-10  Jason Ishdns: log addresses in order of packet
2025-06-07  Jason Ishoutput: delayed initialization for custom loggers 13397/head
2025-06-07  Juliana Fajardinipgsql: install rules
2025-06-07  Shivani Bhardwajsmtp: trigger raw stream inspection
2025-06-07  Shivani Bhardwajsip: fix inspection direction
2025-06-07  Shivani Bhardwajdnp3: trigger raw stream inspection
2025-06-07  Lukas Sismisthreading: add unittests for cpu affinity YAML parsing
2025-06-07  Lukas Sismisaffinity: error out on defining CPUs outside valid...
2025-06-07  Lukas Sismisthreading: let cpu set building callback return a value
2025-06-07  Lukas Sismisthreading: support thread autopinning and interface...
2025-06-07  Lukas Sismisdoc: remove title in threading section with no content
2025-06-07  Lukas Sismisthreading: support previous threading configuration...
2025-06-07  Lukas Sismisthreading: transform *-cpu-set nodes from list items...
2025-06-07  Lukas Sismisutil-affinity: move properties of *-cpu-set node one...
2025-06-07  Lukas Sismisthreading: refactor CPU affinity code
2025-06-07  Lukas Sismisactions: test hwloc build
2025-06-07  Lukas Sismisgithub-ci: install hwloc as a mandatory dependency
2025-06-07  Lukas Sismisdpdk: move DPDK socket retrieval to utils
2025-06-07  Lukas Sismisrunmodes: query the active runmode with a function...
2025-06-06  Jason Ishrust: fix compiler warning for confusing lifetimes 13396/head
2025-06-06  Lukas Sismishs-cache: adjust printing directive to match uint64_t
2025-06-06  Jason Ishlua: update to Lua 5.4.8
2025-06-06  Jason Ishrust: update deps
2025-06-06  Jason Ishrust: fix new clippy issues with MSRV update
next