]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2023-06-13  Jason Ishgithub-ci: check for suricata-update example configurat... 9024/head
2023-06-13  Jason Ishsuricata-update: install sample configuration files
2023-06-13  Cole Dishingtondecode-ipv6: Set IPv6 proto incase of ext header parsin... 9023/head
2023-06-13  Jeff Lucovskydetect/byte-math: Support multiplication operator
2023-06-10  Philippe Antoinedcerpc: convert transaction list to vecdeque for UDP 9007/head
2023-06-10  Jason Ishdcerpc: convert transaction list to vecdeque
2023-06-10  Jason Ishtemplate(rust): convert transaction list to vecdeque
2023-06-10  Jason Ishhttp2: convert transaction list to vecdeque
2023-06-10  Jason Ishrdp: convert transaction list to vecdeque
2023-06-10  Jason Ishdns: convert transaction list to vecdeque
2023-06-10  Philippe Antoinesmb: convert transaction list to vecdeque
2023-06-09  Philippe Antoinehttp2: avoid quadratic complexity in headers 9003/head
2023-06-08  Jason Ishdns: split header and body parsing 8995/head
2023-06-08  Jason Ishdns: validate header on every incoming message
2023-06-08  Jason Ishdns: parse and alert on invalid opcodes
2023-06-08  Jason Ishdns: mark test buffers with rustfmt::skip
2023-06-08  Victor Juliencounters: make tcp stats independent of flow, ssn
2023-06-08  Victor Julienstream: update no-flow checks
2023-06-08  Jason Ishwindows: add -lntdll to Windows builds
2023-06-07  Shivani Bhardwajftp: don't decrement truncated line len 8982/head
2023-06-06  Shivani Bhardwajftp: separate truncated line markers
2023-06-04  Victor Julienwindivert: fix compile warnings 8958/head
2023-06-04  Jason Ishrust/doc: wrap some code examples in backticks
2023-06-03  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-05-09  Victor Julienversion: start development towards 6.0.13
2023-05-08  Shivani Bhardwajrelease: 6.0.12; update changelog suricata-6.0.12
2023-05-07  Victor Juliengithub-ci: add windivert build 8837/head
2023-05-07  Jason Ishgithub-ci: add windows build for libpcap
2023-05-07  Jason Ishconfigure: fallback to libpcap on Windows
2023-05-06  Victor Julienrespond/reject: fix IPv6 TCP resets 8830/head
2023-05-06  Victor Julienrespond/reject: minor code cleanups
2023-05-06  Victor Julienrespond/reject: minor cleanups
2023-05-06  Morris Chanyaml: grammar fixup
2023-05-06  Victor Juliendoc: fix description of iptables rules
2023-05-06  Andreas Herzdoc: add note on the hashsize recommendation for datasets
2023-05-06  Victor Juliendoc/install: point to userguide
2023-05-06  Victor Juliendoc: remove legacy windows install guide
2023-05-06  Victor Juliendoc: remove legacy pfring install guide
2023-05-06  Victor Julienprscript: remove as it is obsolete
2023-05-06  Wes Hurddoc: add docutils.conf to disable smart quotes
2023-05-06  Shivani Bhardwajsmtp: return on line completion
2023-05-05  tianjinshansmb/ntlmssp: fix parsing of negotiate flags 8818/head
2023-05-04  Jeff Lucovskypfring: Packet structure for ts fix 8810/head
2023-05-04  Jeff Lucovskyadd to doc/pfring: Document additional cluster types
2023-05-04  Jeff Lucovskygen: Typo correction
2023-05-04  Jeff Lucovskyconfig/pf-ring: Change default cluster type: cluster_flow
2023-05-04  Jeff Lucovskyconfig/pf-ring: Recognize and set add'l cluster types
2023-05-04  Jeff Lucovskypf-ring: Add add'l cluster types
2023-05-04  Jeff Lucovskyconfig/pfring: Document add'l pf-ring cluster types
2023-05-04  Jeff Lucovskydoc/pfring: Document additional cluster types
2023-05-04  Victor Julienstream: check debug check for multi-SYN/ACK in TFO
2023-05-04  Lukas Sismisrunmodes: introduce unknown engine runmode
2023-05-04  Lukas Sismisrunmodes: earlier evaluation of IPS mode
2023-05-04  Lukas Sismisbpf: refactor the BPF code and postpone querying of...
2023-05-02  Jason Ishdetect: fix setting of flag for rule reload 8799/head
2023-05-02  Juliana Fajardiniflow: make exc policy work w/ simulated flowmemcap 8795/head
2023-04-26  Jason Ishrust: update nom to 5.1.3 8779/head 8780/head
2023-04-25  Victor Juliensrc: fix extern max_pending_packets type 8761/head
2023-04-25  Philippe Antoinedetect: fix possible leak found by coverity
2023-04-25  Victor Julienstreaming: improve error handling
2023-04-25  Victor Juliengithub: add scan-build workflow
2023-04-25  Victor Juliendetect: improve prepare mpms routine
2023-04-25  Victor Julienstreaming/sbb: propegate allocation errors
2023-04-25  Victor Julienscan-build: use simpler aligned alloc wrapper
2023-04-25  Victor Julienstream: fix minor scan-build warning
2023-04-25  Victor Julienmime: address scan-build warnings
2023-04-25  Victor Juliensmtp/mime: no error logging in packet path
2023-04-25  Victor Julienradix: add debug validation to assist scan-build
2023-04-25  Victor Juliendetect/sigorder: assist scan-build
2023-04-25  Victor Juliendetect/sigorder: remove unused struct fields
2023-04-25  Victor Juliendetect: fix scan-build warnings
2023-04-25  Victor Julienmpm/ac-bs: work around scan-build warnings
2023-04-25  Victor Julienmpm/ac: work around scan-build warnings
2023-04-25  Victor Julienmpm/hs: fix scan-build warning
2023-04-25  Victor Juliendecode: suppress scan-build warning
2023-04-25  Victor Juliensuricata: work around scan-build warnings
2023-04-25  Victor Julienscan-build: treat as debug validate
2023-04-24  Jason Ishdetect-fast-pattern: remove unused var alertcnt 8758/head
2023-04-24  Jason Ishgithub-ci: add Fedora 38 builders
2023-04-24  Jason Ishgithub-ci: add Fedora 37 builders
2023-04-24  Jason Ishgithub-ci: remove Fedora 35 build: EOL
2023-04-24  Victor Juliengithub-ci: remove debian 9 as it is EOL
2023-04-24  Jason Ishgithub-ci: use bundle.sh script for libhtp, suricata...
2023-04-24  Jason Ishbundle.sh: allow a PR # to be specified
2023-04-20  Justin Azoffdetect/iponly: remove DetectEngineIPOnlyThreadCtx 8746/head
2023-04-20  Justin Azoffdetect/iponly: Reduce the size of the SigNumArray bitsets
2023-04-20  Victor Juliendetect/content: add negated endswith test
2023-04-20  Jeff Lucovskydetect/content: Negated endswith matches
2023-04-20  Victor Julienversion: require libhtp 0.5.43
2023-04-20  Victor Julienversion: start development towards 6.0.12
2023-04-13  Shivani Bhardwajrelease: 6.0.11; update changelog 8726/head suricata-6.0.11
2023-04-13  Jeff Lucovskydoc/byte_math: Add divide by 0 discussion. 8724/head
2023-04-13  Jeff Lucovskydetect/byte_math: fix bug in byte_math detection
next