]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2024-06-04  Philippe Antoinesmtp: use rust for mime parsing 11227/head
2024-06-04  Philippe Antoinehttp: use rust for mime parsing
2024-06-04  Philippe Antoinehttp: multipart unused code removal
2024-06-04  Philippe Antoineeve/schema: complete and reorder smtp fields
2024-06-04  Philippe Antoinemime: improved token parsing
2024-06-04  Victor Juliengithub-action: remove end of life CentOS 8 stream
2024-06-04  Victor Juliendefrag: remove trackers on lookup
2024-06-04  Victor Juliendefrag: add defrag.memuse counter
2024-06-04  Victor Juliendefrag: timeout check on look up; tag for removal
2024-06-04  Victor Juliendefrag: add various counters
2024-06-04  Victor Juliendefrag: remove tracker on frag pool issues
2024-06-04  Victor Juliendefrag: add defrag.mgr.tracker_timeout counter
2024-06-04  Victor Juliendefrag: update exception policy counter: ptr can't...
2024-06-04  Victor Juliendefrag: fix test passing NULL pointers
2024-06-04  Victor Juliendefrag: turn queue into stack
2024-06-04  Victor Juliendefrag: minor cleanups; dead code removal
2024-06-04  Victor Juliendefrag: turn hash row into single linked list
2024-06-04  Victor Juliendefrag: timeout/reuse start of list
2024-06-04  Victor Juliendefrag: simplify lookup/create loops
2024-06-04  Victor Julieneve/schema: reformat
2024-06-04  dependabot... github-actions: bump codecov/codecov-action from 4...
2024-06-04  dependabot... github-actions: bump ossf/scorecard-action from 2.3...
2024-06-04  dependabot... github-actions: bump github/codeql-action from 3.25...
2024-06-01  Victor Julienoutput/streaming: suppress noisy start up message 11214/head
2024-06-01  Victor Julienoutput/lua: handle registration error
2024-06-01  Eric Leblondeve: revert ethernet addresses when needed
2024-06-01  Alexey Simakovutil/radix-tree: fix potential dereference of nullptr
2024-05-31  Jason Ishlua: use quoted include style to avoid system includes 11199/head
2024-05-31  Philippe Antoinestyle: remove some useless return
2024-05-31  Philippe Antoinesrc: remove some unused parameters
2024-05-29  Juliana Fajardinidevguide: highlight commit message example 11179/head
2024-05-29  Victor Julienthreads: give threads more time to get ready
2024-05-29  Victor Julienthreads: optimize start up check
2024-05-29  Victor Julientls-store: support client logging
2024-05-29  Victor Julientlsstore: remove stale FIXME
2024-05-29  Victor Juliendetect/tls.store: fix direction check
2024-05-28  Jason Ishgithub-ci: re-add --disable-lua to commit check 11161/head 11165/head 11170/head
2024-05-27  Jason Ishdoc: update lua sandbox docs for allowed packages/functions
2024-05-27  Jason Ishlua: track memory limit exceede errors
2024-05-27  Jason Ishlua: remove sandbox lib for now
2024-05-27  Jason Ishlua: add logging and counter for instruction limit...
2024-05-27  Jason Ishlua: add blocked functions as a special log type plus...
2024-05-27  Jason Ishlua: use a function allow list instead of a deny list
2024-05-27  Jason Ishrust/Makefile: cleanup "clean" targets
2024-05-27  Jason Ishgithub-ci/scan-build: exclude rust (lua)
2024-05-27  Jason Ishgithub-ci: test make after clean without cbindgen
2024-05-27  Jason Ishlua: remove lua as a compile time feature
2024-05-27  Jason Ishrust/lua: remove lua_int8 feature
2024-05-27  Jason Ishlua: use rust crate to vendor (bundle) lua
2024-05-27  Jason Ishlua: reset instruction counter before calling script
2024-05-27  Jason Ishlua: misc cleanups in sandbox implementation
2024-05-27  Jo Johnsondoc: Initial doc for lua sandbox
2024-05-27  Jo Johnsonlua: Add config to allow sandbox bypass
2024-05-27  Jo Johnsonlua: Add config override for lua sandbox limits
2024-05-27  Jo Johnsonlua: Add lua sandbox for detection rules
2024-05-27  Jo Johnsonlua: remove internal references to luajit
2024-05-27  Jo Johnsonlua: build lua by default
2024-05-27  Jo Johnsonlua: Remove luajit support
2024-05-27  Jo Johnsonlua: require lua 5.4
2024-05-27  Victor Juliengithub-actions: bump scan-build to Ubuntu 24.04 / clang 18 11152/head
2024-05-27  Jason Ishmisc: move prototypes to correct header
2024-05-27  jason taylordoc: add source verification docs
2024-05-24  Philippe Antoinedetect/http-server-body: clean up tests 11139/head
2024-05-24  Philippe Antoinedetect: unify functions for multi-buffer
2024-05-24  Philippe Antoinedetect/template: make template use DetectEngineInspectB...
2024-05-24  Philippe Antoineci: fix and test with Wunused-macros
2024-05-22  Philippe Antoineclean: remove unused struct definitions 11120/head
2024-05-22  Richard McConnellapp-layer: Set sc_errno upon error return
2024-05-22  Victor Juliendetect/http-host: clean up tests
2024-05-22  Victor Julienpcap-log: use correct pkthdr size for limit enforcement
2024-05-22  Victor Julienpcap-log: minor cleanups
2024-05-22  Victor Julienpcap-log: minor cleanup
2024-05-22  Victor Julienpcap-log: always pass 'comp' to PcapWrite
2024-05-22  Victor Julienpcap-log: rename connp to comp
2024-05-22  Victor Julienpcap-log: don't check variable that is never set
2024-05-22  Victor Julientime: only consider packet threads
2024-05-22  Shivani Bhardwajflow: use debug validate macro 11112/head
2024-05-22  Shivani Bhardwajflow: add defensive check on memuse
2024-05-22  Shivani Bhardwajtcp: use bool wherever possible
2024-05-22  Shivani Bhardwajflow: use bool wherever possible
2024-05-22  Shivani Bhardwajflow: remove unneeded else
2024-05-22  Shivani Bhardwajflow: minor loop cleanups
2024-05-22  Philippe Antoinehttp: fix nul deref on memcap reached
2024-05-22  Shivani Bhardwajeve/schema: add tls.subjectaltname fields
2024-05-22  Shivani Bhardwajoutput/json: log tls subjectaltname
2024-05-22  Shivani Bhardwajdoc: add description about tls.subjectaltname
2024-05-22  Shivani Bhardwajdetect/tls-subjectaltname: add sticky buffer
2024-05-22  Shivani Bhardwajtls: store list of subject alternative names
2024-05-16  Jason Ishrust: rename .cargo/config to .cargo/config.toml 11095/head
2024-05-16  Jason Ishdetect-lua: small cleanups
2024-05-16  Jason Ishdetect/lua: don't treat a crashed script as no match
2024-05-16  Philippe Antoineftp: protocol detection avoiding FP on POP3
2024-05-16  Philippe Antoinepop3: protocol detection
2024-05-16  Philippe Antoinesmtp: exit data mode if data command was rejected
2024-05-16  Philippe Antoinedetect: checks for space in http.protcol keyword
2024-05-16  Philippe Antoinehttp: configures libhtp to allow spaces in uri
2024-05-16  Giuseppe Longodecode/gre: decode arp packets 11086/head
2024-05-16  Giuseppe Longodoc: add arp changes
2024-05-16  Giuseppe Longooutput-json/arp: implement logger
2024-05-16  Giuseppe Longooutput/json: check 5-tuple values prior to logging
next