]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2019-12-09  Victor Julienqa/banned-functions: remove strndup now we have a fall... 4433/head
2019-12-09  Eric Leblondqa/coccinelle: fix make distcheck
2019-12-09  Eric Leblondqa/coccinelle: flag check for setter and getter
2019-12-09  Eric Leblondqa/coccinelle: fix false positive in setter getter
2019-12-09  Eric Leblondqa/coccinelle: port struct-flags.py to Python3
2019-12-09  Eric Leblondqa/coccinelle: reformat struct-flags.py
2019-12-09  Eric Leblondqa: generate struct-flags.cocci at each run
2019-12-09  Victor Julienhttp: split request/response tx id handling
2019-12-09  Victor Julienfastlog: apply icmp type logic to icmpv6 too
2019-12-09  Philippe Antoinefastlog: use icmp type and code instead of port
2019-12-09  Philippe Antoinefastlog: move code to reduce variable scope
2019-12-09  Eric Leblondsuricata: fix computing of default packet size
2019-12-09  Jason Ishconfigure: assume cargo vendor if cargo >= 1.37
2019-12-05  Victor Julienhttp/multipart: use proper progress value to test eof
2019-12-04  Jeff Lucovskydetect/mpm: Improved handling of variable values
2019-12-04  Jeff Lucovskydetect: Improve handling of variable values
2019-12-04  Eric Leblondsource-pcap-file: honor bpf filter on command line
2019-12-04  Eric Leblondsource-pcap-file: fix memory leak on pcap filter
2019-12-03  Victor Juliensmb: add detect tx flags shim for smb (non-rust) 4414/head
2019-12-03  Victor Juliendetect/file_data: fix buffer reusing id 0
2019-12-03  Jason Ishftp: add support for tx detect flags
2019-12-03  Jason Ishdetect-engine: check for tx detect flag support
2019-12-02  Jason Ishdebug: add SCReturnBool function exit macro
2019-12-02  Jason Ishapp-layer: method to see if parser supports tx detect...
2019-11-30  Jason Ishconfigure: add python3 to python's to look for 4410/head
2019-11-29  Jason Ishgithub-actions: builds for our tier one linux distributions
2019-11-29  Jason Ishapp-layer: validate TX detect flag callbacks
2019-11-29  Jason Ishenip: add tx detect flags
2019-11-29  Jason Ishdcerpc: add tx detect flags
2019-11-29  Jason Ishmodbus: add tx detect flags
2019-11-29  Jason Ishkrb5: register tx detect flags
2019-11-29  Jason Ishrust: define TxDetectFlag struct and binding macros
2019-11-29  Jason Ishrust: add tx detect flags function to registration...
2019-11-29  Jason Ishapp-layer: add tx detect functions to register struct
2019-11-29  Jason Ishftpdata: add tx detect flags
2019-11-29  Victor Juliendnp3: add tx detect flags support
2019-11-29  Victor Julienapp-layer: don't consider tx flags if not registered
2019-11-28  Jason Ishdns: log addresses in flow direction, not packet
2019-11-02  Victor Julienfilestore: don't assume flow is TCP 4350/head 4370/head
2019-11-02  Victor Julienyaml: only enable ikev2 if rust is compiled in
2019-10-22  Victor Juliendecode/pppoe: fix potential crash in debug statement
2019-10-22  Victor Julienlog-pcap: don't print (null) for compression method
2019-10-22  Victor Julientcp: don't set event on empty SACK opt
2019-10-22  Victor Juliensuricata: use version from autoconf
2019-10-22  Philippe Antoinesignature: leak fix in DetectAddressParse2
2019-10-22  Jason Ishautomake: use tar-ustar for longer filenames
2019-10-22  Jeff Lucovskymem: Use correct len with strlcpy
2019-10-22  Fabrice Fontaineconfigure.ac: fix static build with pcap
2019-10-22  Victor Julienstream: fix progress for min_inspect_depth
2019-10-22  Victor Julienafl/decode: fix stats related memleak reports
2019-10-22  Shivani BhardwajMakefile: Make libhtp available at install-rules stage
2019-10-22  Victor Julienlua: fix lua int size detection
2019-10-22  Jason Ishconfigure: detect lua integer size
2019-10-22  Victor Julienenip: fix compile warnings in gcc-8
2019-09-23  Victor Julienchangelog: update for 4.1.5 suricata-4.1.5
2019-09-23  Victor Juliender/asn1: reduce max depth limit to 32
2019-09-23  Victor Juliender/asn1: don't pass on more data than is specified
2019-09-23  Victor Juliendecode/ipv4: fix ts opt flags decoding
2019-09-23  Victor Juliendecode/ipv4: unittest to show parsing issue
2019-09-23  Victor Julienssl: fix bounds checking in version decoding
2019-09-23  Jason Ishdefrag: check minimum size of reassembled packet
2019-09-23  Yujie ZhaoAvoid to shutdown NSS if it is not initialized
2019-09-20  Philippe Antoinehttp: backport new events 4230/head
2019-09-19  Jason Ishhtp/lzma: disable by default for 4.1.x. 4224/head
2019-09-19  Philippe Antoinehttp: disable lzma decompression from configuration
2019-09-19  Jason Ishhtp/lzma: set limit from configuration
2019-09-19  Victor Julienhtp: set lzma memlimit from config
2019-09-17  Victor Juliensmtp: fix file_data inspection 4213/head
2019-09-11  Eric Leblonddecode: prevent segfault on bypass without flow 4191/head
2019-09-06  Jason Ishgeoip: add --disable-libgeoip 4179/head
2019-09-06  Jason Ishgeoip: remove instructions to install legacy version
2019-09-06  Jason Ishgeoip: display which geoip library is in use in configure
2019-09-06  Eric Leblonddoc: fix geoip syntax
2019-09-06  Eric Leblonddetect-geoip: restore libgeoip code
2019-09-02  Victor Julienafl/fuzz: fix compiler warnings 4157/head
2019-09-02  Philippe Antoinehttp: fixes stream flags for http tests 4149/head
2019-09-02  Philippe Antoinehttp: wait for response line for filename
2019-08-23  Victor Juliendetect: fix FP on ICMP unreachable errors 4119/head
2019-08-22  Victor Julienpcap: fix breakloop error handling
2019-08-22  Victor Juliencapture: check for flow packets on capture timeout
2019-08-22  Shivani Bhardwajrust: Fix deprecation warnings
2019-08-22  Philippe Antoinewarnings: fixes integer sizes in format strings
2019-08-21  Eric Leblondaf-packet: fix build on recent Linux kernels
2019-07-10  Shivani Bhardwajdecoder/vxlan: disable by default 4018/head 4026/head
2019-07-09  Victor Juliendecoder/vxlan: improvements and cleanups
2019-07-09  Henrik Lund... decoder/vxlan: initial implementation of decoder
2019-07-08  Shivani Bhardwajappveyor: Remove enable-geoip from build script 4013/head
2019-07-08  Victor Juliengeoip: fix unittests w/o db present
2019-07-08  Victor Julienmem: avoid potential shadow vars with 'len' name
2019-07-08  Bill Meeksmem: add SCStrndup() function to wrap strndup().
2019-07-08  Bill Meeksdetect/geoip: migrate to GeoIP2 database format
2019-07-08  Victor Julienrust: fix warnings about wrong type of comments
2019-07-02  Victor Julienrust: fix libc deprecation warnings for int types
2019-07-02  Victor Julienikev2: clean up c glue code
2019-07-02  Victor Julientftp: c glue code cleanup
2019-06-28  Victor Julienikev2: remove excess new lines
2019-06-28  Victor Julientftp: properly implement tx handling
2019-05-09  Victor Juliendetect/ssh: fix ssh.protoversion memory leak 3845/head
2019-05-09  Victor Juliendetect/ssh: mark old ssh keywords as deprecated
2019-05-09  Victor Juliendetect/parse: add flag to indicate keyword is deprecated
next