]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2022-10-25  Victor Julienpacket: turn tunnel lock into spinlock 8085/head
2022-10-25  Victor Julienstream/tcp: remove obsolete and commented out tests
2022-10-25  Victor Juliendecode/vxlan/tests: don't memset new packet
2022-10-25  Victor Juliendecode/mpls/tests: improve pkt handling; cleanups
2022-10-25  Victor Julienapp-layer/tests: don't memset new packet
2022-10-25  Victor Juliendoc/devguide: update packet (de)alloc in unittests
2022-10-25  Victor Juliendecode/geneve/tests: don't memset packet
2022-10-25  Victor Julienthreading: improve/add thread queues explanations
2022-10-25  Victor Julieneve/alert: remove tunnel locking
2022-10-25  Victor Juliendecode: alloc packets using calloc
2022-10-25  Victor Julienpacketpool: remove PKT_ALLOC flag
2022-10-25  Victor Julienrunmodes: remove dead error check
2022-10-25  Victor Juliensmtp/mime: no error logging in packet path
2022-10-25  Victor Juliendefrag: no error logging in packet path
2022-10-25  Victor Julienapplayer: make sure to use correct ipproto
2022-10-25  Victor Julieneve/alert: use flow proto to avoid crash on ICMP
2022-10-25  Alice Akakidetect-filemd5: convert unittests to FAIL/PASS APIs
2022-10-25  Alice Akakidetect-filesha256: convert unittests to FAIL/PASS APIs
2022-10-25  dependabot... github-actions: bump actions/upload-artifact from 3...
2022-10-25  dependabot... github-actions: bump actions/download-artifact from...
2022-10-24  Alice Akakirust: fix lint warnings about mixed case hex literals
2022-10-24  Gabriel Lima Luzrust: fix lint warnings about if same then else
2022-10-24  Kristina Jeffersonrust: fix lint warnings about ptr_arg
2022-10-24  Jason Ishrust: fix clippy lint for unneeded late initialization
2022-10-24  Jason Ishrust: fix clippy lint for cmp_null is debug code
2022-10-24  Jason Ishrust: fix clippy lints for unneeded reference in debug...
2022-10-24  Jason Ishrust: fix clippy lints for is_empty in debug code
2022-10-24  Jason Ishgithub-ci: running clippy with all features
2022-10-24  Jason Ishrust: don't allow fixed up clippy lints
2022-10-24  Jason Ishrust: clippy fix for bitwise or with 0
2022-10-24  Jason Ishrust: fix clippy lints for clippy::unnecessary_cast
2022-10-24  Jason Ishrust: fix clippy lints for clippy::redundant_static_lif...
2022-10-24  Jason Ishrust: fix clippy lints for clippy::redundant_pattern_ma...
2022-10-24  Jason Ishrust: fix clippy lints for clippy::nonminimal_bool
2022-10-24  Jason Ishrust: fix clippy lints for clippy::map_flatten
2022-10-24  Jason Ishrust: fix clippy lints for clippy::manual_find
2022-10-24  Jason Ishrust: fix clippy lints for clippy::collapsible_if
2022-10-24  Jason Ishrust: fix clippy lints for clippy::collapsible_else_if
2022-10-24  Jason Ishrust: fix clippy lints for clippy::bool_comparison
2022-10-24  Jason Ishrust: fix clippy lints for clippy::crate_in_macro_def
2022-10-24  Jason Ishrust: fix clippy lints for clippy::redundant_field_names
2022-10-24  Jason Ishrust: fix clippy lints for clippy::needless_bool
2022-10-24  Jason Ishrust: fix clippy lints for clippy::manual_range_contains
2022-10-24  Jason Ishrust: fix clippy lints for clippy::len_zero
2022-10-24  Jason Ishrust: fix clippy lints for clippy::char_lit_as_u8
2022-10-24  Jason Ishrust: fix clippy lints for clippy::assign_op_pattern
2022-10-24  Jason Ishrust: fix clippy lints for clippy::derive_partial_eq_wi...
2022-10-24  Jason Ishrust: suppress large enum variant lint at location
2022-10-24  Jason Ishrust/http2: box decompressor variants
2022-10-24  Jason Ishrust: remove clippy lints that no longer warn
2022-10-24  Jason Ishrust: sort clippy allow statements
2022-10-24  Haleema Khansrc: Use WARN_UNUSED for ByteExtract* functions
2022-10-24  dependabot... github-actions: bump ossf/scorecard-action from 2.0...
2022-10-24  Alice Akakidetect-filename: convert unittests to FAIL/PASS APIs
2022-10-24  Alice Akakidetect-filemagic: convert unittests to FAIL/PASS APIs
2022-10-24  Lukas Sismisdocs: remove outdated constraint of negation support...
2022-10-20  Victor Julienflow/storage: use const for getter 8042/head
2022-10-20  Victor Julieneve: mac logging code cleanup
2022-10-20  Victor Julieneve/drop: log direction if we have a flow
2022-10-19  Victor Julieneve: log mac addresses in packet direction
2022-10-19  Victor Juliendpdk: fix timestamp issues
2022-10-19  Victor Julienpacket: move action functions to packet files
2022-10-19  Victor Juliendetect/tag: improve time handling on windows
2022-10-19  Victor Juliendetect: unittest guards for ut only function
2022-10-19  Victor Juliendetect: remove unused function
2022-10-19  Victor Julieneve/alert: minor cleanups
2022-10-19  Victor Juliencocci: remove action check as we no longer use macros
2022-10-19  Victor Juliendetect: issue drop to root packet in all cases
2022-10-19  Victor Julienpacketpool: debug message to assist drop checks
2022-10-19  Victor Julienpacketpool: remove debug validation check
2022-10-19  Victor Juliendecode: minor code cleanup
2022-10-19  Victor Juliennfq: set drop reason on verdict error
2022-10-19  Victor Juliennapatech: reduce size of Packet structure
2022-10-13  Juliana Fajardinidoc/acknowledgements: add a few more names 7996/head
2022-10-13  Juliana Fajardinidevguide: add section about stale tickets policy
2022-10-13  Haleema Khandetect-fileext: convert unittests to FAIL/PASS APIs
2022-10-13  Haleema Khanrust: fix lint warning for clippy::enum's name
2022-10-13  Lukas Sismisdpdk: fix mempool cache error message
2022-10-11  Shivani Bhardwajdoc: update base64_decode notes 7987/head
2022-10-11  Shivani Bhardwajbase64: add and clean tests
2022-10-11  Shivani Bhardwajbase64: add new mode as per RFC 4648
2022-10-11  Lukas Sismistransversal: remove suricata-ids.org references 7983/head
2022-10-04  dependabot... github-actions: bump actions/checkout from 2 to 3.1.0 7966/head
2022-10-04  dependabot... github-actions: bump actions/cache from 3.0.8 to 3...
2022-10-04  Jason Ishgithub-ci: add workflow for rust clippy
2022-10-04  Jason Ishrust: fix clippy lint for null comparison
2022-10-04  Jason Ishrust/modbus: derive default instead of manual impl
2022-10-04  Jason Ishrust/frames: cleanup clippy lint for unsafe
2022-10-04  Jason Ishrust: fix clippy lint for unnecessary_unwrap
2022-10-04  Jason Ishrust: fix clippy lint for single_char_add_str
2022-10-04  Jason Ishrust: fix clippy lint for bool_assert_comparison
2022-10-04  Jason Ishrust: fix clippy lint for partialeq_to_none
2022-10-04  Jason Ishrust: fix clippy lint for explicit_auto_deref
2022-10-04  Jason Ishrust: fix clippy lint for needless_late_init
2022-10-04  Jason Ishrust: fix clippy lint for borrow_deref_ref
2022-10-04  Jason Ishrust: fix clippy lint for redundant_closure
2022-10-04  Jason Ishrust: fix clippy ling for needless borrows
2022-10-04  Jason Ishrust: allow some more clippy lints
2022-10-04  Victor Julienrust: compile check rewording
2022-10-04  Victor Julienstream/rules: disable depth rule by default
next