]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2023-07-19  Philippe Antoinedecode: fix offset for DCE layer 9261/head
2023-07-18  Jeff Lucovskydetect/include: Remove unnecessary includes 9248/head
2023-07-18  Victor Julienversion: start development towards 7.0.1
2023-07-18  Shivani Bhardwajrelease: 7.0.0; update changelog suricata-7.0.0
2023-07-17  Jeff Lucovskydetect/multi-tenant: Make tenant_id 32 bits everywhere 9244/head
2023-07-17  Jeff Lucovskydetect/pcre: Use local match variables 9243/head
2023-07-16  Victor Juliendetect/base64_decode: use local pcre2_match_data 9240/head
2023-07-16  Victor Julienreference: fix multi-tenant loading issues
2023-07-16  Victor Julienclassification: fix multi-tenant loading issues
2023-07-15  Juliana Fajardinidoc/userguide: update ref to installation from git 9239/head
2023-07-15  Juliana Fajardinimeta-docs: update links
2023-07-15  Victor Juliendoc: security policy
2023-07-15  Jason Ishgithub-ci: don't build docs in almalinux:8, centos:8
2023-07-15  Jason Ishdoc/support-status: add support status page
2023-07-15  Jason Ishdoc/userguide: avoid horizontal scroll on rtd
2023-07-14  Victor Julienfile: remove FILE_USE_DETECT flag 9237/head
2023-07-14  Jeff Lucovskydetect/file: Remove centralized proto definition
2023-07-14  Jeff Lucovskydetect/file_data: Consolidate file handling
2023-07-14  Jeff Lucovskydetect/file: Filehandler registration logic
2023-07-14  Jeff Lucovskyfile/htp: Add logic for file access
2023-07-14  Jeff Lucovskyfile: Window and edge adjustments
2023-07-14  Victor Juliendetect/engine: minor debug cleaup
2023-07-14  Victor Juliendetect/mpm: remove useless checks
2023-07-14  Jeff Lucovskympm: Use typedef for mpm registration
2023-07-13  Shivani Bhardwajrust: fix clippy warnings 9233/head
2023-07-13  Victor Julienrust: update cargo.lock
2023-07-13  Juliana Fajardiniuserguide/eve: format and reorganize alert section
2023-07-13  Juliana Fajardinioutput/drop: add verdict field
2023-07-13  Juliana Fajardinioutput/alert: add verdict field
2023-07-13  Juliana Fajardinimisc: fix typos & update copyright years
2023-07-13  Shivani Bhardwajutil/mime: skip over any invalid char
2023-07-13  Philippe Antoinehttp2: do not append data after closing file 9224/head
2023-07-13  Andreas Herzdoc/upgrade: add more 6 to 7 changes and minor improvements
2023-07-13  Jeff Lucovskyconfig/swf: SWF deprecation warning message
2023-07-13  Victor Julienflow/hash: fix and cleanup key/flow_id getters
2023-07-13  jason taylordoc: hyperscan information updated
2023-07-13  jason taylordoc: add multi buffer support note to keyword docs
2023-07-13  jason taylordoc: add multiple buffer matching documentation
2023-07-13  Jason Ishdoc/userguide: more eve http upgrade notes
2023-07-13  jason tayloruserguide: add details about tcp flow pass
2023-07-13  Victor Julienrequirements: use libhtp 0.5.45
2023-07-13  Victor Juliendetect/filemagic: fix thread ctx registration; reloads
2023-07-13  Victor Juliendetect: more compact layout of DetectEngineCtx
2023-07-13  Victor Juliendetect: reduce failure_fatal to bool to save space
2023-07-13  Victor Julienspm: reduce spm_matcher size to uint8_t
2023-07-13  Victor Juliendetect: create more strict rule validation
2023-07-11  Victor Juliendetect/iponly: fix minor warning with unittest but... 9200/head
2023-07-11  Victor Juliengithub-ci: run cocci in fedora 38
2023-07-10  Jeff Lucovskydetect/byte_math: Permit var name for bytes value 9198/head
2023-07-10  Jeff Lucovskydetect/byte_math: Use proper index for rvalue var
2023-07-10  Jeff Lucovskydetect/byte_math: Document bytes variable name
2023-07-10  Jeff Lucovskydetect/byte-jump: Document var usage for nbytes
2023-07-10  Jeff Lucovskydetect/bytejump: Allow nbytes to be a variable
2023-07-10  Jeff Lucovskydoc/byte_test: Document byte_test variable usage
2023-07-10  Jeff Lucovskydetect/byte_test: Allow nbytes value to be a variable
2023-07-10  Lukas Sismisdpdk: improve handling of SOCKET_ID_ANY in DPDK 22.11+
2023-07-10  Lukas Sismisdpdk: refactor log messages
2023-07-10  Lukas Sismisdpdk: improve DPDK thread handling
2023-07-10  Lukas Sismisdoc: update install instructions
2023-07-10  Jason Ishrequirements: suricata-update 1.3.0
2023-07-10  Shivani Bhardwajutil/base64: fix tests for RFC2045
2023-07-10  Shivani Bhardwajutil/base64: update test macro to use user data
2023-07-10  Shivani Bhardwajutil/base64: check dest buf size to hold 3Bytes
2023-07-10  Shivani Bhardwajutil/base64: check for dest buf size in last block
2023-07-10  Shivani Bhardwajutil/base64: fix padding bytes for trailing data
2023-07-10  Shivani Bhardwajutil/base64: skip any invalid char for RFC2045
2023-07-10  Shivani Bhardwajutil/base64: add test for long string w RFC4648
2023-07-10  Philippe Antoinehttp: remove obsolete checks for files
2023-07-10  Philippe Antoinehttp2: file tracker is initialized when file is closed
2023-07-10  Jason Ishfile-data: better error for conflicting keywords
2023-07-07  Jason Ishgithub-ci: remove fedora 36 builds 9168/head
2023-07-07  Jason Ishgithub-ci: update rust versions
2023-07-07  Jason Ishconfigure: set minimum rust version to 1.63.0
2023-07-07  Shivani Bhardwajdoc/http: use "sticky buffer" where applicable
2023-07-07  Philippe Antoineoutput/file: http2 metdata is logged in http object
2023-07-05  Victor Juliendetect/fileext: reimplement based on file.name 9149/head
2023-07-05  Victor Juliendetect/filename: switch to file.name implementation
2023-07-05  Victor Juliendetect/filemagic: switch to file.magic implementation
2023-07-05  Victor Juliendetect/tls: minor fingerprint cleanup
2023-07-05  Victor Juliendetect/content: minor cleanup
2023-07-05  Jeff Lucovskyconfig/af-packet: Warn/replace rollover usage 9148/head
2023-07-05  Jeff Lucovskyconfig: Document cluster_rollover deprecation
2023-07-05  Jeff Lucovskydoc/afpacket: Document rollover deprecation
2023-07-05  Jeff Lucovskydetect/stat: Display 0 instead of nan
2023-07-05  Jason Ishgithub-ci: add CentOS Stream builders 9143/head
2023-07-05  Jason Ishgithub-ci: replace dist builder with Debian 12
2023-07-05  Jason Ishgithub-ci: add Debian 12 builder
2023-07-05  Juliana Fajardiniexception: fix use of master switch with default
2023-07-05  Sascha Steinbissrfb: also set unimplemented auth types
2023-07-05  Sascha Steinbissrfb: ensure logging of incompletely parsed txs
2023-06-30  Philippe Antoinemime: compute full body md5 9111/head
2023-06-30  Philippe Antoinesmtp: avoid counting last eol in file
2023-06-30  Shivani Bhardwajpython: remove futile exec perm from files
2023-06-30  Shivani Bhardwajsuricatasc: update running instructions
2023-06-30  Shivani Bhardwajpython: remove unneeded setup.py
2023-06-30  Shivani Bhardwajsuricatasc: remove unneeded shebang
2023-06-28  Jason Ishgithub-ci: allow pull request URL in SV_BRANCH 9093/head
2023-06-28  Jason Ishpcap-log: close pcap_dead_handle on close
2023-06-27  Jason Ishlog-pcap: one time errors on file open 9088/head
2023-06-27  Jason Ishlog-pcap: only open dumper after successful file open...
next