]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
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
2022-04-07  Victor Juliennss: use 'atexit()' to cleanup 7214/head
2022-04-07  Philippe Antoinesmtp: check if there is a transaction to close 7213/head
2022-04-07  Philippe Antoinesmtp: check if we have a current transaction
2022-03-21  Victor Juliendetect/iponly: add tests for 5168 7153/head
2022-03-21  Victor Juliendetect/address: minor unittest cleanup
2022-03-21  Victor Juliendetect/iponly: validate netmask
2022-03-21  Victor Juliendetect/address: validate netmasks
2022-03-21  Victor Juliendetect/iponly: break out range insert code
2022-03-21  Victor Julienutil/cidr: add util to convert netmask to cidr
2022-03-21  Jeff Lucovskygeneral: Fix typo
2022-03-21  Jeff Lucovskyconfig/ref: Raise errors for ref.config parsing
2022-03-21  Jason Ishsmb: check correct buffer for overflow
2022-03-18  Victor Juliennfs/rpc: update full record parsers to be more exact 7151/head
2022-03-18  Victor Juliennfs3: improve read validation; fix partial handling
2022-03-18  Victor Juliennfs3: fix partial write record handling
2022-03-15  Victor Juliennfs3: enforce more values 7140/head
2022-03-15  Victor Julienrpc: enforce various field values
2022-03-15  Victor Juliennfs/rpc: enforce length field limits
2022-03-15  Victor Juliennfs4: verify bool fields
2022-03-11  Jeff Lucovskythreads: Honor per-thread stack size setting 7134/head
2022-03-11  Jeff Lucovskyconfig/thread: Use config'd per-thread stack size
2022-03-11  Jeff Lucovskysuricata.yaml: Add per-thread stack size setting
2022-03-11  Jeff Lucovskyconfig/debug: Debug probe for getattr_np
2022-03-11  Jeff Lucovskydoc: Describe per-thread stack size config setting
next