]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2017-02-21  Jason Ishlogging: remove unused print stats callbacks 2592/head 2605/head 2606/head
2017-02-21  Jason Ishlogging: move lock into write function
2017-02-21  Jason Ishunified2: unlock using same dereference as lock
2017-02-21  Mats Klepslanddoc: add documentation for TlsGetCertSerial Lua function
2017-02-21  Mats Klepslanddoc: add documentation for tls_cert_serial keyword
2017-02-21  Mats Klepslanddetect: add (mpm) keyword tls_cert_serial
2017-02-21  Mats Klepslandlua: add function to print certificate serial number
2017-02-21  Mats Klepslandtls-log: log certificate serial number
2017-02-21  Mats Klepslandoutput-json-lua: log certificate serial number
2017-02-21  Mats Klepslandapp-layer-tls: decode certificate serial number
2017-02-21  Alexander Gozmanaf-packet: fix parsing packet in TPACKET_V3 mode
2017-02-21  Alexander Gozmanaf-packet: get VLAN info for packets in TPACKET_V3...
2017-02-21  Alexander Gozmanaf-packet: write VLAN info for both TPACKET_V2 and V3
2017-02-21  Jason Ishpidfile: fail if the pid file exists
2017-02-21  David Whartondoc: specify buffers that can be used for fast_pattern
2017-02-21  David Whartondoc: removed references to older Suricata versions
2017-02-20  Mats Klepslanddoc: add documentation for TLS eve-log 2580/head 2584/head
2017-02-20  Mats Klepslandoutput-json-tls: code cleanup
2017-02-20  Mats Klepslandoutput-json-tls: log certificate and chain
2017-02-20  Mats Klepslandoutput-json-tls: custom tls logging
2017-02-17  Jason Ishdoc: update unified2 section 2572/head
2017-02-17  Jason Ishunified2: nostamp and file rotation
2017-02-17  Jason Ishautoconf - look for stdbool.h
2017-02-17  Jason Ishunified2: minor cleanups
2017-02-17  Jason IshMakefile: fix race condition in make install-full
2017-02-17  Mats Klepslandoutput-json-alert: print 'tunnel' JSON object if tunnel
2017-02-17  Mats Klepslandoutput-json: move code to get 5-tuple to own function
2017-02-17  Mats Klepslandoutput-json-alert: fix wrongful comments
2017-02-17  Mats Klepslanddoc: documentation for custom JSON flags in eve-log
2017-02-17  Mats Klepslandoutput-json: make JSON flags in eve-log user configurable
2017-02-17  Victor Juliendce: remove commented out code
2017-02-17  Victor Julienflow-worker: clean up thread init
2017-02-17  Victor Juliencoverity: suppress CID 1400648
2017-02-17  Victor Juliendetect-ssh: cleanup duplicate code
2017-02-17  Victor Juliendetect-lua: setup cleanup, fixing a potential int issue
2017-02-17  Victor Juliendetect: fix missing unlock in error path
2017-02-17  Victor Julienthreads: address sleep under lock issue
2017-02-16  Victor Julienthreads: don't sleep under lock
2017-02-16  Victor Juliendetect: add and use util func for alproto sets 2559/head
2017-02-16  Victor Juliendoc: update for unix socket hostbits
2017-02-16  Victor Julienflowvar: shrink flowvar type by using padded space
2017-02-16  Victor Julienlua: support key/value flowvars in lua
2017-02-16  Victor Julienflowvar: remove unused DETECT_VAR_TYPE_ALWAYS
2017-02-16  Victor Juliendoc: update unix socket
2017-02-16  Victor Juliensuricatasc: add/list/remove hostbit commands
2017-02-16  Victor Julienunix-socket: add/list/remove hostbit commands
2017-02-16  Victor Julienhostbits: add list API
2017-02-16  Victor Julienpktvars: same name pktvars, key-value vars
2017-02-16  Victor Julienoutputs: vars log
2017-02-16  Victor Julieneve: log pktvars/flowvars/bits/ints
2017-02-16  Victor Julienpcre: new way of specifying var names
2017-02-16  Victor Julienpkt-var: abuse flowvar postmatch logic for pktvars
2017-02-16  Victor Julienpkt-var: use id instead of name pointer
2017-02-16  Victor Julienpcre: support multiple captures
2017-02-16  Victor Juliendetect-pcre: small cleanups
2017-02-16  Victor Julienalert-debug: print flowvar/int names
2017-02-16  Victor Julienalert-debug: print flowbit names from VarNameStore
2017-02-16  Victor Julienvar-names: expose outside of detect engine
2017-02-16  Victor Juliendetect: use engine version instead of id
2017-02-16  Victor Juliendetect: ssh_software sticky buffer
2017-02-16  Victor Juliendetect: ssh_proto stickybuffer
2017-02-16  Victor Juliendetect: remove unused SIGMATCH_PAYLOAD flag
2017-02-16  Victor Juliendetect: remove unused state file flag
2017-02-16  Victor Juliendetect: small API cleanup
2017-02-16  Victor Juliendetect: move file hash common code
2017-02-16  Victor Juliendetect: unify FileMatch API with other calls
2017-02-16  Victor Juliendetect: remove DMATCH list
2017-02-16  Victor Julienflow: remove unused Flow::de_state
2017-02-16  Victor Juliendetect: remove the AMATCH list
2017-02-16  Victor Juliendetect: remove AppLayerMatch API call
2017-02-16  Victor Juliendce: dynamic lists
2017-02-16  Victor Juliensmb/dcerpc: use tx api
2017-02-16  Victor Juliendcerpc: simplify common detect code
2017-02-16  Victor Julienftp: parser and ftpbounce update
2017-02-16  Victor Juliendetect: move lua smtp support to dynamic list
2017-02-16  Victor Julienlua: convert lua output to be tx aware
2017-02-16  Victor Juliendetect: make ssh detection use dynamic list
2017-02-16  Victor Julienssh: remove single logger limit
2017-02-16  Victor Julienssh: convert app-layer parser to be tx aware
2017-02-16  Victor Julienlua: use tls_generic list for ssl/tls
2017-02-16  Victor Juliendetect ssl/tls: use dynamic lists
2017-02-16  Victor Julienssl/tls: clean up keywords
2017-02-16  Victor Juliendetect: convert old tls keywords to dynamic list
2017-02-16  Victor Julientls.store: convert to postmatch
2017-02-16  Victor Julientls.store: cleanup
2017-02-16  Victor Julienapp-layer-events: remove unused API options
2017-02-16  Victor Juliendetect: http_start sticky buffer
2017-02-16  Victor Juliendetect: add http_protocol sticky buffer
2017-02-16  Victor Julienhttp_header: convert to use common code
2017-02-16  Victor Julienhttp_header: common detection code
2017-02-16  Victor Julienhttp_header: remove old files
2017-02-16  Victor Julienhttp_header: move all code into keyword files
2017-02-16  Victor Juliendetect: http_header_names sticky buffer keyword
2017-02-16  Victor Juliendetect: global registery for keyword thread data
2017-02-16  Victor Julienprofiling: output all sort options for rules
2017-02-16  Victor Julienprofiling: honor limit in json rule output
2017-02-16  Victor Julienprofiling: fix keyword profiling
2017-02-16  Victor Juliendetect-engine-mpm: api cleanup
2017-02-16  Victor Juliendetect: detect engine registration cleanup
2017-02-16  Victor Juliendetect: cleanup built-in list id's
next