]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
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...
2025-01-08  Philippe Antoinefuzz: use lower pcre limits
2025-01-08  Philippe Antoinedetect: move fields around to fill memory holes
2025-01-08  Philippe Antoinestats: remove unused pseudo_failed stat
2025-01-08  Philippe Antoinesrc: remove unused struct fields
2025-01-08  Victor Juliengithub-ci: update Fedora 39 jobs to 41
2025-01-08  Philippe Antoinedetect: improve tx_id guessing for unidirectional protocols
2025-01-08  Philippe Antoinedoc: improve documentation about guess-applayer-tx
2025-01-08  Jeff Lucovskyflow/var: Release key storage
2025-01-04  dependabot... github-actions: bump actions/upload-artifact from 4... 12339/head
2025-01-04  dependabot... github-actions: bump github/codeql-action from 3.27...
2025-01-04  dependabot... github-actions: bump codecov/codecov-action from 5...
2025-01-04  Jeff Lucovskyoutput/log: Remove extraneous error message
2025-01-04  Jeff Lucovskyoutput/log: Improve error handling
2024-12-20  Shivani Bhardwajdoc: add guide for ticket title 12314/head
2024-12-20  Philippe Antoinehttp2: complete json schema
2024-12-20  Philippe Antoinedoh2: really enforce 65K dns message limit
2024-12-20  Jason Ishrust/jsonbuilder: make set_uint generic over Into<u64>
2024-12-20  Philippe Antoineci: run CodeQL only on python changes
2024-12-20  Jeff Lucovskydoc/commit
2024-12-20  Jeff Lucovskygit: Add commit template
2024-12-20  Philippe Antoinedns/probe: check that a request has at least one query
2024-12-20  Philippe Antoinedns/probe: adds check for 0 records and big size
2024-12-13  Shivani Bhardwajdns: fix clippy lint warnings 12287/head
next