]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2019-01-29  Victor Juliendetect/http_stat_msg: minor code cleanups
2019-01-29  Victor Juliendetect: add http.host.raw sticky buffer
2019-01-29  Victor Juliendetect/http_raw_host: move raw into regular host logic
2019-01-29  Victor Juliendetect/http_host: move tests into tests/
2019-01-29  Victor Juliendetect/http_raw_host: use inspect v2 api
2019-01-29  Victor Juliendetect/http_raw_host: minor cleanups
2019-01-29  Victor Juliendetect/http_method: add http.method sticky buffer
2019-01-29  Victor Juliendetect/http_method: move all tests into tests/
2019-01-29  Victor Juliendetect/http_method: use inspect v2 api
2019-01-29  Victor Juliendetect/http_method: minor cleanups
2019-01-29  Victor Juliendetect/http: add http.uri.raw sticky buffer keyword
2019-01-29  Victor Juliendetect/http_raw_uri: code reorganization
2019-01-29  Victor Juliendetect/http_raw_uri: small cleanups
2019-01-29  Victor Juliendetect/http-uri: move tests into tests/
2019-01-29  Victor Juliendetect: add http.uri sticky buffer keyword
2019-01-29  Victor Juliendetect: add http.host sticky buffer
2019-01-29  Victor Juliendetect/http-hh: code cleanups
2019-01-29  Victor Juliendetect/http_user_agent: move tests into tests/
2019-01-29  Victor Juliendetect: add http.user_agent sticky buffer
2019-01-29  Victor Juliendetect/http-ua: remove dead code
2019-01-29  Victor Juliendetect/http-ua: test cleanups
2019-01-29  Victor Juliendetect: add verbosity of --list-keywords
2019-01-29  Victor Juliendetect: switch keyword flags u16
2019-01-29  Victor Juliendetect/transform: add to_sha1 keyword
2019-01-29  Victor Juliendetect/transform: add to_md5 keyword
2019-01-29  Victor Julienunittests: add signature parse test helper
2019-01-29  Victor JulienOpen 5.0.0-dev branch
2019-01-29  Victor Julienlog/stats: fix formatting of long decoder events
2019-01-28  Victor Julienuserguide: improve stats logging documentation
2019-01-24  Jingyu Yangsource-pcap:set PktAcqBreakLoop as pcap_breakloop 3625/head
2019-01-24  Victor Julienstream: fix false negative on bad RST
2019-01-24  Victor Julieneve.stats: warn that output might miss decoder-events
2019-01-24  Victor Julieneve.stats: make decoder event prefix configurable
2019-01-24  Victor Julieneve: fix missing decoder-events in stats
2019-01-23  Victor Julienhash: move string hash funcs into util files
2019-01-23  Victor Juliendecoder: add gre over ipv6 support
2019-01-23  Victor Julienaf-packet: minor code cleanups 3621/head
2019-01-23  Victor Julienaf-packet: re-enable sync for tpacket v2
2019-01-22  Victor Julienaf-packet: fix sync start for tpacket v3
2019-01-18  Alexander Gozmannfqueue: inject fake packet on timeout
2019-01-15  Pascal Delalandedoc: fix minor typo
2018-12-27  Eric Leblondlua: add lua dir with example to make dist 3602/head
2018-12-27  Eric Leblondcoccinelle: add missing tests to make dist
2018-12-27  Eric Leblondutil-binsearch: remove the files
2018-12-27  Eric Leblonddoc: add _static dir to make dist
2018-12-27  Eric Leblondebpf: include files in make dist 3601/head
2018-12-21  Victor Julienchangelog: update for 4.1.2 release suricata-4.1.2
2018-12-20  Victor Juliensmb: improve request/response mapping 3593/head
2018-12-20  Travis Greendoc: add missing and fix 404 for --list-keywords
2018-12-20  Travis Greendoc: added tos keyword
2018-12-19  Philippe AntoineFixes other affected tests for smtp pipelining 3590/head
2018-12-19  Philippe Antoinesmtp: improve pipelining support
2018-12-19  Victor Julienproto/detect: workaround dns misdetected as dcerpc
2018-12-19  Victor Julienteredo: be stricter on what to consider valid teredo
2018-12-18  Victor Juliendetect: fix crash during startup with malformed yaml
2018-12-18  Victor Julienuserguide/install: add rust, python-yaml to ubuntu 3588/head
2018-12-18  Victor Julienoffloading: on bsd, disable rxcsum and v6 variants
2018-12-18  Victor Julienoffloading: don't set multiple times per interface
2018-12-17  Victor Julienchangelog: update for 4.1.1 suricata-4.1.1
2018-12-14  Victor Juliendetect: fix content inspection flags 3584/head
2018-12-14  Victor Juliendetect/rawbytes: improve error message plus do minor...
2018-12-14  Victor Juliendetect/file-data: fix enabling http body tracking
2018-12-13  Pierre ChifflierKrb5: make TCP probing function less strict, messages... 3583/head
2018-12-11  Victor Juliendetect/parse: error out on unused sticky buffers 3580/head
2018-12-11  Victor Juliendetect/prefilter: add closing debug return statement
2018-12-10  Victor Julienyaml: add missing eve pcap-file comment
2018-12-10  Victor Juliencapture: fix mtu plus sign names for non-netmap
2018-12-10  Victor Julienstats: more accurate interval handling 3577/head
2018-12-10  Jason Ishcheck-setup: fix script names for .sh to .py
2018-12-10  Jason Ishtravis: update rust version to 1.24.1 and 1.31.0.
2018-12-10  Jason Ishdns json v2 (C) - log rrtype in response
2018-12-10  Jason Ishrust/dns/v2 - log rrtype in response
2018-12-10  Jason Ishdns/rust - if let Some over options instead of loop.
2018-12-10  Jason Ishrust/dns/lua - fix call convention to match C.
2018-12-10  Jason Ishrust/dns: add v1 dns logging
2018-12-09  Victor Julienunix: fix deadlock in unix runmode on many cores 3576/head
2018-12-07  Victor Julienoutput/tx: fix multi-instance logger output
2018-12-07  Victor Julienapp-layer: improve transaction cleanup handling
2018-12-06  Victor Julienapp-layer: fix tx tracking updates in tx cleanup
2018-12-06  Victor Julienapp-layer: add debug statements to tx cleanup logic
2018-12-06  Victor Julienunittests/app-layer: add helper to get app tx trackers
2018-12-06  jason tayloruserguide: updated hyperscan version reference 3571/head
2018-12-06  Travis GreenUpdated link for Prelude SIEM
2018-12-06  Eric Leblonddetect-depth: remove semi coma from desc 3570/head
2018-12-06  Eric Leblonddoc: fix some links in list-keywords command
2018-12-05  Eric Leblondsuricata.yaml: fix path to XDP doc 3567/head
2018-12-05  Eric Leblondutil-bpf: workaround OpenBSD old libpcap
2018-12-03  Eric Leblondaf-packet: remove unused field in AFPThreadVars
2018-12-03  Eric Leblondconfigure.ac: better llc binary detection
2018-12-03  Eric Leblondaf-packet: remove years old todos
2018-12-03  Eric Leblondnetmap: use custom BPF compile function
2018-12-03  Eric Leblondaf-packet: use the new BPF compilation function
2018-12-03  Eric Leblondutil-bpf: introduce custom BPF compile functions
2018-12-03  Eric Leblondaf-packet: micro optimization
2018-12-03  Eric Leblondaf-packet: improve error handling
2018-12-03  jason taylorbypass:added new documentation reference 3563/head
2018-12-03  Eric Urbandebug/log: add log level for JSON type
2018-12-03  Jason Ishconfigure: allow for --disable-suricata-update
2018-12-03  Jason Ishconfigure: check for python-yaml
2018-12-03  Jason Ishconfigure: print datarootdir
next