]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2025-01-26  Jeff Lucovskydoc: Add ftp.command sticky buffer 12480/head
2025-01-26  Jeff Lucovskydetect/ftp.command: Add sticky buffer
2025-01-26  Philippe Antoinedetect/smtp: smtp.rcpt_to keyword
2025-01-26  Philippe Antoinedetect/smtp: smtp.mail_from keyword
2025-01-26  Philippe Antoinedetect/smtp: smtp.helo keyword
2025-01-24  Jason Ishrust/logging: fix logging from plugins 12472/head
2025-01-23  Jason Ishlua: add "builtins" file to consolidate registration 12462/head
2025-01-23  Jason Ishdoc/userguide: document lua hashlib
2025-01-23  Jason Ishlua: expose hashing functions to lua scripts
2025-01-23  Jason Ishrust/hashing: add more hex variants
2025-01-23  Philippe Antoinesource/pcap-file: remove unused macro warning
2025-01-23  Philippe Antoinedetect/base64: remove unused macro warning
2025-01-23  Philippe Antoinerust: AppLayerRegisterParser out of SuricataContext
2025-01-23  Philippe Antoinerust: generated bindings depend on cbindgen.toml
2025-01-23  Alice Akakidetect: add ldap.responses.count
2025-01-23  Alice Akakidetect: add ldap.responses.operation
2025-01-23  Alice Akakidetect: add ldap.request.operation
2025-01-23  Alice Akakirustfmt: rust/src/ldap/types.rs
2025-01-23  Philippe Antoinehttp: aliases for htp opaque htp_header_t
2025-01-23  Philippe Antoinehttp: use even more aliases for htp opaque htp_tx_t
2025-01-23  Philippe Antoinehttp: use alias for htp opaque htp_tx_t
2025-01-23  Philippe Antoinehttp: include htp-libhtp.h from header
2025-01-23  Victor Juliendetect: set mpm/prefilter during signature parsing
2025-01-21  Jason Ishrust/ssh: rustfmt 12445/head
2025-01-21  Jason Ishssh: cleanup rust visibility and naming
2025-01-21  Jason Ishrust/ntp: rustfmt
2025-01-21  Jason Ishntp: cleanup visibility and naming
2025-01-21  Jason Ishpgsql: cleanup visibility and naming
2025-01-21  Jason Ishrust/dhcp: rustfmt
2025-01-21  Jason Ishdhcp: cleanup visibility and naming
2025-01-21  Jason Ishrust/applayer: clean visibility of export macros
2025-01-21  Jason Ishrust/transforms: remove no_mangle from non-pub functions
2025-01-21  Jason Ishrust/ldap: cleanup no_mangle and extern C pub functions
2025-01-21  Eric Leblonddecode/tcp: fix some macros
2025-01-21  Philippe Antoinesmtp: recognize if client initiated TLS
2025-01-21  Philippe Antoineprotodetect: finish probing parser sooner
2025-01-20  Jeff Lucovskygen: Remove _AL_ usage in detect keywords 12433/head 12436/head
2025-01-17  Jason Ishrust/detect: remove nested unsafe around keyword regist... 12424/head
2025-01-17  Jason Ishrust/log: move rust log and debug utils to debug module
2025-01-17  Jason Ishrust/direction: move direction to own file (cleanup)
2025-01-17  Jason Ishrust/flow: move flow support to its own file (cleanup)
2025-01-17  Philippe Antoinehttp: aliases for htp opaque htp_tx_t 12419/head
2025-01-16  Philippe Antoinerust: remove unneeded mut for tx in detect 12413/head
2025-01-16  Philippe Antoinerust: remove unneeded mut for tx in loggers
2025-01-16  Philippe Antoinehttp: aliases for htp progresses
2025-01-16  Philippe Antoinehttp: aliases for htp protocol versions
2025-01-16  Philippe Antoinehttp: aliases for htp stream states
2025-01-16  Philippe Antoinehttp: aliases for htp methods
2025-01-16  Philippe Antoinehttp: aliases for htp auths
2025-01-16  Philippe Antoinehttp: aliases for htp flags
2025-01-16  Philippe Antoinehttp: aliases for htp server personalities
2025-01-16  Philippe Antoinehttp: aliases for htp statuses
2025-01-14  Philippe Antoineldap: implement abandon request 12390/head 12396/head
2025-01-14  Philippe Antoineldap: update ldap-parser crate
2025-01-14  Alice Akakidetect: add vlan.layers keyword 12393/head
2025-01-14  Alice Akakidetect: add vlan.id keyword
2025-01-13  Philippe Antoinefuzz: remove unused macro 12383/head 12389/head
2025-01-13  Philippe Antoinefuzz: better init for signature parsing harness
2025-01-13  Philippe Antoineplugins: app-layer plugins
2025-01-13  Philippe Antoineapp-layer: make number of alprotos dynamic
2025-01-13  Philippe Antoineapp-layer: move ALPROTO_FAILED definition
2025-01-12  Jason Ishlua/datasets: factor out into its own file 12379/head
2025-01-12  Jason Ishlua/datasets: rework to be a "required" module
2025-01-12  Victor Juliendetect/lua: add support for datasets
2025-01-12  Victor Juliendetect/lua: add thread_init
2025-01-12  Victor Juliendetect/lua: improve stack dumping
2025-01-11  Jeff Lucovskylog/file: Ensure file ctx pointer is returned . 12375/head
2025-01-10  Shivani Bhardwajflow/pkts: allow matching on either direction 12373/head
2025-01-10  Shivani Bhardwajdoc: update syntax for flow.pkts & flow.bytes
2025-01-10  Shivani Bhardwaj flow/pkts: make syntax cleaner and compact
2025-01-10  Victor Julienstream: RST no longer acks all data 12371/head
2025-01-10  Victor Julienflow/manager: improve doc; minor cleanup
2025-01-10  Victor Julienflow: skip lock for skippable flows
2025-01-10  Victor Julienthreads: align struct to CLS to avoid false sharing
2025-01-10  Victor Julienthreads: seal after setup; unseal at shutdown
2025-01-10  Victor Julienthreads: fine grained locking for Thread
2025-01-10  Victor Julienflow/manager: in offline mode, use owning threads time
2025-01-10  Victor Julienflow/worker: improve flow timeout time accuracy
2025-01-10  Victor Julienflow: fix flow bucket timestamp optimization
2025-01-10  Victor Julienthreads: use sleeping threads for minimum time a bit...
2025-01-10  Victor Julientime: thread time update after flow update
2025-01-10  Victor Julienflow: exact flow timeout
2025-01-10  Victor Julientime: getter for SCTime_t timestamp of a thread
2025-01-10  Victor Julienstream: rename tcp reuse flag
2025-01-10  Victor Julieneve/stream: add tcp-session-reuse trigger
2025-01-10  Victor Julienflow: improve thread safety during timeout checks
2025-01-10  Victor Julieneve/flow: log tcp reuse as 'reason'
2025-01-10  Victor Julienunix/socket: cleanup start up logic
2025-01-10  Victor Julienthreads: include name in error message
2025-01-10  Philippe Antoinedns: improved handling of corrupt additionals
2025-01-08  Philippe Antoineldap: truly enforce max-tx 12358/head
2025-01-08  Philippe Antoineprofiling: use dynamic number of app-layer protos
2025-01-08  Philippe Antoineapp-layer/parser: use dynamic number of app-layer protos
2025-01-08  Philippe Antoinefuzz: use dynamic number of app-layer protos
2025-01-08  Philippe Antoineapp-layer/stats: use dynamic number of app-layer protos
2025-01-08  Philippe Antoineutil: parenthesis for macro
2025-01-08  Philippe Antoineframes: use dynamic number of app-layer protos
2025-01-08  Philippe Antoineprotodetect: use dynamic number of app-layer protos
2025-01-08  Philippe Antoineprotodetect: use dynamic number of app-layer protos
2025-01-08  Philippe Antoineprotodetect: make expectation_proto part of AppLayerPro...
next