]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2018-09-19  Victor Juliendetect/template: clean up packet keyword
2018-09-19  Victor Juliendetect/template: move test to own file in src/tests/
2018-09-19  Victor Juliendetect/template: switch to v2 API, add MPM
2018-09-19  Victor Juliendetect/template: clean up unittest
2018-09-19  Jacob Masen... detect/analyzer: disable automatic json output 3486/head
2018-09-19  Victor Juliendetect/analyzer: add notes (and warnings)
2018-09-18  Victor Julienhttp: implement min size stream logic
2018-09-18  Victor Julienstream: introduce min inspect depth logic
2018-09-17  Jason Ishdefrag: break out of loop in linux profile when able to 3479/head
2018-09-17  Jason Ishdefrag: remove fragments that have complete overlap
2018-09-17  Jason Ishdefrag: use rb tree to store fragments
2018-09-17  Victor Julienunittests: fix format-truncation warning
2018-09-17  Victor Julienstream/segments: change packing to reduce size
2018-09-17  Victor Julienstream/segments: keep track of tree right edge
2018-09-17  Victor Julienstreaming/sbb: convert RB_MIN to 'head'
2018-09-17  Victor Julienstreaming: keep track of tree 'head'
2018-09-17  Victor Julienstreaming: use rbtree for stream blocks
2018-09-17  Victor Julienstream/sack: optimize SACK size handling
2018-09-17  Victor Julienstream/sack: turn SACK record list into rbtree
2018-09-17  Victor Julienstream/segments: speed up inserts
2018-09-17  Victor Julienstream/segments: remove RB_MIN/RB_MAX
2018-09-17  Victor Julienstream/segments: optimize overlap tree operations
2018-09-17  Victor Julienstream/segments: turn linked list into rbtree
2018-09-17  Victor Julientree: add scan-build assertions to suppress FPs
2018-09-17  Victor Julientree: add 2-clause BSD licensed tree.h
2018-09-17  Victor Julienstream: expand GAP detection
2018-09-17  Victor Juliendetect/mpm: minor code cleanup
2018-09-17  Victor Juliendetect/file: fix minor scan-build warnings
2018-09-17  Victor Julienstream/tcp: be more liberal in last_ack
2018-09-17  Victor Julienstream/tcp: add debug statements to state dispatcher
2018-09-16  Mats Klepslandapp-layer-ssl: don't decode empty extensions 3478/head
2018-09-16  Mats Klepslanddoc: add documentation for Lua function 'TlsGetVersion'
2018-09-16  Mats Klepslandlua: add function 'TlsGetVersion'
2018-09-16  Mats Klepslanddoc: update tls.version documentation
2018-09-16  Mats Klepslanddetect-tls-version: add support for 'raw' matching
2018-09-16  Mats Klepslanddetect-tls-version: add support for TLSv1.3
2018-09-16  Mats Klepslanddetect-ssl-version: add support for TLSv1.3
2018-09-16  Mats Klepslandlua: use 'SSLVersionToString' in TlsGetCertInfo()
2018-09-16  Mats Klepslandtlslog: add support for TLSv1.3
2018-09-16  Mats Klepslandoutput-json-tls: add support for TLSv1.3
2018-09-16  Mats Klepslandapp-layer-ssl: add function to get string from version
2018-09-16  Mats Klepslandapp-layer-ssl: add support for earlier TLSv1.3 drafts
2018-09-16  Mats Klepslandapp-layer-ssl: add support for TLSv1.3 from draft 22
2018-09-16  Mats Klepslandapp-layer-ssl: add support for session tickets
2018-09-16  Mats Klepslandapp-layer-ssl: add better session id support
2018-09-15  Mats Klepslandapp-layer-ssl: decode server hello record
2018-08-31  jason taylordoc: README.md minor fixes 3470/head
2018-08-31  Victor Julienflow/timeout: code simplification and cleanup
2018-08-31  Victor Julienstream: minor code cleanup
2018-08-30  Victor Julienrules: hide 'template' from --list-keywords
2018-08-30  Victor Julienrules: hide internal keywords from --list-keywords
2018-08-29  Victor Julienflow-manager: fix unittest initialization 3466/head
2018-08-29  Mats Klepslandapp-layer-ssl: make sure that JA3 stuff is only initial...
2018-08-29  Mats Klepslandapp-layer-ssl: fix memleak/coredump (Bug #2603)
2018-08-29  Eric Leblondaf-packet: close the socket in case of early fail
2018-08-29  Eric Leblondlog-filestore: fix file descriptor leak
2018-08-29  Victor Julienprofiling/app-layer: fix TCP parsers showing UDP stats
2018-08-29  Victor Julienprofiling: add missing logger labels
2018-08-20  Victor Juliendetect: clean up sgh flags and add cocci check 3457/head
2018-08-20  Victor Julienstream: minor code cleanups
2018-08-20  Victor Juliendetect/mpm: clean up setup code
2018-08-20  Jason Ishdhcp: check length of option before accessing
2018-08-20  Jason Ishdhcp: remove println!() that got committed
2018-08-20  Victor Juliendetect: fix file_data detect issue with alert ip
2018-08-20  Victor Juliendetect/parse: try to set flow direction for sigs w...
2018-08-20  jason taylorconfigure: added rust install notes
2018-08-20  jason taylorconfigure: updated fedora/centos references
2018-08-20  Maurizio Abbaeve/http: add tx->request_port_number as http_port
2018-08-20  Konstantin... yaml: add var for DC_SERVERS (Domain Controller)
2018-08-20  Konstantin... yaml: add note for dns v1 not available with rust
2018-08-20  Konstantin... yaml: add note for dns.log with Rust
2018-08-20  Eric Leblonddoc: iprep supports CIDR networks
2018-08-20  Eric Leblondutil-unittest: fix typo
2018-08-20  Victor Juliendetect/files: fix inspection issues with 'alert ip'
2018-08-20  Victor Juliendetect/filehash: try to open data file from rulefile dir
2018-08-14  Victor Julienfiles: only prune in own direction
2018-08-13  Victor Juliencocci: add more flag checks 3453/head
2018-08-13  Victor Juliendetect: use BIT_* macros
2018-08-13  Victor Julienstream: use BIT_U8 for stream flags
2018-08-10  Victor Juliendetect/prefilter: speed up setup 3451/head
2018-08-10  Victor Juliendetect/prefilter: fix prefilter when setting is 'mpm'
2018-08-10  Victor Juliendetect: include keyword types in detect.h
2018-08-10  Victor Juliendetect/analyzer: show pattern that is used by mpm
2018-08-10  Victor Juliendetect/prefilter: fix alias for fast_pattern
2018-08-10  Victor Juliendetect: limit flush logic to sigs that need it
2018-08-10  Victor Juliendetect/analyzer: add built-in lists
2018-08-10  Victor Juliendetect: don't setup PMATCH if it will be unused
2018-08-09  Victor Juliendetect/analyzer: add Signature::flags
2018-08-09  Victor Juliendetect: remove STATE_MATCH flag use at runtime
2018-08-09  Victor Juliendetect: cleanup direct SIG_FLAG_STATE_MATCH use
2018-08-09  Victor Juliendetect/dnp3: cleanup list and proto registration
2018-08-09  Victor Juliendetect: remove SIG_FLAG_STATE_MATCH flag check
2018-08-09  Victor Juliendetect: minor formatting fixups
2018-08-09  Victor Julienflow: reduce structure size by removing gap
2018-08-09  Victor Juliendetect/http: flush bodies when inspecting stream
2018-08-09  Victor Julienstream: improve TCP CLOSED handling
2018-08-08  Victor Juliendetect: add debug statements to stream inspect
2018-08-08  Victor Julienproto/detect: add debug info
2018-08-07  Victor Julienflow: flag packets as established for async
2018-08-07  Victor Julienrust/smb: implement stream-depth, unlimited by default
next