]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2023-06-13  Victor Julienstreaming/buffer: set errno in allocators 9021/head
2023-06-13  Victor Julienstreaming/buffer: turn BUG_ON's into validate checks
2023-06-13  Victor Julienstream: update insert error checking
2023-06-13  Victor Julienstreaming: use error codes to indicate error reason
2023-06-13  Victor Julienerror: SC_ELIMIT for when a limit is reached
2023-06-13  Victor Julienexception/policy: fix midstream default handling
2023-06-13  Victor Julienexception/policy: minor code cleanup
2023-06-13  Juliana Fajardinistream/tcp: don't accept pass-packet policy
2023-06-13  Juliana Fajardinistream/tcp: re-enable midstream-policy usage
2023-06-13  Juliana Fajardiniexceptions: extract 'auto' check to function
2023-06-13  Juliana Fajardiniexceptions: use mix of logconfig/info/warning
2023-06-13  Juliana Fajardiniexceptions: parse config values, don't post process
2023-06-13  Juliana Fajardiniexceptions/midstream: parse midstream policy alone
2023-06-13  Juliana Fajardiniexceptions: refactor exception policy parse fn
2023-06-13  Juliana Fajardiniuserguide: update exception policy behaviors table
2023-06-13  Juliana Fajardinidoc: add midstream scenarios for exception policy
2023-06-13  Juliana Fajardinimisc: fix typos, doc, update copyright years
2023-06-13  Juliana Fajardinidefrag: clean up existing stats counters
2023-06-13  Juliana Fajardinischema: add missing flow event property: emergency
2023-06-12  Jason Ishrust: fix unit test link error on Rust 1.70 9009/head
2023-06-12  Victor Julienapp-layer: improve/fix updates logic
2023-06-09  Victor Julienoutput/tx: minor code cleanup
2023-06-09  Philippe Antoinehttp: htp_table_get_index does not return NULL 9001/head
2023-06-09  Philippe Antoinehttp1: implement http.request_header
2023-06-09  Philippe Antoinedetect/http2: do not escape ':' in header name or value
2023-06-09  Philippe Antoinehttp2: rename http2.header to http.request_header
2023-06-09  Cole Dishingtondetect: Fix FTP bounce detection IP address comparison
2023-06-09  Philippe Antoinerust/pgsql: remove unused/unconstructed enum variants
2023-06-09  Philippe Antoinerust: remove duplicate constants definitions in C
2023-06-09  Philippe Antoinerust: define AppLayerEventType only in rust
2023-06-09  Philippe Antoinerust: remove unused
2023-06-09  Jeff Lucovskystream/reassemble: Include pool item count msg
2023-06-09  Jeff Lucovskystream/cache: Return sessions to correct pool
2023-06-09  Jeff Lucovskypool: Use bool return type
2023-06-09  Jason Ishgithub-ci: check for suricata-update example configurat...
2023-06-09  Jason Ishsuricata-update: install sample configuration files
2023-06-08  Philippe Antoinedoc: GitHub PRs workflow 8994/head
2023-06-08  Jeremy MountainJohnsonuserguide/install: add info on arch-based installs
2023-06-08  Philippe Antoinedoc: upgrade guide for logging http custom headers
2023-06-08  Juliana Fajardinidoc: add missing rule to engine-analysis section
2023-06-08  Long Doansource-pcap-file: include unlink error in warning message
2023-06-08  Philippe Antoineoutput/snmp: log version from tx
2023-06-08  Juliana Fajardiniexception: in ids mode, only REJECT the packet
2023-06-08  Cole Dishingtondecode-ipv6: Set IPv6 proto incase of ext header parsin...
2023-06-08  Shivani Bhardwajftp: remove unnecessary code
2023-06-08  Shivani Bhardwajftp: mark LF found per line
2023-06-08  Shivani Bhardwajftp: separate truncated line markers
2023-06-08  Jason Ishwindows: add -lntdll to Windows builds 8990/head
2023-06-07  Victor Julienstreaming/buffer: handle and document slide errors
2023-06-07  Victor Julienstreaming/buffer: minor debug fixup
2023-06-07  Victor Julienstreaming/buffer: fix buf_offset getting out of sync
2023-06-07  Victor Julienstreaming/buffer: fix sliding region into next
2023-06-06  Victor Julienstreaming/buffer: move util code for reusability
2023-06-05  Philippe Antoineoutput/rfb: remove unused function parameters 8965/head
2023-06-05  Philippe Antoineoutput/mqtt: remove unused function parameters
2023-06-05  Philippe Antoineoutput/krb5: remove unused function parameters
2023-06-05  Philippe Antoineoutput/ftp: remove unused function parameters
2023-06-05  Philippe Antoineoutput/dns: remove unused function parameters
2023-06-05  Philippe Antoineoutput/smtp: remove unused function parameters
2023-06-05  Philippe Antoinehttp: complete multipart data on open
2023-06-05  Lancer Chengsmb: fix data padding logic in writeAndX parser
2023-06-05  Lancer Chengsmb: fix wrong data offset when wct = 12
2023-06-05  Philippe Antoineflow: optionally use livedev for hash
2023-06-05  Philippe Antoineflow: make FlowGetExistingFlowFromHash static
2023-06-05  Philippe Antoinedevice: limit device id to uint16_t
2023-06-05  Jeff Lucovskygeneral/typo: Correct misc. typos
2023-06-05  Jeff Lucovskydecode/vlan: Remove unused macros/functions
2023-06-05  Jeff Lucovskydecode/vlan: Decode upto 3 layers of VLAN
2023-06-05  Jeff Lucovskyjson/schema: Add additional VLAN layer stat
2023-06-05  Philippe Antoinehttp2: avoid quadratic complexity in headers
2023-06-05  Philippe Antoinedebug: fix list-x command line options with debug
2023-06-05  Lukas Sismisdoc: add DPDK Bond PMD docs
2023-06-05  Lukas Sismisdpdk: add support for DPDK Bond PMD
2023-06-05  Lukas Sismisdpdk: add linker flag for DPDK Bond library
2023-06-05  Lukas Sismisdpdk: add device name querying function
2023-06-05  Lukas Sismisdpdk: add debug dump of RX offload capabilities
2023-06-05  Lukas Sismisdpdk: separate i40e prestop actions from DPKD 19.11
2023-06-05  Lukas Sismisdpdk: refactor i40e RSS hash function
2023-06-05  Lukas Sismisdpdk: minor refactoring in error handling and variable...
2023-06-02  Victor Julienflow/worker: minor refactor for app-layer callsite 8951/head
2023-06-02  Victor Juliendetect: remove flow drop unittest
2023-06-02  Victor Juliendetect: add check to validate drops
2023-06-02  Victor Juliendetect: fix stateful drops for rate_filter
2023-06-02  Victor Julienflow/timeout: no pseudo packets for dropped flows
2023-06-02  Victor Julienstream: simplify drop handling
2023-06-02  Victor Julienapp-layer: don't update UDP applayer for dropped packets
2023-06-02  Victor Juliendetect: update/document drop flow logic
2023-06-02  Victor Julienflow: apply flow to packet on flow lookup
2023-06-02  Philippe Antoinehttp: logs custom headers in a subobject
2023-06-02  Jason Ishgithub-ci: add workflow_dispatch
2023-05-31  Victor Julienflow: spare pool return optimization 8945/head
2023-05-31  Victor Julienflow/worker: don't double count flow.wrk.flows_evicted
2023-05-31  Victor Julienflow/worker: batch return flows to spare pool
2023-05-31  Victor Julienflow/manager: minor code cleanup
2023-05-31  Victor Julienflow/recycler: batch returns to spare pool
2023-05-31  Victor Julienflow/recycler: stats micro optimization
2023-05-31  Philippe Antoinemqtt: fix quadratic complexity
2023-05-31  Haleema Khanmqtt: rustfmt mqtt.rs
2023-05-31  Haleema Khanmqtt: add mqtt frames
2023-05-31  Victor Julienwindivert: fix compile warnings
next