]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2022-10-04  dependabot... github-actions: bump actions/checkout from 2 to 3.1.0 7966/head
2022-10-04  dependabot... github-actions: bump actions/cache from 3.0.8 to 3...
2022-10-04  Jason Ishgithub-ci: add workflow for rust clippy
2022-10-04  Jason Ishrust: fix clippy lint for null comparison
2022-10-04  Jason Ishrust/modbus: derive default instead of manual impl
2022-10-04  Jason Ishrust/frames: cleanup clippy lint for unsafe
2022-10-04  Jason Ishrust: fix clippy lint for unnecessary_unwrap
2022-10-04  Jason Ishrust: fix clippy lint for single_char_add_str
2022-10-04  Jason Ishrust: fix clippy lint for bool_assert_comparison
2022-10-04  Jason Ishrust: fix clippy lint for partialeq_to_none
2022-10-04  Jason Ishrust: fix clippy lint for explicit_auto_deref
2022-10-04  Jason Ishrust: fix clippy lint for needless_late_init
2022-10-04  Jason Ishrust: fix clippy lint for borrow_deref_ref
2022-10-04  Jason Ishrust: fix clippy lint for redundant_closure
2022-10-04  Jason Ishrust: fix clippy ling for needless borrows
2022-10-04  Jason Ishrust: allow some more clippy lints
2022-10-04  Victor Julienrust: compile check rewording
2022-10-04  Victor Julienstream/rules: disable depth rule by default
2022-10-04  Lukas Sismisdpdk: allow specifying RSS hash function flags in the...
2022-10-04  Lukas Sismisdoc/dpdk: add IPS setup docs for DPDK mode
2022-10-03  Eric Leblondeve: explicit default when setting port 7959/head
2022-10-03  Eric Leblondeve: micro simplification
2022-10-03  Eric Leblondeve/schema: update following flow changes
2022-10-03  Eric Leblondeve/alert: add direction field to log data way
2022-10-03  Eric Leblondeve/alert: add src and dest info to flow in alert
2022-10-03  Eric Leblondunix-socket: add command to get flow stats
2022-10-03  Eric Leblondflow: add function to get flow using flow_id
2022-10-03  Eric Leblondflow: change flow id computation method
2022-10-03  Eric Leblondjson/flow: log if flow had gap in TCP
2022-10-03  Eric Leblondflow: add function to say if there is gap
2022-10-03  Eric Leblondstream: flag TCP streams with gap
2022-10-03  Eric Leblondrust/smb: avoid allocation in smb status function
2022-10-03  Eric Leblonddetect/smb: add smb.ntlmssp_domain keyword
2022-10-03  Eric Leblondrust/smb1: add a missing command
2022-10-03  Eric Leblonddetect/smb: add smb.ntlmssp_user keyword
2022-10-03  Eric Leblondrust/smb: import NT status code for Microsoft doc
2022-10-01  Victor Juliendetect: remove unused data struct 7954/head 7957/head
2022-10-01  Victor Julieneve/schema: flow/stream updates
2022-10-01  Victor Julienflow/worker: process injected flows more gradually
2022-10-01  Victor Julienflow: count max number of injected flows in workers
2022-10-01  Victor Julienstream: reduce pool locking overhead
2022-10-01  Victor Julienstream: minor test cleanup
2022-10-01  Victor Juliencocci: fix python issues
2022-10-01  Victor Julienfiles: only call loggers is there is work to do
2022-10-01  Victor Julienfilestore: remove obsolete checks
2022-10-01  Victor Julienfilestore: fix empty file not opening, but trying to...
2022-10-01  Victor Julienapp-layer: reduce app cleanup and output-tx calls
2022-10-01  Victor Julienoutput/tx: minor cleanups/optimizations
2022-10-01  Victor Juliensrc: includes cleanup
2022-10-01  Victor Juliendetect: clean up detect-engine-state.h
2022-10-01  Victor Juliendetect: remove wrapper func
2022-10-01  Victor Juliendetect: move DetectTransaction to header its used in
2022-10-01  Victor Juliendetect/files: optimize file.data by skipping non-file txs
2022-10-01  Victor Julienfiles/tx: inspection, logging and loop optimizations
2022-10-01  Victor Juliendetect/tx: add AppLayerTxData to PrefilterTx
2022-09-30  Victor Julienfiles: remove unused code
2022-09-30  Victor Julienfiles: don't set NOSTORE in 'store all' case
2022-09-30  Victor Juliensmtp: remove bad tests
2022-09-30  Victor Julienapp-layer: move files into transactions
2022-09-30  Victor Julienapp-layer: trunc parser per direction
2022-09-30  Victor Julienapp-layer: parser flags to u16
2022-09-30  Victor Julienapp-layer: specify direction in tx cleanup
2022-09-30  Victor Julienapp-layer: introduce common AppLayerStateData API
2022-09-30  Victor Julienfile: minor debug updates
2022-09-30  Victor Julienfile: clean up file flags handling
2022-09-30  Victor Julienfiles: debug log flags
2022-09-30  Victor Julienlua: store id with tx ptr
2022-09-29  jason tayloruserguide: Add rule file globbing option details 7948/head
2022-09-29  dependabot... github-actions: bump codecov/codecov-action from 3...
2022-09-29  dependabot... github-actions: bump ossf/scorecard-action from 2.0...
2022-09-29  Sascha Steinbissdecode-ipv4: adjust validation to RFC
2022-09-29  Sascha Steinbissdecode-ipv4: implement extended security option
2022-09-29  Philippe Antoineci: build with -Wimplicit-int-conversion
2022-09-29  Philippe Antoinessl: fix compiler warning
2022-09-29  Victor Julienrust: lock to time 0.3.13 to avoid MSRV bump to 1.59
2022-09-29  Pierre Chifflierrust: remove nom 5 dependency
2022-09-29  Pierre Chifflierrust/applayertemplate: convert to nom7
2022-09-29  Pierre Chifflierrust/asn1: convert parsers to nom7
2022-09-29  Pierre Chifflierrust/x509: finish transition to nom7
2022-09-29  Pierre Chifflierrust/telnet: convert parsers to nom7
2022-09-29  Pierre Chifflierrust/conf: convert parser to nom7
2022-09-29  Pierre Chifflierrust/ssh: finish transition to nom7
2022-09-29  Pierre Chifflierrust/rdp: convert parsers to nom7
2022-09-29  Pierre Chifflierrust/rdp: upgrade dependency on tls-parser
2022-09-29  Pierre Chifflierrust: upgrade versions of BER/DER, Kerberos and SNMP...
2022-09-29  Jason Ishrust: update x509-parser to 0.14.0
2022-09-29  Pierre Chifflierrust/x509: update dependency on x509-parser
2022-09-26  Victor Julienstream: fix reachable assertion 7934/head
2022-09-23  Juliana Fajardiniuserguide: add section about exception policies 7921/head
2022-09-23  Juliana Fajardiniuserguide: minor rewording and typo fixes
2022-09-23  Juliana Fajardinistream/tcp: typo fix
2022-09-23  jason taylordetect: update ttl debug log messages
2022-09-23  Jeff Lucovskydetect/stream_size: Rename detect.rs to stream_size.rs
2022-09-23  Jeff Lucovskydetect/iprep: Move iprep logic into a separate module
2022-09-23  Jeff Lucovskydetect/uri: Move uri logic into a separate module
2022-09-23  Jeff Lucovskydetect/uint: Move uint logic into a separate module
2022-09-23  Jeff Lucovskydoc/byte_math: Add byte_math differences with snort
2022-09-23  Jeff Lucovskydoc: Fixup byte* entries to display tables properly
2022-09-23  Jeff Lucovskyrust/detect: Create detect module for rule parsing
2022-09-23  Jeff Lucovskydetect/bytemath: convert parser to Rust
next