]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
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
2019-05-09  Victor Juliendetect: add verbosity of --list-keywords
2019-05-09  Victor Juliendetect: switch keyword flags u16
2019-05-06  Victor Julienvalgrind: support hyperscan warning 3838/head
2019-05-06  magenblutenfilestore: fix dropping of unwanted files (Issue #2853)
2019-05-06  Victor Julienfiles: open files with track id only
2019-04-30  Victor Julienchangelog: update for 4.1.4 suricata-4.1.4
2019-04-30  Victor Juliensmb/c: fix undefined behavior
2019-04-30  Victor Juliennfs: fix integer underflow
2019-04-29  Victor Julienrunmodes: for test runmodes, clean up properly
2019-04-26  Philippe Antoinessl : SSLProbingParser overflow fix
2019-04-26  Victor Julienparse/ip: fix potential oob write in ipv4 validation
2019-04-26  Jason Ishdhcp: verify client id len before parsing data
2019-04-26  Jason Ishrust/ftp: validate port components in passive reponse
2019-04-26  Jason Ishmpls: fix misaligned read
2019-04-26  Jason Ishrules: add mpls packet too small decoder rule
2019-04-26  Jason Ishmpls: check buffer length before peeking at next header
2019-04-26  Jason Ishethernet: fix next packet size on DCE packet
2019-04-26  Victor Julienssh: fix banner overflow issue
2019-04-26  Philippe Antoinesmtp: rset command resets bdat chunks length
2019-04-15  Victor Julienalert/unified2: remove useless packed attributes
2019-04-15  Victor Juliendecode: remove useless packed attributes
2019-04-15  Victor Julienopenbsd: fix rust linking
2019-03-29  Victor Juliendetect/http-client-body: convert to inspect api v2 3757/head
2019-03-29  Victor Juliendetect/http-client-body: code cleanups and test cleanups
2019-03-29  Victor Juliensmb1: fix NT create andx records filename parsing
2019-03-29  Wesley van... smb: fix NT create filename parsing
2019-03-29  Victor Julienapp-layer/pd: set offset and depth in mpm
2019-03-29  Max Fillingerpcap-log: Don't leak memory in LZ4 error paths
2019-03-29  Alexander BluhmAvoid use-after-free during pid file cleanup.
2019-03-29  Victor Julienapp-layer/pd: free memory
2019-03-29  Victor Juliendetect: remove BUG_ON from packet path
2019-03-29  Victor Juliendetect: fix match array reset
2019-03-29  Victor Julienapp-layer/profile: fix udp protocol detection profiling
2019-03-29  Jeff LucovskyFix memory leak with TOS handling
2019-03-29  jason taylorpfring: update bpf error handling to be consistent
2019-03-29  Giuseppe Longodetect-iprep: fix memory leaks
2019-03-29  Eric Leblondflow-bypass: set thread name to FB
2019-03-29  Eric Leblondsuricata.yaml: fix name of encryption-handling var
next