]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2020-04-07  Victor Julienfuzz/sigpcap: initialize empty packet pool 4785/head
2020-04-07  Todd Mortimerdoc: Update documentation for by_rule and by_both thres...
2020-04-07  Todd Mortimerdetect/threshold: Add tests for thresholding by_rule...
2020-04-07  Todd Mortimerdetect/threshold: Add a common function to (re)allocate...
2020-04-07  Todd Mortimerdetect/threshold: Refactor threshold calculation to...
2020-04-07  Todd Mortimertime: Add TIMEVAL_EARLIER and TIMEVAL_DIFF_SEC macros.
2020-04-07  Todd Mortimerdetect/threshold: Parse by_rule and by_both in rules.
2020-04-06  Victor Julienapp-layer/proto-detect: minor cleanup 4784/head
2020-04-06  Victor Juliendetect/pktvar: fix memory leaks
2020-04-06  Philippe Antoinefuzz: limit input size for protocol detection consisten...
2020-04-06  Jeff Lucovskydetect/ssl: Fix memory leak in version parsing
2020-04-06  Philippe Antoinefuzz: build compatibility with oss-fuzz flags 4780/head
2020-04-04  Jeff Lucovskydoc/devguide: Submission and style 4777/head
2020-04-04  Jason Ishdevguide: include sources in EXTRA_DIST
2020-04-04  Jason Ishgithub-ci: on centos-8 build, use distcheck
2020-04-04  Jason Ishgithub-ci: build documentation on Ubuntu 18.04
2020-04-04  Jason Ishgithub-ci: build documentation on Fedora-31 build
2020-04-03  Philippe Antoineci: adds a build with make tags 4776/head
2020-04-03  Eric Leblondconfigure: correctly display nss/nspr status
2020-04-03  Victor Julienflow: cleanup expectations first
2020-04-03  Eric Leblondapp-layer-expectation: update copyright date
2020-04-03  Eric Leblondapp-layer-expectation: clean expectation at flow end
2020-04-03  Eric Leblondapp-layer-expectation: limit number of expectations
2020-04-03  Eric Leblondapp-layer-expectation: remove unused parameter
2020-03-31  Jeff Lucovskytests/bsize: Fuzzing test case added 4765/head
2020-03-31  Jeff Lucovskydetect/bsize: Ensure numeric values fit
2020-03-31  Victor Juliendetect/parse: fix crash on 'internal' keyword use
2020-03-31  Victor Julienfuzz/siginit: fix leak in case of bidir sig
2020-03-31  Victor Julienfuzz/siginit: minor improvements
2020-03-31  Victor Juliendetect/pkt_data: error on unconsumed transforms
2020-03-31  Victor Juliendetect/pkt_data: code and test cleanup
2020-03-31  Victor Juliendetect: more robust against transform issues
2020-03-30  Sascha Steinbissrfb: make sure size calculations do not overflow
2020-03-30  Jeff Lucovskydetect/tls: Use pcre_copy_substring to avoid leak
2020-03-30  Victor Julienbuild: wrap fuzz targets in guard to fix 'make tags' 4750/head
2020-03-29  Victor Julienfuzz/sigpcap: fix FPs due to missing pkt cleanup
2020-03-28  Victor Juliendecode/vxlan: minor yaml example clarrification 4746/head
2020-03-28  Victor Juliendecode/teredo: implement port support
2020-03-27  Shivani BhardwajUse StringParse* for all parsers and configurations 4739/head
2020-03-27  Shivani BhardwajUse appropriate ByteExtractString* functions
2020-03-27  Shivani Bhardwajutil: Add StringParse* functions
2020-03-26  Philippe Antoinefuzz: remove obsolete AFL code 4735/head
2020-03-26  Victor Julienci: add fuzztargets and afl build test 4732/head
2020-03-26  Philippe Antoinefuzz: simpler way to force usage of CXX linker
2020-03-26  Philippe Antoinefuzz: remove decodeder fuzz target
2020-03-26  Philippe Antoineconfigure: right test for AFLFUZZ_PERSISTANT_MODE 4731/head
2020-03-26  Philippe Antoineci: enables fuzz targets in one build 4729/head
2020-03-24  Victor Julienstream/tcp: fix STREAM_HAS_SEEN_DATA macro 4726/head
2020-03-24  Victor Julienstream/tcp: clean up stream flags
2020-03-23  Pierre Chifflierrust/x509: map decoding errors to decoder events 4721/head
2020-03-23  Pierre Chifflierssl/tls: call rs_cstring_free for strings allocated...
2020-03-23  Pierre Chifflierrust/x509: use the raw serial number so leading zeros...
2020-03-23  Pierre ChifflierDER: remove the C parser for DER
2020-03-23  Pierre Chifflierssl/tls: use the rust decoder to decode X.509 certificates
2020-03-23  Pierre Chifflierrust: add common function to exchange CString objects...
2020-03-22  Jeff Lucovskydetect: byte-test convert neg_op flag to a bool 4717/head
2020-03-22  Jeff Lucovskydetect: Add unittests to exercise bitmask
2020-03-22  Jeff Lucovskydetect: fixup incorrect comments, indentation
2020-03-22  Jeff Lucovskydetect: byte_test impl for bitmask
2020-03-22  Jeff Lucovskydoc: fix documentation typos
2020-03-22  Jeff Lucovskydoc: Update byte_test documentation
2020-03-20  Sascha Steinbissrfb: use more idiomatic Rust code 4715/head
2020-03-20  Victor Julienstream/tcp: fix fast open off by one
2020-03-20  Philippe Antoinefuzz: check tcp splitting evasions in protocol detection
2020-03-20  Philippe Antoinefuzz: enable AFLFUZZ_PERSISTANT_MODE for libfuzzer...
2020-03-20  Philippe Antoinefuzz: use env variable to restrict app layer
2020-03-20  Philippe Antoinefuzz: adds eight fuzz targets
2020-03-19  Frank Honzaadd RFB parser 4710/head
2020-03-19  Victor Julienoutput/anomaly: minor code cleanups
2020-03-19  Victor Juliendetect/app-layer-event: code cleanups
2020-03-19  Jeff Lucovskydetect/pcre: Correct spelling typos
2020-03-19  Jeff Lucovskygeneral: copyright bump
2020-03-19  Jeff Lucovskydetect: Update to take advantage of PCRE refactor
2020-03-19  Jeff Lucovskydetect/pcre: Changes to support pcre_jit_exec
2020-03-19  Jeff Lucovskydetect/pcre: Add warning for failed registrations
2020-03-19  Jeff Lucovskydetect/parse: Refactor interfaces/definitions
2020-03-19  Jeff Lucovskyconfigure: Determine whether pcre_jit_exec exists
2020-03-19  Victor Juliendevguide: document new app-layer retvals
2020-03-19  Philippe Antoinedoc: adds doc for ipv4.hdr signature keyword 4702/head
2020-03-19  Philippe Antoinedetect: adds icmpv6.mtu keyword
2020-03-19  Philippe Antoinedetect: adds utility file for uint keywords
2020-03-19  Philippe Antoinedetect: define generic PrefilterIsPrefilterableById
2020-03-19  Philippe Antoinedetect: extend PrefilterPacketHeaderValue to 16 bytes
2020-03-19  Philippe Antoinedecode: fix endianness for ICMPv6 MTU
2020-03-19  Philippe Antoinedoc: fix typo in DetectTcpmssSetup description
2020-03-17  Victor Julienstream: fix direction flags in corner case 4691/head
2020-03-17  Victor Julienapp-layer: minor code cleanup
2020-03-17  Victor Julienapp-layer: fix progress tracking
2020-03-17  Victor Julienapp-layer: extend AppLayerResult to add convenience
2020-03-17  Victor Julienrust: merge parser.rs into applayer.rs
2020-03-17  Victor Julienapp-layer: document return macros
2020-03-17  Victor Juliennfs: switch to new 'incomplete' logic
2020-03-17  Victor Juliennfs: switch to AppLayerResult
2020-03-17  Victor Juliensmb: update return type of GAP handling
2020-03-17  Victor Juliensmb: convert to return AppLayerResult
2020-03-17  Victor Julienapp-layer: add 'incomplete' return logic
2020-03-17  Victor Julienapp-layer: update API to return more details
2020-03-17  Victor Julienapp-layer: change return codes
2020-03-17  Victor Julienapp-layer: minor optimization
2020-03-17  Victor Julienstream: fix function style
next