]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2020-09-01  Victor Julienflow: suppress noisy messages 5346/head
2020-08-31  Philippe Antoinedns: simply skips zero-sized dns requests/responses
2020-08-31  Philippe Antoinedcerpc: validate signature with dcerpc keywords
2020-08-31  Philippe Antoinehttp: handles gaps
2020-08-31  Victor Julienflowbits: convert flowbits dumping to json builder
2020-08-31  Victor Juliendetect/analyzer: convert to jsonbuilder
2020-08-31  Roland Fischerci: Run formatting check on pull request
2020-08-31  Roland Fischerutil: Add clang-format helper script
2020-08-31  Roland Fischerdoc: Add dev code-style
2020-08-31  Roland Fischercommon: Add clang-format file
2020-08-25  Victor Julienthreshold: fix potential memory leak 5325/head
2020-08-25  Victor Julienreject: minor code cleanup
2020-08-25  Victor Julienstream: fix GAP size
2020-08-25  Victor Julienstream: fix deinit after incomplete init
2020-08-25  Victor Julienoutput/flow: fix deinit after incomplete init
2020-08-25  Victor Juliennfq: suppress debug message using info level
2020-08-25  Victor Julienplugins: suppress coverity toctou warning
2020-08-25  Victor Julienflow: work around harmless coverity warnings
2020-08-25  Victor Julienflow: fix spare sync incomplete counter
2020-08-25  Victor Julienreject: work around coverity warning
2020-08-24  Vadym Malakhatkoplugin: fix typo in long_opts struct 5321/head
2020-08-24  Ilya Bakhtinmqtt: fixed wrong slice access
2020-08-24  Jeff Lucovskynapatech: Style -- remove extra space
2020-08-24  Jeff Lucovskynapatech: Use proper parser for type
2020-08-24  Jeff Lucovskynapatech: Improve configuration range handling
2020-08-24  Jeff Lucovskynapatech: Fix compiler issues w/out bypass
2020-08-24  Carl Smiththreshold: Change rule parsing to use pcre_copy_substring
2020-08-24  Jason Ishconfigure: fix detection of netfilter_queue with older...
2020-08-24  Odin Jensegdoc/userguide: fix outdated xdp info
2020-08-24  Jason Ishplugins: track all loaded plugins in a list 5317/head
2020-08-24  Jason Ishplugins: use closedir to close open directory (not...
2020-08-24  Jason Ishoutput-json: fix Coverity USE_AFTER_FREE
2020-08-10  Jason Ishautomake: add acsite.m4 to EXTRA_DIST 5286/head
2020-08-10  Jason Ishgithub-ci: add autoreconf to centos-7 build
2020-08-07  Victor Julienfuzz/pcap: add missing flow queue 5285/head 5311/head
2020-08-07  Victor Julienfuzz/pcap: enable http2
2020-08-07  Victor Julienversion: continue 6 development
2020-08-07  Victor Julienversion: update to 6.0.0-beta1 suricata-6.0.0-beta1
2020-08-07  Victor Julienchangelog: update for 6.0.0-beta1
2020-08-06  Victor Julienplugins: remove unused func, suppressing compile warning 5284/head
2020-08-06  Victor Julienplugins: add missing guards 5283/head
2020-08-06  Victor Juliendetect/http2: fix header inspection
2020-08-06  Jeff Lucovskyoutput/ssh: Use correct file context 5282/head
2020-08-06  Jason Ishplugins: support for capture plugins
2020-08-06  Jason Ishplugins: initial support for a filetype plugin
2020-08-06  Jason Ishutil-error: define generic plugin error code
2020-08-06  Jason Ishconfigure: check for plugin support
2020-08-06  Jason Ishplugins: config.h: move into src and rename to autoconf.h
2020-08-06  Jason Ishhttp2: log as http to abstract http and http2 a little
2020-08-06  Jason Ishhttp2: log headers in the same format as http (1)
2020-08-06  Jason Ishsuricata.yaml: mark http2 as experimental
2020-08-06  Philippe Antoinehttp2: initial support
2020-08-06  Philippe Antoinehttp2: adds documentation
2020-08-06  Philippe Antoinedetect: generic structures for mpm with lists
2020-08-06  Victor Julienflow/spare: implement pool shrinking 5281/head
2020-08-06  Victor Julienflow: redesign of flow timeout handling
2020-08-06  Victor Julienunittests: check for flow memuse
2020-08-06  Victor Julienflow-manager: call other timeouts max once a second
2020-08-06  Victor Julienflow-manager: only update FlowBucket::next_ts if it...
2020-08-06  Victor Julienflow: unref flow at end of flow worker
2020-08-06  Victor Julienflow: do timeout checks before tuple compare
2020-08-06  Victor Julienflow: don't reorder list on lookup
2020-08-06  Victor Julienflow: timeout check on flow lookup
2020-08-06  Victor Julienflow: simplify hash lookup logic
2020-08-06  Victor Julienflow: only move lastts forward
2020-08-06  Victor Julienflow/worker: check pkt src using DEBUG_VALIDATE_BUG_ON
2020-08-05  Jeff Lucovskyrust/rdp: Fix use of incorrect buffer 5276/head
2020-08-05  Shivani Bhardwajsmb: use uuid crate
2020-08-05  Jason Ishrust: only run cbindgen if needed
2020-08-05  Jason Ishalert/eve: add snmp metadata for rdp alerts
2020-08-05  Jason Ishalert/eve: add snmp metadata for snmp alerts
2020-08-05  Shivani Bhardwajdcerpc: handle gap for TCP streams 5270/head
2020-08-04  Jason Ishdns: add tailing data to split tcp unit test 5266/head
2020-08-04  Jason Ishdns: fix subtraction overflow in debug message
2020-08-04  Philippe Antoinedns: return status from parsing tcp request
2020-08-04  Philippe Antoinedns: fix incomplete results
2020-08-04  James Dutrisacpcap: recusively reading pcaps / documentation 5265/head
2020-08-04  James Dutrisacpcap: read directories recursively
2020-08-04  James Dutrisacpath: introduce path handling util funcs
2020-08-04  Philippe Antoinestream/app-layer: break loop on proto change
2020-08-04  Shivani Bhardwajdatasets: fix null pointer deref
2020-08-04  Shivani Bhardwajdatasets: Init even in socket mode
2020-08-04  Sascha Steinbissdetect-mqtt: unify error handling in rule parsing
2020-08-04  Sascha Steinbissdetect-engine: initialize struct fields
2020-08-03  Philippe Antoinehttp: merge duplicated code
2020-08-03  Philippe Antoinehttp: use more precise parameter in HtpRequestBodySetup...
2020-08-03  Philippe Antoinehttp: remove unused code
2020-08-03  Philippe Antoinefile: handles gaps natively
2020-08-03  Philippe Antoineutil: PrintRawDataFp handles null
2020-08-03  Philippe Antoinefiles: rust closes files even on 0 length chunk
2020-08-03  Philippe Antoineapplayer: allow rust parsers to have only one probe
2020-08-02  Sascha Steinbissoutput-json: add MAC address output 5258/head
2020-08-02  Jeff Lucovskyoutput/anomaly: Restrict anomaly logger count
2020-08-02  Philippe Antoinesignature: checks for integer overflow in limits propag...
2020-08-02  Victor Julieneve/yaml: move mqtt down
2020-08-02  Victor Julienfuzz/pcap: enable MQTT parser
2020-08-02  Shivani Bhardwajdatasets: reload static sets
2020-08-02  Sascha Steinbissrust/mqtt: add MQTT parser
2020-08-02  Philippe Antoinedetect: adds engine for u8 keywords
2020-08-02  Jeff Lucovskydoc/output: Document multithreaded eve option
next