]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2025-05-07  Jason Ishlua: convert SMTP functions to lib: suricata.smtp 13183/head
2025-05-07  Eric Leblonddatasets: fix set with ip sets
2025-05-07  Victor Julienflow: fix unittests for ThreadVars requirement
2025-05-07  Victor Julienflow: fix time handling for non-TCP
2025-05-07  Jeff Lucovskydetect/ftp: Use helper functions with ftp.command 13179/head
2025-05-07  Philippe Antoinelua: convert ja3 function into suricata.ja3 lib
2025-05-07  Philippe Antoinelua: remove unused code
2025-05-07  Philippe Antoinequic: ja3 getter function uses direction
2025-05-07  Philippe Antoineutil/lua: fix new -Wshorten-64-to-32 warning
2025-05-07  Philippe Antoineoutput/ftp: fix new -Wshorten-64-to-32 warning
2025-05-07  Philippe Antoinedetect: fix some -Wshorten-64-to-32 warnings
2025-05-07  Philippe Antoinedatasets: fix new -Wshorten-64-to-32 warning
2025-05-07  Philippe Antoinedetect: factorize code for DetectSetupDirection
2025-05-05  Jason Ishexamples/altemplate: remove rs_ naming 13170/head
2025-05-05  Jason Ishscripts/setup-app-layer: fixes for name changes
2025-05-05  Jason Ishrust: remaining rs_ to SC conversions
2025-05-05  Jason Ishrust/x509: replace rs_ naming with SC
2025-05-05  Jason Ishrust/websocket: replace rs_ naming with SC
2025-05-05  Jason Ishrust/applayertemplate: replace rs_ naming with SC
2025-05-05  Jason Ishrust/rfb: replace rs_ naming with SC
2025-05-05  Jason Ishrust/nfs: rust format
2025-05-05  Jason Ishrust/nfs: replace rs_ naming with SC
2025-05-05  Jason Ishrust/modbus: replace rs_ naming to SC
2025-05-05  Victor Julienmpm/ac-ks: allow cppcheck to inspect included file...
2025-05-05  Victor Juliendebug: suppress cppcheck warning
2025-05-05  Victor Julienlua/flowvarlib: check malloc result
2025-05-03  Jason Ishrust/quic: replace rs_ naming with SC 13152/head
2025-05-03  Jason Ishrust/ike: replace rs_ naming with SC
2025-05-03  Jason Ishrust/http2: replace rs_ naming with SC
2025-05-03  Jason Ishrust/modbus: replace rs_ naming with SC
2025-05-03  Jason Ishrust/sip: replace rs_ naming with SC
2025-05-03  Jason Ishrust/tftp: replace rs_ naming with SC
2025-05-03  Jason Ishrust/telnet: replace rs_ naming with SC
2025-05-03  Jason Ishrust/detect: replace rs_ naming with SC
2025-05-03  Jason Ishrust/asn1: replace rs_ naming with SC naming
2025-05-03  Jason Ishrust/krb: rust format
2025-05-03  Jason Ishrust/krb: remove rs_ prefix; visibility fixes
2025-05-03  Jason Ishrust/dns: rs_ prefix name cleanup
2025-05-03  Victor Juliendetect/flow: don't overwrite hook direction
2025-05-03  Victor Julienfirewall: apply action again for stateful matches
2025-05-03  Victor Julienfirewall: move app action setting into helper func
2025-05-03  dependabot... github-actions: bump actions/download-artifact from...
2025-05-03  dependabot... github-actions: bump github/codeql-action from 3.28...
2025-05-03  dependabot... github-actions: bump codecov/codecov-action from 5...
2025-05-02  Jason Ishdoc/devguide: document the rate filter callback 13146/head
2025-05-02  Jason Ishdoc: add rst header order recommendation
2025-05-02  Jason Ishdetect: add callback for when rate filter changes action
2025-05-02  Jason Ishdecode: documentation group for packet alert flags
2025-05-02  Jason Ishdecode: use BIT macros for flags; consistent naming
2025-05-02  Victor Juliendetect/ftpbounce: reuse generic hook
2025-05-02  Victor Julienftp: per direction tx progress
2025-05-02  Jason Ishgithub-ci: pin bindgen test to bindgen v0.66.0 13142/head
2025-05-02  Jason Ishdoc/userguide: fix typo in lua flowvar lib
2025-05-02  Jason Ishlua: convert lua flowint functions to lib: suricata...
2025-04-30  Jason Ishbuild: separate private headers from installed headers 13125/head
2025-04-30  Jason Ishexamples: add simple c++ example
2025-04-30  Jason Ishutil-device: break into public and private definitions
2025-04-30  Jason Ishdevice: move LiveDeviceName from header into source
2025-04-30  Jason Ishlibsuricata-config: fix static library dependency order
2025-04-30  Jason Ishlibsuricata-config: fix type (status -> static)
2025-04-30  Jason Ishmisc: add c++ support to some headers
2025-04-30  Jason Ishmisc: only define _GNU_SOURCE if not defined
2025-04-30  Victor Julienthreads: rename function to make scope more clear
2025-04-30  Victor Julienthreads: fix autofp shutdown race condition
2025-04-30  Victor Julienthreads: remove unused flag
2025-04-29  Philippe Antoinelua: convert hassh function into suricata.hassh lib 13117/head
2025-04-29  Jason Ishlua/flowvarlib: fix unchecked null
2025-04-29  Jason Ishlua/flowvarlib: fix formatting inside clang-format off
2025-04-29  Jeff Lucovskygen/typo: Correct configure output grammar 13108/head
2025-04-28  Philippe Antoinedetect/single-buf: helper with more explicit direction 13106/head
2025-04-28  Philippe Antoinerust: bindgen detect-engine-buffer.h
2025-04-28  Philippe Antoinesrc: new file detect-engine-buffer.h
2025-04-28  Philippe Antoinesdp: use rust join
2025-04-28  Philippe Antoinewebsocket: limit allocation for small sizes
2025-04-28  Jason Ishlua: convert flowvar functions to lib 13097/head
2025-04-25  Philippe Antoinedoc/ssh: document hooks 13092/head
2025-04-25  Philippe Antoinedetect: flow friendly error on hook incompatibility
2025-04-25  Philippe Antoinessh: rustfmt
2025-04-25  Philippe Antoinelua: convert ssh function into suricata.ssh lib
2025-04-25  Philippe Antoinessh: make hooks available
2025-04-25  Philippe Antoinerust: derive for AppLayerState
2025-04-25  Philippe Antoinedns/lua: remove now unused includes
2025-04-25  Jeff Lucovskyftp: Apply rustfmt changes
2025-04-25  Jeff Lucovskydoc/ftp: Document ftp.dynamic_port keyword
2025-04-25  Jeff Lucovskydetect/ftp: Add ftp.dynamic_port keyword
2025-04-25  Jeff Lucovskyapp/ftp: Use common API naming
2025-04-25  Philippe Antoinedetect/multi-buf: helper with more explicit direction
2025-04-25  Philippe Antoinedetect/multi-buf: use only one progress
2025-04-25  Philippe Antoinedetect/multi-buf: harmonize wrapper
2025-04-23  Victor Juliengithub-ci: update to Fedora 42 13080/head
2025-04-22  Philippe Antoineapp-layer: remove obsolete NULL check 13079/head
2025-04-22  Jason Ishdoc/userguide: document that lua dns rules need hooks
2025-04-22  Jason Ishlua: fix fast.lua example
2025-04-22  Jason Ishlua: add suricata.rule library
2025-04-22  Jason Ishdoc/lua/dns: fix typo
2025-04-22  Philippe Antoinerust: use pure rust helper for registering sticky buffers
2025-04-22  Philippe Antoineplugin: applayer: do not use suricata JsonError
2025-04-22  Philippe Antoinehttp: fail tx creation if we cannot allocate user data 13073/head
2025-04-22  Philippe Antoinerust/htp: remove unused code
2025-04-21  Philippe Antoinewebsocket: fixes substraction 13064/head
next