]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2019-04-19  Philippe Antoinehttp: logs content range 3810/head
2019-04-19  Philippe Antoinesmtp: rset command resets bdat chunks length
2019-04-19  Philippe Antoinessh : code style consistency
2019-04-19  Jeff Lucovskydecode: Improved FTP active mode handling
2019-04-18  Jason Ishmpls: fix misaligned read
2019-04-18  jason taylorci: updated travis and appveyor for nss/nspr
2019-04-18  jason taylorconfigure: fix nss check logic
2019-04-18  jason taylorconfigure: fix nspr check logic
2019-04-17  Victor Julieneve/smb: minor cleanup now Rust is mandatory 3802/head
2019-04-17  Victor Julienrust/smb: rename files and code from RustSMB to SMB
2019-04-17  Victor Juliendetect/dcerpc: cleanup now Rust is mandatory
2019-04-16  Victor Juliendetect/app-layer-event: cleanup test
2019-04-16  Victor Juliensmb: remove C implementation
2019-04-13  Victor Julienopenbsd: fix rust linking
2019-04-13  Jason Ishdns: remove as much C DNS code as possible
2019-04-13  Jason Ishuserguide: remove dns-log
2019-04-13  Jason Ishdns-log: remove, not supported now that Rust is required
2019-04-13  Jason Ishdoc: remove autoconf replacement var for Rust
2019-04-13  Jason Ishconfig: enable all things requiring Rust
2019-04-13  Jason Ishtravis-ci: enable Rust for all builds
2019-04-13  Jason Ishautoconf: make Rust required in configure
2019-04-13  Jason Ishtravis-ci: test that configure fails without jansson
2019-04-13  Jason Ishautoconf: jansson is now required
2019-04-09  Phil Youngnapatech: auto-config documentation update 3788/head
2019-04-09  Phil Youngnapatech: simplify integration with Napatech cards
2019-04-09  Victor Julienbyte: suppress errors in byte extraction utils
2019-04-09  Victor Juliendetect/bytejump: suppress runtime error messages
2019-04-09  Victor Juliendetect/byteextract: suppress runtime error messages
2019-04-08  jason taylorpfring: update PfringThreadVars_ for gcc 4.x 3783/head
2019-04-08  Emmanuel Roullitinit: use pledge(2) after suricata initialization.
2019-04-08  Emmanuel Roullitlog: output file mode in octal on chmod warning
2019-04-08  Jeff Lucovskydecode: Change return type of IPv4 and TCP options...
2019-04-08  Jeff Lucovskyparse: Improve unknown protocol parse message
2019-04-08  Jeff Lucovskydoc: ssh.{proto,software} documentation update
2019-04-08  Jeff Lucovskysticky: Convert ssh_software to new format
2019-04-08  Jeff Lucovskysticky: Convert ssh_proto to new format
2019-04-08  Jeff Lucovskydetect/http: Use v2 inspect and mpm engines
2019-04-05  Victor Julienstream: suppress noisy debug info messages
2019-04-05  Victor Julienpcap: suppress info messages
2019-04-05  Victor Juliendetect/disable-detect: suppress info message
2019-04-05  Victor Julienlog/file: use default-log-dir for suricata.log 3777/head
2019-04-05  Victor Julienuser mode: use CWD as logdir
2019-04-05  Victor Julienlogopenfile: remove duplicate ifdefs
2019-04-05  Victor Julienrunmodes: improve error messaging
2019-04-05  Victor Julienstartup: log system mode with version
2019-04-05  Victor Julieninstance: set system vs user mode
2019-04-04  Victor Julienrust/mingw: enable in appveyor 3772/head
2019-04-04  Victor Julienrust/mingw: build fixes
2019-04-03  Victor Julienlist-keywords: don't load yaml
2019-04-03  Jeff Lucovskyrule-analyzer: Ensure content counts are accurate
2019-04-03  Giuseppe Longosource-nflog: fix memleaks
2019-04-03  Emmanuel Roullitlog: add NULL ptr guard on fclose when reopening.
2019-04-03  Victor Juliennfs: small cleanups
2019-04-03  Victor Juliendetect/ftp: small ftpdata_command cleanups
2019-04-03  Victor Juliendetect/uricontent: suggest http.uri as alternative
2019-04-03  Victor Juliendetect/dns: add dns.query for dns_query keyword
2019-04-02  Victor Juliennfs: implement midstream reverse flow support 3765/head
2019-04-02  Victor Julienapp-layer/probing-parser: implement reverse flow
2019-04-02  Victor Julienflow: add macro to get sp/dp
2019-03-29  Victor Julienrust/mingw: fix C glue code generator 3762/head
2019-03-29  Victor Julienrust/mingw: fix missing IPPROTO_* declarations
2019-03-29  Victor Julienalert/unified2: remove useless packed attributes
2019-03-29  Victor Juliendecode: remove useless packed attributes
2019-03-29  Victor Juliendetect/iponly: only run iponly address parsers for...
2019-03-29  Victor Juliendetect/iponly: improve negation handling in parsing
2019-03-29  Victor Juliendetect/address: clean up 'any' logic
2019-03-29  Victor Juliendetect/parse: set the type of signature early
2019-03-29  Victor Juliendetect/parse: reduce scope of main parse func
2019-03-29  Victor Juliendetect/content: test cleanup
2019-03-27  Victor Juliensmb3: support direction check in midstream 3749/head
2019-03-27  Victor Julienproto-detect: improve midstream support
2019-03-26  Danny Browningsource-pcap-file: Pcap File Init Failure Handling ... 3747/head
2019-03-26  Victor Julienapp-layer/pd: minor code cleanup
2019-03-26  Victor Julienapp-layer/pd: set offset and depth in mpm
2019-03-26  Victor Julienmpm/hs: track maxdepth
2019-03-22  Alexander GozmanBug 2857: NFQ ASAN 'heap-use-after-free' error. 3746/head
2019-03-22  Jeff Lucovskydoc: add http.location and http.server
2019-03-22  Jeff Lucovskydetect: implement http {location,server} sticky buffer
2019-03-22  Max Fillingerpcap-log: Don't leak memory in LZ4 error paths
2019-03-22  Pascal Delalandedoc: add ssh protocol in eve log section
2019-03-22  Alexander BluhmAvoid use-after-free during pid file cleanup.
2019-03-22  jason taylorconfigure.ac: update lzma check and misc doc
2019-03-22  Giuseppe Longoreputation: remove dead code
2019-03-22  Giuseppe Longoreputation: declare max value as constant
2019-03-22  Victor Juliensmb1: fix NT create andx records filename parsing
2019-03-22  Wesley van... smb: fix NT create filename parsing
2019-03-21  Victor Julienstream: minor test cleanups 3739/head
2019-03-21  Victor Julienmpm: track maxdepth
2019-03-21  Victor Juliendetect/flow: optimize flow check
2019-03-21  Victor Juliendetect/tag: minor code cleanup
2019-03-21  Victor Juliendetect/mark: use postmatch instead of tag list
2019-03-21  Victor Juliendetect/mark: minor code cleanups
2019-03-21  Victor Juliendetect: packet match micro optimization
2019-03-21  Victor Juliendetect/filestore: use postmatch callback
2019-03-21  Victor Juliendetect/replace: implement post-match
2019-03-21  Victor Julieneve/flow/netflow: log correct tulpe on reversed flows
2019-03-21  Victor Julienstream: use flow/packet swap logic for SYN/ACK midstream
2019-03-21  Victor Julienflow: on timeout, consider reverse flows for pseudo...
2019-03-21  Victor Julienflow: introduce flow swap support
2019-03-21  Victor Juliencommon: introduce flags and var swapping macros
next