]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2022-10-27  Victor Juliendpdk: set new running flag at thread startup 8097/head
2022-10-27  Victor Julienthreads: count thread types after all initialized
2022-10-27  Alice Akakidetect-icmp-seq: convert unittests to FAIL/PASS APIs
2022-10-27  Haleema Khandns/eve: add 'HTTPS' type logging
2022-10-27  Haleema Khandetect-itype: remove unittests
2022-10-27  Gabriel Lima Luzdetect-replace: Convert unittests to FAIL/PASS API
2022-10-27  Philippe Antoinesecurity: prevents process creation
2022-10-27  Jason Ishprofiling: sort LoggerId's in same order as defined
2022-10-27  Jason Ishloggers: all json tx loggers can share the same loggerid
2022-10-27  Richard McConnellworkflow: add systemd integration and check
2022-10-27  Richard McConnelldoc/systemd: add documentation for sd_notify
2022-10-27  Richard McConnellsuricata: add sd_notify support
2022-10-27  Richard McConnellsource: add THV_RUNNING flag to notify of running state
2022-10-27  Eric Leblonddoc: add reference to ipaddr in IP matching
2022-10-27  Eric Leblonddatasets: don't exit on invalid data
2022-10-27  Eric Leblonddetect: doc link for ip.src and ip.dst
2022-10-27  Eric Leblonddoc: add ip.dst and ip.src doc
2022-10-27  Eric Leblonddoc: document new dataset types
2022-10-27  Eric Leblonddatasets: introduce new IPv6 type
2022-10-27  Eric Leblonddetect: add ip.dst keyword as sticky buffer
2022-10-27  Eric Leblonddetect: add ip.src keyword
2022-10-27  Eric Leblonddatasets: introduce ipv4 type
2022-10-27  Eric Leblonddatasets: factorize serialised operations
2022-10-27  Eric Leblonddoc: document dataset-lookup
2022-10-27  Eric Leblondsuricatasc: add dataset-lookup command
2022-10-27  Eric Leblonddatasets: add dataset-lookup command
2022-10-27  Eric Leblonddoc: add dataset-clear command
2022-10-27  Eric Leblondsuricatasc: add dataset-clear command
2022-10-27  Eric Leblonddatasets: add dataset-clear command
2022-10-27  Eric Leblonddoc: document dataset-dump command
2022-10-27  Eric Leblonddatasets: add dump via unix socket
2022-10-26  Shivani Bhardwajrelease: 7.0.0-beta1; update changelog 8095/head suricata-7.0.0-beta1
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
next