]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
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
2018-08-07  Eric Leblondstream-tcp: fix typo in debug message
2018-08-07  Giuseppe Longoapp-layer-htp: close file with TRUNCATE state
2018-08-07  Victor Julienapp-layer-parser: split registration flags
2018-08-07  Giuseppe Longoapp-layer-parser: don't overwrite stream_depth value
2018-08-07  Victor Juliendoc: update multi-tentant for device feature 3447/head
2018-08-07  Victor Julienmulti-tenant: introduce device selector
2018-08-06  Victor Julienrust/dhcp: free events and destate at tx end 3446/head
2018-08-06  Maurizio Abbadecode: set pktlen of decode handler to uint32
2018-08-04  Victor Juliendetect: free rule group init memory at the end of startup
2018-08-03  Maurizio Abbadetect: fix fileext and filename negated match
2018-08-03  Victor Julieneve/smb: use flow direction for tuple 3440/head
2018-08-03  Victor Juliensmb1: add SMB1_COMMAND_QUERY_INFO_DISK command mapping
2018-08-02  Victor Juliensmb: add smb-events.rules to dist
2018-08-02  Maurizio Abbaoutput-json: ensure string is json-encodable
2018-08-02  Victor Juliendevices: clean up device init code
2018-08-02  Eric Leblondsuricata: fix init process for layer 2 IPS
2018-08-02  Victor Julienoutput/tls: don't pass NULL fingerprint to json logging
2018-08-02  Victor Julienssl: fix uninitialized variable warning
2018-08-02  Victor Juliendetect/analyzer: log mask flags and more engine details
2018-08-02  Victor Juliendcerpc: fix dce_iface not matching
2018-08-02  Victor Juliendetect/dce: fix false positives in detection
2018-08-02  Victor Juliendetect: minor code cleanups
2018-08-02  Victor Juliendetect/dce: keyword cleanups
2018-08-02  Victor Juliensmb: probing parser improvement
2018-08-02  Victor Julienproto/detect: remove probing parser offset argument
2018-08-02  Victor Juliendetect/flow: minor code cleanups
2018-08-02  Victor Juliendetect: avoid potential use-after-free in error path
2018-08-01  Victor Julienproto/detect: minor cleanup
next