]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2020-08-06  Victor Julienflow/spare: implement pool shrinking 5281/head
2020-08-06  Victor Julienflow: redesign of flow timeout handling
2020-08-06  Victor Julienunittests: check for flow memuse
2020-08-06  Victor Julienflow-manager: call other timeouts max once a second
2020-08-06  Victor Julienflow-manager: only update FlowBucket::next_ts if it...
2020-08-06  Victor Julienflow: unref flow at end of flow worker
2020-08-06  Victor Julienflow: do timeout checks before tuple compare
2020-08-06  Victor Julienflow: don't reorder list on lookup
2020-08-06  Victor Julienflow: timeout check on flow lookup
2020-08-06  Victor Julienflow: simplify hash lookup logic
2020-08-06  Victor Julienflow: only move lastts forward
2020-08-06  Victor Julienflow/worker: check pkt src using DEBUG_VALIDATE_BUG_ON
2020-08-05  Jeff Lucovskyrust/rdp: Fix use of incorrect buffer 5276/head
2020-08-05  Shivani Bhardwajsmb: use uuid crate
2020-08-05  Jason Ishrust: only run cbindgen if needed
2020-08-05  Jason Ishalert/eve: add snmp metadata for rdp alerts
2020-08-05  Jason Ishalert/eve: add snmp metadata for snmp alerts
2020-08-05  Shivani Bhardwajdcerpc: handle gap for TCP streams 5270/head
2020-08-04  Jason Ishdns: add tailing data to split tcp unit test 5266/head
2020-08-04  Jason Ishdns: fix subtraction overflow in debug message
2020-08-04  Philippe Antoinedns: return status from parsing tcp request
2020-08-04  Philippe Antoinedns: fix incomplete results
2020-08-04  James Dutrisacpcap: recusively reading pcaps / documentation 5265/head
2020-08-04  James Dutrisacpcap: read directories recursively
2020-08-04  James Dutrisacpath: introduce path handling util funcs
2020-08-04  Philippe Antoinestream/app-layer: break loop on proto change
2020-08-04  Shivani Bhardwajdatasets: fix null pointer deref
2020-08-04  Shivani Bhardwajdatasets: Init even in socket mode
2020-08-04  Sascha Steinbissdetect-mqtt: unify error handling in rule parsing
2020-08-04  Sascha Steinbissdetect-engine: initialize struct fields
2020-08-03  Philippe Antoinehttp: merge duplicated code
2020-08-03  Philippe Antoinehttp: use more precise parameter in HtpRequestBodySetup...
2020-08-03  Philippe Antoinehttp: remove unused code
2020-08-03  Philippe Antoinefile: handles gaps natively
2020-08-03  Philippe Antoineutil: PrintRawDataFp handles null
2020-08-03  Philippe Antoinefiles: rust closes files even on 0 length chunk
2020-08-03  Philippe Antoineapplayer: allow rust parsers to have only one probe
2020-08-02  Sascha Steinbissoutput-json: add MAC address output 5258/head
2020-08-02  Jeff Lucovskyoutput/anomaly: Restrict anomaly logger count
2020-08-02  Philippe Antoinesignature: checks for integer overflow in limits propag...
2020-08-02  Victor Julieneve/yaml: move mqtt down
2020-08-02  Victor Julienfuzz/pcap: enable MQTT parser
2020-08-02  Shivani Bhardwajdatasets: reload static sets
2020-08-02  Sascha Steinbissrust/mqtt: add MQTT parser
2020-08-02  Philippe Antoinedetect: adds engine for u8 keywords
2020-08-02  Jeff Lucovskydoc/output: Document multithreaded eve option
2020-08-02  Jeff Lucovskyoutput/json: Multi-threaded EVE logging support
2020-08-02  Jeff Lucovskylog: Support multi-threaded eve output.
2020-08-02  Jeff Lucovskyoutput: Check for fwrite_unlocked
2020-08-02  Jeff Lucovskyoutput: Correct typos
2020-08-02  Jeff Lucovskyoutput: Remove unused variables/define
2020-08-02  Jeff Lucovskylog: remove unused include files
2020-08-02  Jeff Lucovskyoutput/flow: Eliminate unnecessary parameter
2020-08-02  Jeff Lucovskyoutput/netflow: Eliminate unneeded parameter
2020-08-02  Philippe Antoinetransform: adds url_decode keyword
2020-07-30  Victor Julienstream: fix endless loop in traffic with gaps 5247/head
2020-07-30  Victor Julienflow: avoid double state update on reuse
2020-07-30  Victor Julienflow: minor cleanups
2020-07-30  Victor Julienflow: validate emergency timeout settings
2020-07-30  Victor Julienflow: improve performance in emergency mode
2020-07-29  Philippe Antoineenip: use status for probing parser 5242/head
2020-07-29  Philippe Antoinesignature: checks for integer overflow in limits propag...
2020-07-29  Philippe Antoinedetect: fix read overflow in DetectGetLastSMByListId
2020-07-29  Victor Julieneve: remove unused jansson code
2020-07-29  Victor Julieneve/metadata: create preformatted json string at start up
2020-07-28  Victor Juliendetect/profile: convert match dumps to jsonbuilder
2020-07-28  Victor Julienpfring: fix compile warning 5234/head
2020-07-28  Victor Julieneve: remove unused json_t common functions
2020-07-28  Victor Julieneve/tls: minor cleanups
2020-07-28  Victor Julieneve/metadata: convert to jsonbuilder
2020-07-28  Victor Julienstream: call parser with 0 data on EOF
2020-07-28  Victor Julienapp-layer/tcp: don't use un-ACK'd data
2020-07-28  Victor Julienflow/timeout: flag last pseudo packet
2020-07-28  Victor Julienstream/tcp: track if ssn has been closed with RST
2020-07-28  Victor Julienapp-layer: set EOFs on app-layer disable
2020-07-28  Victor Julienflow/worker: set EOF flags on change proto
2020-07-28  Victor Julienflow-timeout: set app-layer EOF flag
2020-07-28  Victor Julienapp-layer: add debug
2020-07-28  Victor Julienstream: minor debug fixup
2020-07-28  Victor Julienapp-layer/pd: improve size check in bail conditions
2020-07-28  Victor Julienapp-layer: split EOF flag per direction
2020-07-27  Victor Julienstream: app update from loop
2020-07-27  Victor Julienstream: improve gap handling with 'incomplete'
2020-07-27  Victor Julienstream: fix IDS mode using un-ACK'd data
2020-07-27  Victor Julienstream: code cleanup
2020-07-27  Victor Julienflow/tcp: consider pkts established based on 3whs
2020-07-27  Victor Juliendetect/flow: test cleanup
2020-07-27  Jeff Lucovskydetect/dns-query: Splice UT to rust
2020-07-26  Jeff Lucovskydns: Remove parser buffering code
2020-07-24  Victor Juliensources: hide RegisterTests behind ifdef UNITTESTS 5216/head
2020-07-24  Victor Julieneve/ssh: change hassh logging format
2020-07-24  Victor Julieneve/ssh: minor cleanup
2020-07-24  Philippe Antoinedcerpc: adds invalid signature unit test
2020-07-24  Philippe Antoinedcerpc: check app proto for signature keywords
2020-07-24  Victor Juliendetect: hide RegisterTests behind ifdef UNITTESTS
2020-07-24  Xiaofan Wangftp: fix direction of expectation for STOR command
2020-07-24  Victor Juliensip: minor cleanup
2020-07-24  Victor Julienhtp: minor UNITTESTS guarding cleanup
2020-07-24  Victor Julienftp: small code cleanup
2020-07-24  Victor Juliengitignore: add .vscode and various other files
next