]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2024-04-09  Victor Juliensystemd: reimplement sd_notify logic using UNIX socket 10790/head
2024-04-09  Daniel Olatunjidetect/analyzer: add more details for the tcp ack keyword
2024-04-08  Victor Juliendecode: don't clear computed csums twice 10783/head
2024-04-08  Victor Juliendecode/ipv4: remove unused field
2024-04-08  Victor Julienoutput/eve: constify mac address logic
2024-04-08  Victor Julienmacset: constify addr parameters
2024-04-08  Victor Juliendecode/udp: no need to pack the structure
2024-04-08  Victor Juliendecode/tcp: no need to pack the structure
2024-04-08  Victor Juliendecode/icmpv4: no need to pack the structure
2024-04-08  Victor Julienconfigure: tabs to spaces; minor reformatting
2024-04-08  Victor Julienunittests: don't set ports for non-port proto
2024-04-08  Victor Juliendetect/http: fix compile warning in body tests
2024-04-08  Victor Juliendetect/ipproto: clean up test
2024-04-08  Victor Juliendetect/fragbits: remove unused IP header struct from...
2024-04-08  Victor Juliendefrag: test cleanups and fixes
2024-04-08  Victor Juliendecode/icmpv6: minor test cleanup
2024-04-08  Victor Juliendetect/dsize: remove unused ip6h from test
2024-04-08  Jason Ishconfigure: .git can be a file as well
2024-04-05  Jason Ishjsonbuilder: fix serialization of nan and inf 10774/head
2024-04-04  Victor Julienhost-info: remove pcre2_substring_list_free use 10768/head
2024-04-04  dependabot... github-actions: bump github/codeql-action from 3.24...
2024-04-04  Jason Ishgithub-ci: set checkout directory as safe before runnin... 10767/head
2024-04-04  Jason Ishconfigure: export release date for documentation
2024-04-04  Jason Ishdocs/userguide: use a consistent date for reproducible...
2024-04-04  Jason Ishconfigure: don't check ./revision, it never exists
2024-04-04  Jason Ishdocs/conf.py: fix python escape warning
2024-04-01  dependabot... github-actions: bump codecov/codecov-action from 4... 10745/head
2024-03-25  Philippe Antoinesip: convert transaction list to vecdeque 10720/head
2024-03-25  Shivani Bhardwajdetect/port: handle range and upper boundary ports
2024-03-25  Jason Ishexamples/capture: fix the slot
2024-03-25  Jason Ishsuricata: expose and break out configuration loading
2024-03-25  Jason Ishsmtp: fix configuration node creation
2024-03-25  Jason Ishsuricata: move SuricataMain into main()
2024-03-25  Jason Ishsuricata: expose FinalizeRunMode and ParseCommandLine
2024-03-25  Jason Ishwindows: remove argc, argv from SCServiceRemove
2024-03-25  Jason Ishsuricata: remove argv from FinalizeRunMode
2024-03-25  Jason Ishsuricata: remove instance from ParseCommandLine
2024-03-25  Jason Ishsuricata: move WindowsInitService to SuricataMain
2024-03-25  Jason Ishexamples/lib: replicate Suricata using the library
2024-03-25  Jason Ishsuricata: expose SuricataMainLoop and GlobalsDestroy
2024-03-25  Angelo Mirabellalibsuricata: reorganize SuricataMain code
2024-03-22  Shivani Bhardwajdetect/port: fix grouping of ports w gaps 10697/head
2024-03-22  Victor Julieneve/alert: fix validation check
2024-03-21  Philippe Antoinerust/smb: fix clippy nightly warning 10691/head 10693/head
2024-03-21  Philippe Antoinerust: fix clippy 1.77 warning 10690/head
2024-03-20  Victor Julienrust: add MSRV as rust-version
2024-03-19  Jeff Lucovskyprofiling/rules: Improve dynamic rule handling 10667/head
2024-03-18  Philippe Antoinessh: limit length for banner logs 10666/head
2024-03-18  Philippe Antoinessh: avoid quadratic complexity from long banner
2024-03-18  Philippe Antoinedetect: flush when setting no_inspection 10657/head
2024-03-18  Philippe Antoinedetect: update packet action on protocol change
2024-03-16  Victor Julienmembuffer: annotate printf style function 10654/head
2024-03-16  Victor Julieneve/alert: break out of payload logging callback if...
2024-03-16  Victor Julieneve/frame: break out of logging callback if buffer...
2024-03-16  Victor Julienmembuffer: return bytes written
2024-03-16  Victor Julienmembuffer: use buffer pointer as flexible array member
2024-03-16  Victor Julienmembuffer: turn complex macros into functions
2024-03-16  Victor Julienunix-manager: add \n string to buffer using correct...
2024-03-16  Victor Julieneve/frame: improve frame payload logging
2024-03-16  Victor Julieneve/frames: pass membuffer to API
2024-03-16  Victor Julieneve/alert: init membuffer size on missing config
2024-03-16  Victor Julieneve/alert: log payload directly from stream buffer
2024-03-16  Victor Julieneve/frame: implement payload-buffer-size option
2024-03-16  Victor Julienstream: const args for StreamReassembleLog
2024-03-16  Victor Julienyaml: remove newline from error message
2024-03-16  Jeff Lucovskygen/typo: Correct comment typo 10652/head
2024-03-16  Jeff Lucovskyflow: Swap thread_ids
2024-03-16  Jeff Lucovskyflow/inject: Ensure initialized thread value used
2024-03-16  Philippe Antoineci: update ubuntu22.04 builds with clang14+asan
2024-03-16  Lukas Sismisdpdk: fix typo in the struct member name
2024-03-16  Lukas Sismisdpdk: refactor the main packet loop into smaller functions
2024-03-16  Lukas Sismisdpdk: only close the port when workers are synchronized
2024-03-16  Philippe Antoinehttp: event on request line missing protocol
2024-03-16  Jason Ishdevguide: add an upgrade section
2024-03-16  Jason Isheve/filetype: reorder fields to match lifecycle
2024-03-16  Jason Isheve/filetypes: use more const
2024-03-16  Jason Isheve/filetype: ThreadDeinit can return void
2024-03-16  Jason Ishoutput-eve: doxygen docs for SCEveFileType
2024-03-16  Jason Ishdoxygen: document the examples directory
2024-03-16  Jason Isheve/filetypes: common init for threaded and non-threaded
2024-03-16  Jason Isheve: rename plugin to filetypes
2024-03-16  Jason Ishplugins: remove conf.h from suricata-plugin.h
2024-03-16  Jason Isheve/filetypes: remove from plugin context
2024-03-16  Jeff Lucovskyexample/plugin: Use ThreadId
2024-03-16  Jeff Lucovskyoutput/plugin: Use Suri thread-id for plugins
2024-03-16  Victor Julienmpm/ac: minor test cleanups
2024-03-16  Victor Julienmpm/ac: add endswith test
2024-03-16  Victor Julienmpm/ac: implement endswith
2024-03-16  Victor Julienmpm: register algo features
2024-03-16  Victor Julienmpm/ac: tidy up main search loop
2024-03-16  Victor Juliendetect: minor cleanup
2024-03-13  Jason Ishrequirements.txt: use suricata-update master 10629/head
2024-03-13  Victor Juliennfq: stricter thread sync
2024-03-13  Victor Juliendecode/tunnel: split verdict logic
2024-03-13  Victor Juliendecode/tunnel: improve tunnel handling
2024-03-13  Victor Juliendecode/tunnel: move tunnel verdicted logic
2024-03-13  Victor Juliennfq: remove obsolete comment
2024-03-13  Victor Juliennfq: minor code cleanup
2024-03-13  Victor Juliennfq: use bool for verdicted packet var
2024-03-13  Victor Juliendefrag: match up v4 and v6 packet setup
next