]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2021-10-19  Philippe Antoinerange: checks that end is after start for HTTP2 6492/head
2021-10-15  Jason Ishqueue.h: suppress scan-build warnings 6478/head
2021-10-15  Philippe Antoinerange: move back files ownership in one case
2021-10-15  Philippe Antoinerange: checks that end is after start
2021-10-15  Philippe Antoineloopback: decodes IPv6 from all OSes
2021-10-11  Philippe Antoineike: do not keep server transforms in state 6469/head
2021-10-11  Philippe Antoinemodbus: tx iterator
2021-10-11  Philippe Antoineutil: avoid calling snprintf in PrintStringsToBuffer
2021-10-10  Philippe Antoinehttp2: enable by default, even if not in config 6468/head
2021-10-09  Philippe Antoinehttp2: enable by default 6464/head
2021-10-09  Philippe Antoinehttp2: null check during upgrade
2021-10-09  Philippe Antoineapp-layer: disable by default if not in configuration
2021-10-06  Jason Ishqueue.h: wrap the system sys/queue.h 6455/head
2021-10-05  Philippe Antoinealert: fixes leak in ThresholdHandlePacketRule 6449/head
2021-10-05  Philippe Antoinefuzz: target must use the rules it parsed
2021-10-05  Jason Ishgithub-ci: pin macos build to 10.15 6445/head
2021-10-05  Jason Ishgithub-ci: use sccache for gcc in commits workflow 6444/head
2021-10-05  Victor Julienflow: free spare pool more aggressively 6438/head
2021-10-04  Victor Julienthreading: force break loop on flow inject
2021-10-04  Victor Julienflow: process evicted flows on low/no traffic
2021-10-04  Victor Julienthreading: minor cleanups
2021-10-02  Jeff Lucovskyunittests/template: Register template unittests 6436/head
2021-10-02  Jeff Lucovskyunittests/enip: Register ENIP unittests
2021-10-01  Philippe Antoinepcre: fixes a memory leak on alloc error 6434/head
2021-10-01  Philippe Antoinehttp2: do not try to upgrade if http2 is disabled in... 6433/head
2021-10-01  Philippe Antoinehttp2: flatten code style
2021-10-01  Philippe Antoineprotodetect: handle all gaps, even when depth is reached
2021-10-01  Jason Ishreadthedocs: add configuration file
2021-10-01  Philippe Antoinepcre: local match data for pcrexform
2021-10-01  Philippe Antoinepcre: use thread-storage for matches
2021-10-01  Philippe Antoinepcre: using de_ctx in unit tests for free function
2021-10-01  Philippe Antoinepcre: creates a match structure per match run
2021-09-29  Philippe Antoinehttp: range: remove assert that can happen
2021-09-29  Philippe Antoinehttp2: range: check return value when opening
2021-09-29  Philippe Antoinehttp: delete obsolete range log
2021-09-29  Philippe Antoinefuzz: adds one target with predefined rules 6424/head
2021-09-29  Philippe Antoinelgtm: adds build instructions to get lgtm to work
2021-09-29  Jason Ishaf-packet: use configured cluster-id when checking...
2021-09-29  Philippe Antoineipv6: simpler generic overlap condition
2021-09-29  Juliana Fajardiniuserguide: update wiresharkwiki in public datasets
2021-09-29  Juliana Fajardinidoc/devguide: add few more explanations & details
2021-09-29  Juliana Fajardinidevguide/app-layer: rename /img dir to /diagrams
2021-09-29  Juliana Fajardinidevguide/transactions: add TSL_STATE enum snippet
2021-09-29  Juliana Fajardinidevguide/transactions: update & refine diagrams
2021-09-29  Juliana Fajardinidevguide/transactions: fix wordings
2021-09-29  Juliana Fajardinidevguide/code-style: fix typo in banned functions
2021-09-29  Juliana Fajardiniworkflows: add mscgen to Ubuntu 18.04 Cocci builds
2021-09-29  Juliana Fajardinidoc/devguide: add Transactions documentation page
2021-09-29  Philippe Antoinefuzz: updates README
2021-09-29  Philippe Antoinestyle: remove latest warnings
2021-09-29  Philippe Antoineflowint: same analysis warnings as flowbits
2021-09-29  Philippe Antoinepcre2: remove PCRE1 from CI 6417/head
2021-09-28  Philippe Antoinepcre2: remove PCRE1 as dependency 6414/head
2021-09-28  Philippe Antoinepcre2: follow code naming style
2021-09-28  Philippe Antoinepcre2: only one DetectParseRegex structure
2021-09-28  Philippe Antoinepcre2: move header include to suricata-common only
2021-09-28  Philippe Antoinepcre2: document the behavioral changes
2021-09-28  Philippe Antoinepcre2: check for PCRE2_ERROR_UNSET
2021-09-28  Philippe Antoinepcre2: migrate keywords parsing
2021-09-28  Philippe Antoinepcre: use pcre2 to parse detect pcre itself
2021-09-28  Philippe Antoinepcre: migrate detect-pcre to pcre2
2021-09-28  Philippe Antoinepcre2: migrate utility uses of pcre
2021-09-28  Philippe Antoinepcre2: migrate transform pcrexform
2021-09-28  Philippe Antoinepcre2: introduce as a new depdendency
2021-09-24  Philippe Antoinehttp2: follow range requests 6409/head
2021-09-24  Philippe Antoinerange: post process out of order blocks
2021-09-24  Philippe Antoinerange: no final zero in key
2021-09-24  Philippe Antoinehttp2: better rust lifetimes
2021-09-24  Philippe Antoinerust: rename to StreamingBufferConfig as in C
2021-09-24  Philippe Antoinehttp: more consistent return values for HTPFileOpenWith...
2021-09-24  Philippe Antoinehttp: increase tracked files for ranges as well
2021-09-24  Philippe Antoinehttp: range transfering ownership of file container
2021-09-24  Philippe Antoinehttp: avoid one lock for range append data
2021-09-24  Victor Julienthash: add debug validation check for use_cnt
2021-09-24  Victor Julienhttp/range: cleanup and simplification
2021-09-24  Victor Julienhttp/range: optimize struct layout
2021-09-24  Victor Julienhttp/range: fix memory leak on out of order ranges
2021-09-24  Philippe Antoinehttp/range: reassemble files from different flows with...
2021-09-24  Philippe Antoineutil: export Djb2 hash string function
2021-09-24  Philippe Antoineutil: adds util function SCBufferCmp
2021-09-24  Victor Juliendetect: suppress scan-build warning
2021-09-22  Jason Ishgithub-ci: remove fedora 32 builds (eol) 6404/head
2021-09-22  Jason Ishlua: move lua includes to util-lua.h
2021-09-21  Shivani Bhardwajsmb: fix broken stream depth setting 6395/head
2021-09-21  Shivani Bhardwajrust/conf: add getter for memval
2021-09-21  Philippe Antoinetransform: use generic Free function
2021-09-21  Philippe Antoinefuzz: fixes a leak in applayerparse target
2021-09-20  Jason Ishplugins: check if eve file type is registered
2021-09-20  Jason Ishplugins: remove internal fields
2021-09-20  Jason Isheve/syslog: remove "plugin" naming
2021-09-20  Jason Isheve: register internal output file types
2021-09-20  Jason Ishplugins: rename SCPLuginFileType to SCEveFileType
2021-09-20  Jeff Lucovskyoutput/syslog: Register syslog plugin
2021-09-20  Jeff Lucovskyoutput/plugin: Refactor eve registration function
2021-09-20  Jeff Lucovskyoutput/syslog: Refactor syslog definitions
2021-09-20  Jeff Lucovskyoutput/syslog: Convert syslog eve output to plugin
2021-09-20  Jeff Lucovskyoutput/json: Refactor internal routines
2021-09-20  Jeff Lucovskyplugin: Refactor and create registration function
2021-09-20  Jeff Lucovskyoutput/plugin: Load internal plugins
2021-09-20  Jeff Lucovskyplugin: Add "not set" plugin value type
next