]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2022-06-02  Philippe Antoineutil: better hex print function
2022-06-02  Philippe Antoinerust: make suricata context const
2022-06-02  Philippe Antoineftp: remove temporary fields from state
2022-06-02  Philippe Antoinemodbus: bump up rust crate version
2022-06-02  Jason Ishdetect: introduce "like" ip-only signature type
2022-06-01  Philippe Antoinedecode: fix integer warning 7455/head
2022-06-01  Philippe Antoinedefrag: fix integer warnings
2022-06-01  Philippe Antoinerust: cbindgen first verifies existing bindings
2022-06-01  Philippe Antoinedetect: parsing avoiding infinite loop
2022-06-01  Philippe Antoinefile: use functions on fd to avoid toctou
2022-06-01  Philippe Antoineutil: check for unsigned overflow in rohash
2022-06-01  Jason Ishconf: remove ConfGetValue
2022-06-01  Philippe Antoineutil: remove malloc from streaming buffer config
2022-06-01  dependabot... github-actions: bump actions/cache from 3.0.2 to 3.0.3
2022-06-01  Andreas Dolpdoc/tls: Add documentation for TLS logging
2022-06-01  Andreas Dolpdoc/tls: Remove redundant example
2022-06-01  Andreas Dolpsuricata.yaml.in: Fix default value of prealloc-sessions
2022-06-01  Andreas Dolpdoc: Add missing ")" in example
2022-06-01  Andreas Dolpsuricata.yaml.in: Remove duplicate "with" in comment.
2022-06-01  Andreas Dolpdoc: Fix typos
2022-06-01  Andreas Dolpdoc: Fix broken link
2022-06-01  Philippe Antoineoutput: adds schema.json
2022-05-31  Victor Julienlog-pcap: remove tunnel locks 7445/head
2022-05-30  Victor Juliennflog: fix datalink compile issue 7439/head
2022-05-28  Juliana Fajardiniutil/action: convert unittests to FAIL/PASS API 7436/head
2022-05-28  Juliana Fajardiniutil/action: unittests clean-up (to sv tests)
2022-05-27  Victor Julienunittest: minor helper cleanup
2022-05-27  Victor Juliendetect/parse: cleanup test
2022-05-27  Victor Juliendetect: parsing test cleanups/improvements
2022-05-27  Victor Julienhost-os-info: add test to show mixed ipv4/ipv6
2022-05-27  Victor Julienrule/vars: clean up tests
2022-05-27  Victor Juliendetect/iponly: minor code cleanup
2022-05-27  Victor Juliendetect/iponly: include postmatch in determination
2022-05-27  Victor Juliendetect/iponly: simplify handling of 'any' parsing
2022-05-27  Victor Juliendetect: address parsing variable rename to match code...
2022-05-27  Victor Juliendetect/iponly: remove unused code
2022-05-27  Juliana Fajardinirust: fix doc comments that trigger rust warnings
2022-05-27  dependabot... github-actions: bump ossf/scorecard-action from 1.0...
2022-05-26  Victor Julienstream: add packet header outside of lock 7430/head
2022-05-26  Victor Julienlog/pcap: open handles outside of lock
2022-05-26  Scott Jordanlog/pcap: add buffer timeout
2022-05-26  Scott Jordanstream: memcap tracking for TcpSegment alloc
2022-05-26  Eric Leblondlog/pcap: handle case of multiple link types
2022-05-26  Eric Leblondflow: set datalink for pseudo packet
2022-05-26  Eric Leblondsuricata: introduce global linktype
2022-05-26  Eric Leblondlog/pcap: log segments for pseudo packets
2022-05-26  Eric Leblondlog/pcap: fix conditional pcap in tag mode
2022-05-26  Eric Leblonddetect/tag: add a tag for first packet
2022-05-26  Scott Jordanlog/pcap: dump segments of both sides of tcp session.
2022-05-26  Eric Leblonddoc: add info about capture_file key
2022-05-26  Eric Leblondlog/pcap and eve/alert: get pcap filename to support...
2022-05-26  Eric Leblondlog/pcap: fix typo in error message
2022-05-26  Eric Leblondstream: count realloc in memcap
2022-05-26  Eric Leblondlog/pcap: update copyright date
2022-05-26  Eric Leblonddoc: add conditional pcap logging info
2022-05-26  Eric Leblondlog/pcap: introduce tag as logging condition
2022-05-26  Eric Leblondlog/pcap: fix some indentation and white spaces
2022-05-26  Eric Leblondlog/pcap: add support for tunnel logging
2022-05-26  Eric Leblondlog/pcap: add existing stream logging
2022-05-26  Eric Leblondstream: conditionally add packet header to segment
2022-05-26  Eric Leblonddetect: add flag when packet is first with alert
2022-05-26  Eric Leblondlog/pcap: add PcapWrite function
2022-05-26  Eric Leblondlog/pcap: conditional logging
2022-05-24  Jason Ishgithub-ci: remove fedora 34 build 7427/head
2022-05-23  Jason Ishgithub-ci: bump fedora versions 7423/head
2022-05-21  Jason Ishrules: use primary default-rule-path if set on command...
2022-05-21  Juliana Fajardinidetect/alert: directly increment alerts.discarded
2022-05-21  Philippe Antoinedcerpc: use vecdeque tx iterator
2022-05-21  dependabot... github-actions: bump github/codeql-action from 2.1...
2022-05-21  dependabot... github-actions: bump actions/upload-artifact from 3...
2022-05-17  Philippe Antoineprotodetect: use both directions over UDP
2022-05-17  Philippe Antoineprotodetect: be more tolerant
2022-05-09  Arne Welzelstacktrace-on-signal: Use kill(getpid(), sig_num) 7389/head 7395/head
2022-05-09  Jason Ishsuricata.yaml: include version that generated this...
2022-05-09  Victor Julienstream/segtree: improve docs, error handling
2022-05-09  Victor Julienstreaming/buffer: add debug validation for 'impossible...
2022-05-09  Victor Julienapp-layer: make registration structure more compact
2022-05-09  Victor Julienhtp: minor format string fixes 7392/head
2022-05-09  Victor Juliendatasets: constify some function args
2022-05-09  Victor Julientime: reduce scope of static string
2022-05-09  Victor Julienthreshold: constify detect engine arg
2022-05-09  Victor Julienthash: reduce scope for var; suggested by cppcheck
2022-05-09  Victor Julienspm: constify badchars; suggested by cppcheck
2022-05-09  Victor Julienradix: small cppcheck suggested cleanup
2022-05-09  Victor Julienpacketpool: minor cleanup
2022-05-09  Victor Julienstream: minor code cleanups suggested by cppcheck
2022-05-09  Victor Juliendefrag: minor code cleanups suggested by cppcheck
2022-05-09  Victor Julienoutput/flow: no double var init
2022-05-09  Victor Juliensmtp: minor code cleanup
2022-05-09  Victor Julienapp-layer: minor code cleanups suggested by cppcheck
2022-05-09  Victor Julienapp-layer/expectation: reduce scope and init vars
2022-05-09  Victor Julienftp: code clarifications
2022-05-09  Victor Julienutil/byte: minor cleanup
2022-05-09  Victor Julienthreads: remove usused code; wrap in guards
2022-05-09  Victor Julienthreads: remove unused function
2022-05-09  Victor Julienunittests: wrap unittest registration in guards
2022-05-09  Victor Julienapp-layer/profiling: hide profiling code behind guards
2022-05-09  Victor Julienapp-layer/events: remove unused function
2022-05-09  Victor Julienoutput/frames: fix eof var overwrite
2022-05-09  Victor Julienstream/reassembly: reduce scope of variable
next