]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2019-02-16  Victor Juliendcerpc/udp: fix int mishandling in opnum parsing 3663/head
2019-02-16  Victor Juliendetect/bytetest: don't print errors at runtime
2019-02-16  Jason Ishissue 2795: python 3 fix in Rust C header gen
2019-02-16  Fabrice Fontaineconfigure.ac: fix --{disable,enable}-xxx options
2019-02-16  Victor Julienstream: fix false negative on bad RST
2019-02-16  Victor Julienaf-packet: re-enable sync for tpacket v2
2019-02-16  Victor Julienaf-packet: fix sync start for tpacket v3
2019-02-16  Alexander Gozmannfqueue: inject fake packet on timeout
2019-02-16  Eric Leblondcoccinelle: add missing tests to make dist
2019-02-16  Eric Leblondutil-binsearch: remove the files
2019-02-16  Philippe AntoineFixes other affected tests for smtp pipelining
2019-02-16  Philippe Antoinesmtp: improve pipelining support
2019-02-16  Victor Julienproto/detect: workaround dns misdetected as dcerpc
2019-02-16  Victor Julienproto/detect: minor cleanup
2019-02-16  Victor Julienteredo: be stricter on what to consider valid teredo
2019-02-16  Victor Juliendetect: fix crash during startup with malformed yaml
2019-02-16  Victor Julienoffloading: on bsd, disable rxcsum and v6 variants
2019-02-16  Victor Juliendetect/file-data: fix enabling http body tracking
2019-02-16  Victor Juliencapture: fix mtu plus sign names for non-netmap
2019-02-16  Victor Julienstats: more accurate interval handling
2019-02-16  Victor Julienunix-socket: fix pcap filename sets
2019-02-16  Victor Julienunix: fix deadlock in unix runmode on many cores
2019-02-16  Jason Ishrust/dns/lua - fix call convention to match C.
2018-12-01  Victor Juliendetect/mpm: fix fast_pattern handling of len >255
2018-11-06  Victor Julienchangelog: update for 4.0.6 3551/head suricata-4.0.6
2018-11-05  Victor Juliensmtp/mime: fix null ptr deref on bad traffic
2018-11-02  Eric Leblondaf-packet: improve error handling
2018-11-01  Victor Julienstorage: don't leak memory for unittests 3538/head
2018-11-01  Victor Julienradix: fix a memleak when removing the last node
2018-11-01  Victor Juliendetect/address: minor memory handling cleanups
2018-11-01  Victor Juliendetect: suppress scan-build warnings
2018-11-01  Victor Juliendetect/flags: cleanup parsing to not alloc temp strings
2018-11-01  Victor Julienmpm: fix minor scan-build warning
2018-11-01  Victor Julienpool: avoid possible double free in error path
2018-11-01  Victor Julienpool: small code cleanups
2018-11-01  Victor Julienstream: don't assume malformed TCP packets
2018-11-01  Victor Juliendecode/tcp: rewrite options decoding to assist scan...
2018-11-01  Victor Juliensmb/c: don't accept null input
2018-11-01  Victor Julienhtp: fix potential (but unlikely) memleak in uri normal...
2018-11-01  Victor Julienthresholds: remove dead code in parsing
2018-11-01  Victor Julienradix: fix memory leak in error path
2018-11-01  Victor Juliencoverity: suppress warnings
2018-11-01  Victor Julienhost/os/info: fix lookup memleak
2018-11-01  Victor Juliendebug/log: suppress coverity checked_return warning
2018-11-01  Victor Julienbpf: suppress coverity toctou warning
2018-11-01  Victor Julienpcap: fix buffer size validation logic
2018-11-01  Victor Julienuricontent: move debug func into unittests
2018-11-01  Victor Juliendetect/replace: fix mem leak in error path
2018-11-01  Victor Julienisdataat: fix mem leak in error path
2018-11-01  Victor Julienbits: avoid memory leak in case of adding types
2018-11-01  Victor Julienipproto: fix memleak in error case
2018-11-01  Victor Julienbytetest: don't leak memory in error condition
2018-11-01  Victor Julienyaml: fix potential memleak and suppress coverity issue
2018-11-01  Victor Julienoutputs: fix memleaks in the error paths reported by...
2018-11-01  Victor Juliencoverity: suppress warning for intentional code
2018-11-01  Victor Julienrust/dns: don't compile unused C code if Rust is enabled
2018-11-01  Victor Juliencoverity: don't warn on fall back random
2018-11-01  Victor Julienhttp: implement min size stream logic
2018-11-01  Victor Julienstream: introduce min inspect depth logic
2018-11-01  Victor Juliengcc8: fix format truncation warnings
2018-11-01  Victor Julienstream/tcp: be more liberal in last_ack
2018-11-01  Victor Julienstream/tcp: add debug statements to state dispatcher
2018-11-01  Victor Julienunittests: fix format-truncation warning
2018-11-01  Victor Julienflow/timeout: code simplification and cleanup
2018-11-01  Victor Julienflow-manager: fix unittest initialization
2018-11-01  Eric Leblondaf-packet: close the socket in case of early fail
2018-11-01  Eric Leblondlog-filestore: fix file descriptor leak
2018-11-01  Victor Juliendetect/prefilter: speed up setup
2018-11-01  Victor Juliendetect/prefilter: fix prefilter when setting is 'mpm'
2018-11-01  Victor Juliendetect: limit flush logic to sigs that need it
2018-11-01  Victor Juliendetect/prefilter: fix alias for fast_pattern
2018-11-01  Victor Juliendetect/http: flush bodies when inspecting stream
2018-11-01  Victor Julienstream: improve TCP CLOSED handling
2018-11-01  Victor Juliendetect/files: don't prune files for bad packets
2018-11-01  Victor Juliendetect/filehash: try to open data file from rulefile dir
2018-11-01  Victor Julienflow: flag packets as established for async
2018-11-01  Victor Julienenip: support gaps
2018-11-01  Victor Julienstream: improve overlap detection
2018-11-01  Eric Leblondstream-tcp: fix stream depth computation
2018-11-01  Victor Julienstream: expand GAP detection
2018-08-07  Victor Julienstream/app-layer: fix GAP handling issue
2018-08-03  Maurizio Abbadetect: fix fileext and filename negated match
2018-08-03  Victor Juliendcerpc: fix dce_iface not matching
2018-07-17  Victor Julienchanglog: update for 4.0.5 3472/head suricata-4.0.5
2018-07-16  Victor Julienmpm/hs: fix minor coverity warning
2018-07-16  Victor Julienenip: harden byte parsing code
2018-07-16  Victor Julienssh: fix out of bounds read in banner parsing
2018-07-16  Jason Ishrust/dns - remove extra parantheses
2018-07-16  Victor Juliendetect/debug: suppress noisy info messages
2018-07-16  Jason Ishyaml-loader: fix memory leak on fail include
2018-07-16  Victor Juliendetect: fix memory leak in app-layer-event keyword
2018-07-16  Victor Julienhttp: fix setting event on the last tx
2018-07-16  Victor Julienhttp: set events for too many layers of compression
2018-07-16  Victor Julienstream: support RST getting lost/ignored
2018-07-16  Victor Julienstream-events: fix mapping
2018-07-16  Victor Juliendetect/stream_size: code cleanups
2018-07-16  Victor Juliendetect/stream_size: apply rule to packets & stream
2018-07-16  Eric Leblondutil-random: fix detection of getrandom failure
2018-07-16  Eric Leblondutil-random: workaround getrandom unavailability
2018-07-16  Elazar BroadFix segfault when the protocol is anything other than...
next