]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2024-01-08  Victor Julieneve/http: add location header independent of status... 10134/head
2024-01-08  Victor Julieneve/http: use numeric status code by default
2024-01-08  Victor Julieneve/email: improve logging binary data
2024-01-08  Victor Julienflow: minor optimization
2024-01-08  Victor Juliendetect: consolidate per rule group file loops
2024-01-08  Victor Juliendetect: remove DCERPC mask logic
2024-01-08  Victor Juliendetect/rule-header: use bool type
2024-01-08  Victor Juliendetect/rule-header: minor code cleanups
2024-01-08  Victor Juliendetect/address: refactor match array building
2024-01-08  Victor Juliendetect/address: minor cleanup
2024-01-08  Victor Julienmpm/ac: pointer hygene
2024-01-08  Victor Julienmpm/hs: improve pointer hygene
2024-01-08  Victor Juliendetect/mpm: minor cleanup
2024-01-08  Victor Juliendetect: shrink sgh to have all runtime members on one...
2024-01-08  Victor Juliendetect: constify flow flags in tx rule inspect
2024-01-08  Victor Juliendetect: minor cleanup for rule group get function
2024-01-08  Victor Julienapp-layer: micro optimization for AppProtoEquals
2024-01-08  Victor Juliendetect/bsize: constify keyword args during size check
2024-01-08  Victor Juliendetect/content: limits prop comment cleanup
2024-01-08  Victor Juliendetect/dsize: minor code cleanup
2024-01-08  Victor Juliendetect: use do { } while loop for app engine loop
2024-01-08  Victor Juliendetect/content: fix offset for negative distance
2024-01-08  Victor Juliendetect/content-inspect: add more tests
2024-01-08  Victor Julienspm/bm: minor code cleanups; constification
2024-01-08  Victor Julienmpm: UNITTESTS guard for RegisterUnittests func
2024-01-08  Victor Julienmpm: remove unused flags field
2024-01-08  Victor Juliendetect/http_server_body: modernize test
2024-01-08  Victor Juliendetect: implement --qa-skip-prefilter
2024-01-08  Victor Juliendetect/content-inspect: add negation tests
2024-01-08  Victor Juliendetect/bytetest: remove unused Match function
2024-01-08  Victor Juliendetect/pcre: remove unused match member
2024-01-08  Victor Juliendetect/bytemath: fix u32 buffer size logic
2024-01-08  Victor Juliendetect/pcre: localize match limit option parsing
2024-01-08  Victor Juliendetect/pcre: remove unused opts field
2024-01-08  Victor Juliendetect/pcre: put commonly used members on first cache...
2024-01-08  Victor Juliendetect/content-inspect: use of replace keyword is rare
2024-01-08  Victor Juliendetect/profiling: improve pcap reading performance
2024-01-08  Juliana Fajardinipgsql: fix u16 overflow in query data_row
2024-01-08  Philippe Antoinedoc: fix byte_test examples
2024-01-04  Juliana Fajardinidevguide: explain example-rule container usage 10115/head
2024-01-04  Philippe Antoinedetect: case-insensitive comparison for requires
2024-01-04  Philippe Antoinerust: allow clippy::items_after_test_module
2024-01-04  Juliana Fajardinidevguide: fix main channels list
2024-01-04  Juliana Fajardinidevguide: update branches, refer to backports guide
2024-01-04  Juliana Fajardinidevguide: add chapter with backports guide
2024-01-04  Juliana Fajardinidevguide: doc from behavior changes needs ticket #
2024-01-04  Juliana Fajardinidevguide: reorganize pr-workflow section
2024-01-04  Juliana Fajardinidevguide: make 'contributing' a chapter
2023-12-28  Jeff Lucovskymqtt: Move conf code to rust 10100/head
2023-12-19  Jason Ishstats: add rules skipped 10078/head
2023-12-19  Jason Ishrust.h: don't include util-file.h, not needed 10076/head
2023-12-19  Jason Ishdetect-parse: parse sid in pre-scan
2023-12-19  Jason Ishrequires: pre-scan rule for requires expressions
2023-12-19  Jason Ishrequires: add requires keyword
2023-12-19  Jason Ishfeature: provide a Rust binding to the feature API
2023-12-19  Juliana Fajardinipgsql: remove unused msg field
2023-12-19  Philippe Antoinestats: incr app-proto flow counter for detection-only
2023-12-19  Philippe Antoineschema: adds missing modbus field
2023-12-19  Philippe Antoinestats: always use tcp/udp prefix
2023-12-15  Juliana Fajardinischema: apply clang formatting changes 10061/head
2023-12-15  Juliana Fajardiniuserguide/eve: explain pgsql requests & responses
2023-12-15  Juliana Fajardinipgsql: add cancel request message
2023-12-15  Juliana Fajardinidoc/eve-format: break pgsql section to char limit
2023-12-15  Juliana Fajardinipgsql: extract length validation into function
2023-12-14  Victor Juliendetect/byte: remove unneeded SIG_FLAG_APPLAYER sets 10052/head
2023-12-14  Victor Juliendetect/byte_extract: modernize tests
2023-12-14  Victor Juliendetect/bytemath: bump length to uint32_t
2023-12-14  Victor Juliendetect/bytejump: test cleanup
2023-12-14  Victor Juliendetect/bytejump: don't reuse content flag
2023-12-14  Victor Juliendetect/analyzer: print int keyword values correctly
2023-12-14  Victor Julienjsonbuilder: add set_int for signed ints
2023-12-14  Victor Julieneve/stream: add sb main region size; segment count
2023-12-13  Jason Ishoutput-json-dns: remove un-needed includes 10047/head
2023-12-13  Jason Ishoutput-json-alert: remove un-needed includes
2023-12-13  Jason Ishdoc/userguide: document dns.query.name, dns.answer...
2023-12-13  Jason Ishdns: replace usage of rs_dns_tx_get_query_name with...
2023-12-13  Jason Ishdns: add dns.query.name sticky buffer
2023-12-13  Jason Ishdns: add dns.answer.name keyword
2023-12-13  Jason Ishdns: consolidate DNSRequest and DNSResponse to DNSMessage
2023-12-13  Jason Ishdns: rustfmt with latest stable
2023-12-13  Jason Ishrustfmt: replace deprecated fn_args_layout with fn_para...
2023-12-13  Jason Ishdetect: rename InspectEngineFuncPtr2 to InspectEngineFu...
2023-12-13  Jason Ishdetect: rename DetectAppLayerInspectEngineRegister2
2023-12-13  Jason Ishdetect: rename DetectAppLayerMpmRegister2 to DetectAppL...
2023-12-13  Hadiqa Alamdar... detect/analyzer: add details to flowbits keyword
2023-12-13  Stephen Donnellyendace: Fix source-dag timestamps
2023-12-13  Victor Juliendoc/userguide: update guidance on 5 to 6 upgrading 10043/head
2023-12-13  Jason Ishgithub-ci/formatting: update to Ubuntu 22.04
2023-12-13  Jason Ishclang-format.sh: prefer clang-format-14
2023-12-13  Jeff Lucovskycppcheck: Address cpcheck report of an FP
2023-12-13  Jeff Lucovskycppcheck/detect: Address cppcheck memory leak
2023-12-13  Philippe Antoinehttp2: do not have leading space for response line
2023-12-11  Shivani Bhardwajdetect/flowbits: remove DETECT_FLOWBITS_CMD_NOALERT 10028/head
2023-12-11  Shivani Bhardwajdetect-engine: use flag SIG_FLAG_MPM_NEG
2023-12-11  Shivani Bhardwajdetect-engine: use bool return type
2023-12-11  Shivani Bhardwajdetect: rename SigAddressPrepare fns to SigPrepare
2023-12-11  Shivani Bhardwajdoc: clarify IP-only with iprep
2023-12-07  Victor Juliengithub/action: fix Debian 12 intermittent failures 10011/head
2023-12-07  Victor Juliendetect/content-inspect: improve header docs 9999/head
2023-12-07  Victor Juliendetect/content-inspect: optimize struct layout
next