]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
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
2022-09-23  Philippe Antoinelog: fix coverity warning
2022-09-23  Victor Juliengithub-ci/codecov: add rust coverage support 7922/head
2022-09-22  Victor Julientls: handle incomplete header sooner 7902/head
2022-09-21  Victor Julienssl: add debug validation check for incomplete api
2022-09-21  Victor Juliendebug: add bool string print helper macro
2022-09-21  Victor Julientls: improve record checks
2022-09-21  Victor Julientls: improve versions extension logic
2022-09-21  Victor Julientls: make version and size checks stricter
2022-09-21  Victor Julieneve/schema: add tls client logging
2022-09-21  Victor Julientls: store cert data in heap buffer
2022-09-21  Victor Julieneve/tls: implement client cert logging
2022-09-21  Victor Julientls: parse client certificates
2022-09-21  Victor Julientls: prepare for client cert parsing
2022-09-21  Victor Julieneve/tls: prepare for client cert logging
2022-09-21  Victor Julientls: make cert handling more generic
2022-09-21  Victor Julientls: avoid tls.invalid_handshake_message FP
2022-09-21  Victor Julientls: don't set 2 events for a single exception
2022-09-21  Victor Julientls: remove incomplete tests
2022-09-21  Victor Julientls: set event if record size exceeds limit
2022-09-21  Victor Julientls: support server hello done message
2022-09-21  Victor Julientls: support handshake fragmentation
2022-09-21  Victor Julientls: remove certificate buffering code
2022-09-21  Victor Julientls: parse handshake protocol records in single pass
2022-09-21  Victor Juliensslv2: use version from client hello
2022-09-21  Victor Julienssl: implement 'incomplete' handling for SSLv2
2022-09-21  Victor Julientls: streaming mode for application records
2022-09-21  Victor Julientls: use incomplete API to get full TLS records
2022-09-20  Victor Juliengithub-ci: disable cppclean as it is too noisy 7884/head
2022-09-20  Gleb Smirnoffipfw: remove setting of SO_BROADCAST on the divert...
2022-09-20  dependabot... github-actions: bump ossf/scorecard-action from 1.1...
2022-09-20  Andrei Shchapaniakdpdk/i40e: fix warning with number of queues for RSS...
2022-09-20  Philippe Antoinedetect: adds flow.age keyword
2022-09-20  Philippe Antoineflow/icmpv4: fix vlan.use-for-tracking
2022-09-20  Sascha Steinbissebpf: update deprecated API calls
2022-09-20  Philippe Antoinepgsql: config limit maximum number of live transactions
2022-09-20  Philippe Antoinemqtt: remove quadratic time complexity
next