]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
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
2022-04-20  Jason Ishsmb: protocol detection on pattern without midstream
2022-04-20  Victor Juliensmb/events: fix limit exceeded events and rules 7280/head
2022-04-20  Victor Juliensmb: log max read/write sizes
2022-04-20  Victor Juliensmb/rules: add rules for new events
2022-04-20  Victor Juliendoc/smb: add resource limits section
2022-04-20  Victor Juliensmb2: validate negotiate read/write max sizes
2022-04-20  Victor Juliensmb2: allow limiting in-flight data size/cnt
2022-04-20  Victor Julienfiletracker: track total queued data (in_flight)
2022-04-20  Victor Juliensmb2: add options for max read/write size
2022-04-20  Victor Juliensmb2: track max read/write size and enforce its values
2022-04-20  Victor Juliensmb: minor function cleanup
2022-04-20  Victor Julienfiletracker: make FileChunk private
2022-04-20  Victor Juliendetect/mpm: improve transforms handling 7274/head
2022-04-19  Victor Juliensmb/ntlmssp: add stricter len/offset validation 7272/head
2022-04-19  Philippe Antoinesmb: ntlmssp domain_blob_offset underflow check
2022-04-19  Philippe Antoinesmb: check on param parsing
2022-04-19  Jason Ishgithub-ci: pin checkout action plus other fixes
2022-04-19  Jason Ishsmb: rules for messages in the wrong direction
2022-04-19  Jason Ishsmb: handle records in the wrong direction
2022-04-19  Jason Ishsmb: expose smb1 request/reply flags with a method
2022-04-19  Jason Ishsmb: fix smb2 header flag parsing
2022-04-19  Philippe Antoineoutput: fix integer warnings
2022-04-18  Jason Ishdetect-content: error on single char hex pairs
2022-04-18  Steven Ottenhoffpppoe: fix protocol field length variation
next