]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2021-06-30  Jason Ishrust/ike: suppress some compile warnings when not debug
2021-06-25  Shivani Bhardwajikev2: remove transforms fields
2021-06-25  Philippe Antoineswf: right input length for decompression
2021-06-25  Victor Juliendetect: set event if max inspect buffers exceeded
2021-06-25  Victor Juliendetect: fix multi inspect buffer issue; clean up
2021-06-25  Philippe Antoinerust: SCLogDebug is real nop when built as release
2021-06-25  Victor Julienmqtt: move sub/unsub limits into app-layer config
2021-06-25  Sascha Steinbissdetect/mqtt: add topic inspection limit
2021-06-25  Philippe Antoinedetect: use u32 for InspectionBufferMultipleForList
2021-06-25  Philippe Antoinedcerpc: handles bigger inputs than 2^16
2021-06-25  Philippe Antoinesmtp: null terminate before calling strtoul
2021-06-25  Eric Leblondstream/tcp: avoid evasion linked to ACK handling
2021-06-24  Philippe Antoinednp3: fixes use after realloc/free in output
2021-06-23  Philippe Antoinedoc: update sphinx api to use add_css_file 6224/head
2021-06-22  Jason Ishrust/template: suppress unread variable warning 6222/head
2021-06-22  Sascha Steinbissrust: fix warnings with nightly
2021-06-22  Philippe Antoinemodbus: fix memory leak in signature parsing
2021-06-21  Philippe Antoineconfig: fix null dereference in MacSetRegisterFlowStorage 6212/head
2021-06-14  Philippe Antoinehttp2: make http1 rules work on http2 traffic optional
2021-06-14  Philippe Antoineproto: introduce signature protocol, as extension to...
2021-06-14  Philippe Antoineftp: ftp-data recognized by StringToAppProto
2021-06-14  Philippe Antoinehttp2: http.stat_code keyword now works for HTTP2
2021-06-14  Philippe Antoinehttp2: http.cookie keyword now works for HTTP2
2021-06-14  Philippe Antoinehttp2: makes all HTTP1 header keywords work
2021-06-14  Philippe Antoinehttp2: http.host.raw keyword now works for HTTP2
2021-06-14  Philippe Antoinehttp2: http.method keyword now works for HTTP2
2021-06-14  Philippe Antoinehttp2: http.user_agent keyword now works for HTTP2
2021-06-14  Philippe Antoinehttp2: http.uri.raw keyword now works for HTTP2
2021-06-14  Philippe Antoinehttp2: http.uri keyword now works for HTTP2
2021-06-14  Philippe Antoinehttp2: allow http1 keywords for http2 traffic
2021-06-08  Philippe Antoinehttp2: only mimic http1 request if there is one 6186/head
2021-06-08  Mats Klepslandthresholds: Fix buffer overflow in threshold context
2021-06-08  Mats Klepslandthresholds: syntax fixes
2021-06-08  Mats Klepslandthresholds: remove unneeded function argument
2021-06-08  Philippe Antoinerust: fix app-layer parser flags
2021-06-08  Philippe Antoineftp: completely parses pasv and epsv responses
2021-06-08  Jason Ishunix-socket: reset to ready state on startup
2021-06-07  Philippe Antoinehttp2: make decompression a configure-time option 6184/head
2021-06-07  Philippe Antoinehttp2: have filecontainer for both directions
2021-06-07  Philippe Antoinehttp2: adds check about dynamic headers table size
2021-06-07  Victor Julienhttp2: remove dead code
2021-06-07  Philippe Antoinehttp2: remove assertion which can be wrong
2021-06-07  Philippe Antoinehttp2: pass data through when decompression fails
2021-06-07  Philippe Antoinehttp2: decompression for files
2021-06-07  Philippe Antoinerust: BIT_U16 macro utility
2021-06-07  Philippe Antoinerust: better panic message for missing file config
2021-06-04  Jeff Lucovskydecode/vntag: By default, disable vntag decoding 6173/head
2021-06-01  Jeff Lucovskydecode/vntag: Add VNTag decoder logic
2021-06-01  Jeff Lucovskytests/vntag: VNTAG decoder unittests
2021-06-01  Jeff Lucovskydecode/vntag: VNTAG 802.1Qbh decoder
2021-06-01  Jeff Lucovskydecode/stats: VNTAG stats
2021-06-01  Jeff Lucovskydecode/events: VNTAG decoder events
2021-06-01  Jeff Lucovskydecode: Add ethertype for VNTAG
2021-05-28  Shivani Bhardwajgithub: Update codeowner handle 6148/head
2021-05-25  Jason Ishrust: pin memchr to ~2.3 6143/head
2021-05-25  Jason Ishmakefile: don't include the whole test/ directory
2021-04-29  Philippe Antoinerdp: correctly returns incomplete in parse_tc 6099/head
2021-04-29  Philippe Antoineftp: fixes leak with duplicate expectation
2021-04-29  Jeff Lucovskyoutput/log: Ensure files closed in threaded mode
2021-04-29  Jeff Lucovskyoutput/log: Removed pcie (Tilera) log vestiges
2021-04-29  Luke Coughlanflow/bypass: Properly set the ICMP emergency-bypassed...
2021-04-29  Philippe Antoinekerberos: fix probing parser tag condition
2021-04-29  Victor Juliendetect/alert: apply pd only actions to flow
2021-04-29  Victor Juliendetect/alert: minor code refactor
2021-04-29  Victor Juliendetect/iponly: don't check & set flow flags twice
2021-04-29  Jeff Lucovskythreshold-config: Improve support for big IP lists
2021-04-29  Jeff Lucovskydetect/threshold: Improve threshold.config perf
2021-04-29  Jeff Lucovskydetect/threshold: Function to deep-copy thresh obj
2021-04-29  Jeff Lucovskydetect/address: Expose DetectAddressCopy function
2021-04-29  Jeff Lucovskygeneral: Typo cleanup
2021-04-29  Victor Julieneve/drop: use highest priority drop
2021-04-23  Jason Ishmisc: include queue.h before other headers 6079/head
2021-04-23  Jason Ishtx: fix unidir tx cleanup
2021-04-01  Jason Isheve/mqtt: fix mqtt logging with threaded eve 6016/head
2021-03-31  Victor Julienci: make format check use 6.0.x branch
2021-03-05  Victor Juliendetect/icmp: reject invalid rules for icode/itype
2021-03-05  Victor Juliendetect/prefilter: fix null ptr deref on invalid rule
2021-03-05  Victor Julienversion: start development towards 6.0.3
2021-03-01  Victor Julienrelease: 6.0.2; update changelog; require htp 0.5.37 5962/head suricata-6.0.2
2021-03-01  Victor Juliendetect/prefilter: fix handling of prefilter as fast_pat...
2021-03-01  Philippe Antoinedetect: forbids unsupported prefilters
2021-03-01  Victor Juliendetect: set HTTP SWF decompress limits
2021-03-01  Victor JulienRevert "detect/state: optimize state keeping"
2021-02-27  Philippe Antoinesmb: relax probing parser to handle first NBSS message
2021-02-27  Philippe Antoinesmb: probing parser for start and midstream
2021-02-27  Philippe Antoinesmb: split probing function for code style
2021-02-27  Philippe Antoineprotodetect: only run ProbingParserTc if STREAM_TOCLIENT
2021-02-27  Philippe Antoinedetect: fix overflows in SetupU8Hash
2021-02-27  Philippe Antoinessl: reset state when breaking out of SSLV3_HANDSHAKE_P...
2021-02-27  Philippe Antoinemodbus: stop allocating transactions when flooded
2021-02-27  Philippe Antoineicmpv6: bail out for icmpv6.hdr keyword if not ICMPv6
2021-02-27  Jeff Lucovskyoutput/http2: Multi-threaded EVE logging support
2021-02-27  Philippe Antoineeve: fix memory leak in metadata
2021-02-27  Philippe Antoineprotodetect: rename direction to flags
2021-02-27  Philippe Antoinedecode: limits the number of decoded layers
2021-02-26  Victor Juliendetect/http.request_body: fix tracking with xforms 5934/head
2021-02-26  Victor Juliendetect/file.data: fix mixing transforms (http)
2021-02-26  Victor Juliendetect/file.data: fix mixing transforms (file api)
2021-02-26  Victor Juliendetect: track base id for xform buffers
2021-02-26  Victor Juliendetect/analyzer: fix pkt engine display
next