]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2019-03-04  Bryant Smithdoc: add byte_* documentation to the userguide 3703/head
2019-02-27  Victor Julienstream/ips: set proper payload len for inspection
2019-02-24  Victor Julienfile-log: remove and add warning 3680/head
2019-02-24  Eric Leblonddoc: improvement of xbits documentation page
2019-02-24  Eric Leblonddoc: xbits:noalert is not a valid syntax
2019-02-24  Eric Leblonddetect-hostbits: error on some invalid config
2019-02-24  Eric Leblonddetect-xbits: error on some invalid config
2019-02-24  Eric Leblonddetect-flowbits: error on some invalid syntax
2019-02-24  Eric Leblondsuricata: fix list keywords URL in release mode
2019-02-24  Shivani Bhardwajunix-socket: Fix the message for unregister-tenant...
2019-02-24  Shivani Bhardwajdoc/unix-socket: Add missing commands and detail
2019-02-24  Shivani Bhardwajsuricatactl: Clean up parser, improve help
2019-02-24  Shivani Bhardwajsuricatactl: Fix PyLint issues
2019-02-24  Shivani Bhardwajsuricatactl: Make code compatible with Python 3
2019-02-24  Victor Juliendoc: add table for custom values of eve/http
2019-02-24  Victor Julieneve/http: add proxy related custom headers
2019-02-24  Victor Julieneve/http: fix custom header table
2019-02-24  Victor Juliensmtp: minor code cleanup and debug addition
2019-02-24  Victor Julienchecksum: use u64 types
2019-02-24  Victor Julienips/stream: handle low mem(cap) crash
2019-02-23  Victor Julienstream-buffer: fix block search compare func
2019-02-23  Victor Julienstream-buffer: fix streaming buffer size issue
2019-02-22  Victor Julienflow-manager: improve thread shutdown loops
2019-02-22  Victor Julienthreads: move sleep macros into common header
2019-02-22  Victor Juliengithub: update codeowners
2019-02-21  Victor Julienmpm/ac-ks: rename files from -tile to -ks
2019-02-20  Victor Julientile: remove files
2019-02-20  Victor Julienmpm: rename internal id for ac-tile to ac-ks
2019-02-20  Victor Juliendetect/pcre: fix false positive 3673/head
2019-02-20  Victor Juliendecoder: improve stats hash error handling
2019-02-20  Victor Juliennetmap: switch to nm_* API
2019-02-20  magenblutenfilestore v2: print sid in json output
2019-02-20  Travis Greenengine-analysis: add support for http_host buffer
2019-02-20  Eric Leblondconfigure: rust support requires Python
2019-02-20  Alexander Gozmannfqueue: more descriptive queue names (e.g. 'NFQ#1...
2019-02-20  Alexander Gozmannfqueue: added received packets counter for 'iface...
2019-02-20  Victor Julieneve/fileinfo: don't alloc filename during logging
2019-02-20  Victor Julieneve/ftp: don't alloc memory to log filename
2019-02-20  Victor Julieneve/http: use stack for buffer to string conversions
2019-02-20  Victor Julienbyte: add bytes to string w/o allocation
2019-02-20  Mats Klepslandapp-layer-ssl: check that cipher suites length is divis...
2019-02-20  Mats Klepslandutil-ja3: fix AddressSanitizer heap-buffer-overflow
2019-02-20  Victor Julienwindows: msys/mingw based appveyor support 3669/head
2019-02-20  Victor Julienwindows/syscall: fix unused function warning
2019-02-20  Victor Julienwindows/syscall: convert file to use unix newlines
2019-02-20  Victor Julienconfigure: support msys target
2019-02-20  Victor Julienwindows: fix sc_log_stream_lock handling
2019-02-15  Victor Julienwindows: allow multiple pcap devices on commandline 3661/head
2019-02-15  Victor Julienips: set host mode only after engine mode
2019-02-15  Victor Julienstream: fix 'stream.inline=auto' for L2 IPS
2019-02-15  Victor Julienflow: log gap state per direction
2019-02-15  Victor Julienstream: no more stream events after known issue
2019-02-15  Shivani Bhardwajsuricatasc: Fix command failures
2019-02-15  Shivani Bhardwajsuricatasc: Use better exception message, sort imports
2019-02-15  Shivani Bhardwajsuricatasc: Snug the processing of different commands
2019-02-15  Shivani Bhardwajsuricatasc: Get rid of issues detected by Pylint
2019-02-12  Victor Juliendcerpc/udp: fix int mishandling in opnum parsing 3652/head
2019-02-12  Victor Julienfile/swf: fix undefined int behaviour
2019-02-12  Victor Juliendetect/bytetest: don't print errors at runtime
2019-02-12  Victor Julienrust/smb: fix and optimize record search
2019-02-08  Pierre Chifflierrust: fix cargo tests
2019-02-08  Pierre Chifflierrust: nom4 requires to add complete!() when using many...
2019-02-08  Pierre Chifflierrust: fix warnings for unused variables (add _)
2019-02-08  Pierre Chifflierrust: upgrade all parsers to nom4
2019-02-08  Pierre Chifflierrust/nom4: error_code is superseded by error_position
2019-02-08  Pierre Chifflierrust: update dependencies for nom4 transition
2019-02-08  Maurizio Abbaeve/http: add request/response http headers 3641/head
2019-02-08  Maurizio Abbasmtp: create raw-extraction feature
2019-02-08  Alexander Gozmansource-nfq: increase maximum queues number to 65535
2019-02-08  Alexander Gozmansource-nfq: support queue range
2019-02-08  Jason Ishissue 2795: python 3 fix in Rust C header gen
2019-02-08  Jason Ishrust/dns: add dns to dns alerts
2019-02-07  Fabrice Fontaineconfigure.ac: fix --{disable,enable}-xxx options
2019-01-29  Victor Juliendetect: add file.name sticky buffer 3632/head
2019-01-29  Victor Juliendetect: add http.response_body sticky buffer
2019-01-29  Victor Juliendetect/tls: consolidate validity code
2019-01-29  Victor Juliendetect/http-server-body: move tests to tests/
2019-01-29  Victor Juliendetect: add http.request_body sticky buffer
2019-01-29  Victor Juliendetect/file-data: move tests into tests/
2019-01-29  Victor Juliendetect/file-data: consolidate matching code
2019-01-29  Victor Juliendetect/http-client-body: move tests into tests/
2019-01-29  Victor Juliendetect/http-client-body: convert to inspect api v2
2019-01-29  Victor Juliendetect/file-data: minor cleanups
2019-01-29  Victor Juliendetect/file-data: minor cleanups and clarifications
2019-01-29  Victor Juliendetect/http-server-body: code cleanup and test cleanups
2019-01-29  Victor Juliendetect/http-client-body: code cleanups and test cleanups
2019-01-29  Victor Juliendetect: add http.header.raw sticky buffer keyword
2019-01-29  Victor Juliendetect/http_raw_header: move tests into tests/
2019-01-29  Victor Juliendetect/http_raw_header: use inspect v2 api
2019-01-29  Victor Juliendetect/http_raw_header: minor code cleanups
2019-01-29  Victor Juliendetect: add http.header sticky buffer keyword
2019-01-29  Victor Juliendetect/http_header: convert parsing tests to use helper
2019-01-29  Victor Juliendetect/http_header: move tests into tests/
2019-01-29  Victor Juliendetect/http_header: inspect v2 api
2019-01-29  Victor Juliendetect/http_header: test cleanups
2019-01-29  Victor Juliendetect/http_header: remove unused func args
2019-01-29  Victor Juliendetect: add http.cookie sticky buffer keyword
2019-01-29  Victor Juliendetect/http_cookie: move tests into tests/
2019-01-29  Victor Juliendetect/http_cookie: switch to inspect v2 api
2019-01-29  Victor Juliendetect/http_cookie: minor cleanups
next