]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2022-06-29  Victor Julienmime: fix and cleanup tests 7592/head
2022-06-29  Victor Julienmime: fix corner case
2022-06-29  Victor Julienmime: add base64 related debug messages
2022-06-29  Victor Julienmime: improved empty line handling
2022-06-29  Victor Julienmime: properly pass full lines to non-decoded body
2022-06-29  Victor Julienmime/base64: fix final data not getting processed
2022-06-29  Victor Julienmime: remove unused 'linerem' logic
2022-06-29  Victor Juliensmtp/mime: fix parsing edge case
2022-06-29  Victor Juliensmtp: skip preprocessing for mime headers
2022-06-20  Victor Juliensmtp: handle buffered data in pre processing
2022-06-18  Victor Juliensmtp: remove defunct check for line with single LF
2022-06-18  Victor Juliensmtp: turn assertions in to debug asserts
2022-06-18  Victor Juliensmtp: simplify preprocess loop
2022-06-18  Shivani Bhardwajsmtp: treat CR as a line terminator
2022-06-17  Victor Juliendetect/tests: improve detection entry 7559/head
2022-06-17  Victor Julientests: fix drop test; cleanup
2022-06-17  Victor Juliendetect: enforce flow drops earlier 7558/head
2022-06-17  Victor Juliendetect/threshold: fix offline time handling issue
2022-06-14  Victor Juliengithub/workflows: add cargo for all Ubuntu jobs 7538/head
2022-06-14  Eloy Pérez... smb/dce_iface: avoid deleting current ifaces from state 7537/head
2022-06-14  Eloy Pérez... smb/dce_iface: use DCERPC_TYPE_REQUEST
2022-06-14  Eloy Pérez... smb/dce_opnum: use DCERPC_TYPE_REQUEST
2022-06-14  Victor Juliendetect/dcerpc: apply dcerpc to smb as well
2022-06-14  Victor Juliendetect/content: fix FNs due to bad depth calc
2022-06-14  Victor Juliendetect/content: simplify int bounds checking
2022-06-14  Philippe Antoinedetect: fix integer warnings for content
2022-06-14  Philippe Antoinedetect: parsing avoiding infinite loop
2022-06-14  Michael Tremerstream: tcp: Handle retransmitted SYN with TSval
2022-06-14  Victor Julienfile: consistently track size of gaps
2022-06-14  Victor Julienmime/base64: decode cleanups and simplification
2022-06-14  Victor Julienbase64: no special case for nul char
2022-06-14  Shivani Bhardwajbase64: make decoder handle decoded data space constraints
2022-06-14  Shivani Bhardwajbase64: add Base64Ecode enum
2022-06-14  Shivani Bhardwajbase64: add Base64Mode enum
2022-06-03  Juliana Fajardinidetect: update copyright years 7474/head
2022-06-03  Juliana Fajardiniassorted: fix low hanging typos
2022-06-03  Juliana Fajardiniuserguide: explain alert queue behavior and stats
2022-06-03  Juliana Fajardinidetect/stats: log out total of suppressed alerts
2022-06-03  Juliana Fajardinidetect/stats: log out total of discarded alerts
2022-06-03  Juliana Fajardinidetect/alert: move apply-action-flow code to func
2022-06-03  Juliana Fajardinidetect/alert: remove unused functions
2022-06-03  Juliana Fajardinidetect/alert: preprocess then append alert queue
2022-06-03  Juliana Fajardinidetect/engine: use alert queue from det_ctx
2022-06-03  Juliana Fajardinidetect/alert: add infra for new alert queue
2022-06-03  Juliana Fajardinidoc/userguide: explain packet-alert-max config
2022-06-03  Juliana Fajardinidecode: make packet_alert_max configurable
2022-06-03  Juliana Fajardiniunittests: alloc Packet with PacketGetFromAlloc
2022-05-31  Juliana Fajardinirust: fix doc comments that trigger rust warnings 7453/head
2022-05-24  Sascha Steinbissutil: add unit tests for CIDRFromMask() 7449/head
2022-05-24  Sascha Steinbissdetect: make int CIDRFromMask() work on big endian...
2022-05-24  Victor Julienmemcmp: no-simd no case loop can scan forward
2022-05-24  Victor Julienmemcmp: use SCMEMCMP_BYTES everywhere; general cleanups
2022-05-24  Victor Julienmemcmp: remove unreachable code from memcmp simd
2022-05-24  Victor Julienmemcmp: work around GCC 12+ 'blend' issues
2022-05-04  Jason Ishftp: truncate first segment if over max length 7377/head
2022-05-04  Victor Julienja3: fix minor format string warning
2022-05-04  Victor Julienaf-packet/v2: use proper type for ring
2022-05-04  Victor Juliendetect/pcre: assist code analyzer around pointer logic
2022-05-04  Victor Juliendevice: avoid uninit var warning
2022-05-04  Victor Julientime: fix warning in timestring creation
2022-05-04  Victor Juliendetect/multi-tentancy: minor format string fixes
2022-05-04  Victor Julienreference: remove useless var reset
2022-05-04  Victor Julienmpm/ac-ks: address int handling issues
2022-05-04  Victor Julienclassification: remove useless clear
2022-05-04  Victor Juliendetect/content-inspect: code cleanup
2022-05-04  Victor Juliendetect/analyzer: minor format string fixes
2022-05-04  Victor Juliendetect/address: remove useless checks
2022-05-04  Victor Juliendetect/ipv6: remove useless code
2022-05-04  Victor Juliendatasets: fix cppcheck warning
2022-05-04  Xiaofan Wangftp: fix direction of expectation for STOR command
2022-05-04  Victor Julienftp-data: fix direction for active mode commands
2022-04-27  Victor Juliendetect: fix rule inspection order 7325/head
2022-04-27  Victor Julienstream: improve flow end payload logging
2022-04-27  Jeff Lucovskysuricata/init: Remove stack-on-signal code
2022-04-27  Juliana Fajardiniuserguide: dynamically determine copyright date
2022-04-27  Arne Welzelflow-manager: fix off-by-one in flow_hash row allocation
2022-04-27  Jeff Lucovskyutil/atomic: Fetch and add interface
2022-04-27  Shivani Bhardwajdetect/dataset: fix space condition in rule lang
2022-04-27  Shivani Bhardwajdetect/dataset: cleanup dead code
2022-04-27  Victor Julienstream/unittests: fix failures after last_ack fix
2022-04-27  Victor Julienstream: improve last_ack validation check
2022-04-27  Victor Julienversion: start development towards 5.0.10
2022-04-21  Victor Julienrelease: 5.0.9; update changelog; require htp 0.5.40 suricata-5.0.9
2022-04-21  Jeff Lucovskyssl: cert parsing hardening
2022-04-21  Jeff Lucovskyssl: validation macros
2022-04-21  Victor Julienssl: copy data using a safe memcpy wrapper
2022-04-21  Jason Ishdoc/userguide: document ftp max-line-length
2022-04-21  Jason Ishftp: truncate command data that is too long
2022-04-21  Victor Juliensmtp: don't pass partial boundary on to mime parser
2022-04-21  Victor Julienmime: allow partial lines as input
2022-04-21  Shivani Bhardwajsmtp: pre process DATA and BDAT commands
2022-04-21  Shivani Bhardwajsmtp: fix indefinite buffering if no LF in line
2022-04-21  Jason Ishdns: don't parse a full request during probe if not...
2022-04-21  Philippe Antoinedns: improve probing parser
2022-04-21  Jason Ishdns: better error handling when parsing names
2022-04-20  Philippe Antoinetftp: use destate
2022-04-20  Philippe Antoinednp3: check Base64Encode return value for logging
2022-04-20  Jason Ishdnp3: sync actual code with generated code
2022-04-20  Philippe Antoineutil: right parenthesises for base64 macro
2022-04-20  Shivani Bhardwajutil/crypt: Add macro for max base64encode len
next