]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2022-10-20  Victor Julieneve: log mac addresses in packet direction 8047/head
2022-09-27  Victor Julienrelease: 6.0.8; update changelog suricata-6.0.8
2022-09-27  Shivani Bhardwajrelease: 6.0.7; update changelog suricata-6.0.7
2022-09-26  Victor Julienstream: fix reachable assertion 7936/head
2022-09-26  Juliana Fajardiniuserguide: add section about exception policies
2022-09-26  Juliana Fajardiniuserguide: minor rewording and typo fixes
2022-09-26  Juliana Fajardinistream/tcp: typo fix
2022-09-26  Philippe Antoinesource: pcap timestamp microsecond consistency
2022-09-26  Philippe Antoineflow/icmpv4: fix vlan.use-for-tracking
2022-09-26  Jason Ishrequirements: use suricata-update 1.2.5
2022-09-26  Jason Ishdetect: fix user after free in debug log
2022-09-26  Philippe Antoinemqtt: remove quadratic time complexity
2022-09-26  Jeff Lucovskymqtt: convert transaction list to vecdeque
2022-09-26  Philippe Antoinemqtt: make max transactions configurable
2022-09-26  Philippe Antoinemqtt: limits the number of active transactions per...
2022-09-23  Victor Juliendetect/flowbits: more permissive parsing by default
2022-09-20  Jason Ishcontent: don't error out on incomplete hex 7887/head
2022-09-20  Jason Ishdetect: allow rule errors to display error, but not...
2022-09-19  Victor Juliendetect: fix duplicate detect state issue 7878/head
2022-09-19  Philippe Antoinedetect: transforms check for 0-sized buffer
2022-09-13  Juliana Fajardiniexceptions: add reject support to exception policy 7852/head
2022-09-09  Victor Julienstream/ids: make sure we don't slide past last_ack 7849/head
2022-09-09  Victor Juliendecode/tcp: allow 4 byte TFO with 2 byte cookie
2022-09-09  Gleb Smirnoffipfw: use PF_DIVERT on modern FreeBSD
2022-09-07  Victor Julienunittests: optimize RunmodeIsUnittests() 7834/head
2022-09-07  Philippe Antoinehttp2: remove to_vec for comparisons
2022-09-07  Philippe Antoinehttp2: fix clippy warning about &Vec<u8>
2022-09-05  Victor Juliengithub-ci: add cherry-pick line check 7828/head
2022-09-05  Victor Julienflow/recycler: bring back pthread_cond_t sleep
2022-09-05  Victor Julienflow/manager: sleep handled by pthread_cond_t again
2022-09-05  Victor Julientime: add timeradd implementation
2022-09-05  Philippe Antoinefuzz: restrict flags passed to AppLayerProtoDetectGetProto
2022-09-05  Philippe Antoinehttp2: check overflow before it happens
2022-09-03  Juliana Fajardiniuserguide: briefly introduce exception policy opts
2022-09-03  Juliana Fajardiniuserguide: update defrag settings options
2022-09-03  Juliana Fajardiniuserguide: add section about HTTP2 settings
2022-09-03  Juliana Fajardiniuserguide: merge sections about AppLayer Parsers
2022-09-03  Juliana Fajardinisuricata.yaml: add exception policy config options
2022-09-03  Juliana Fajardinistream: add exception policy for midstream flows
2022-09-03  Juliana Fajardiniexceptions: add callbacks for drop-flow policy
2022-09-01  Jason Ishgithub-ci: add AlmaLinux 9 build 7820/head
2022-09-01  Jason Ishgithub-ci: test execution of suricatasc and suricata...
2022-09-01  Jason Ishpython: install without distutils
2022-09-01  Shivani Bhardwajdoc/conf: fix sphinx language setting 7806/head
2022-09-01  Juliana Fajardiniexceptions: error out when invalid policy is used
2022-09-01  Victor Juliengithub: bump ubuntu-18.04 runners to 22.04
2022-09-01  Juliana Fajardinidetect/parse: test sig parsing for more actions
2022-09-01  Juliana Fajardinidetect/engine: fix typos in assorted files
2022-09-01  Juliana Fajardinicommandline: add alert-queue expand failure option
2022-09-01  Philippe Antoinefuzz: disable enip detection based on source port
2022-08-31  Juliana Fajardinidecode: remove unused macros 7803/head
2022-08-31  Juliana Fajardinistream/tcp: remove repeated header declaration
2022-08-31  Juliana Fajardinidetect/alert: add unittests to check packet action
2022-08-31  Juliana Fajardinidecode: validate if dropped packet has drop reason
2022-08-31  Juliana Fajardinidetect/alert: ensure reject action is applied
2022-08-31  Juliana Fajardinidecode: make PacketDrop use action as parameter
2022-08-01  Juliana Fajardinisource/pcap: fix infinite loop if interface goes down 7672/head
2022-07-28  Jufajardini... detect/engine: init alert queue counters on reload 7659/head
2022-07-26  Jason Ishrust/nfs: add a maximum number of operations per compound
2022-07-20  Jason Ishreadthedocs: add configuration file 7634/head
2022-07-20  Jason Ish.gitignore: don't ignore *.yaml, just suricata.yaml
2022-07-20  Jason Ishversion: start development towards 6.0.7
2022-07-09  Jason Ishrelease: 6.0.6; update changelog suricata-6.0.6
2022-07-09  Philippe Antoineoutput: fix integer warnings
2022-07-09  Philippe Antoineprotocol: forbids concurrent protocol upgrades
2022-07-07  Philippe Antoineoutput: skip files logging for ICMP packets 7617/head
2022-07-06  Philippe Antoineoutput: use flow's proto for file loggers 7616/head
2022-07-02  Eric Leblondoutput/alert: don't call basic logging twice 7605/head
2022-07-02  Philippe Antoineftp: optimized tx iterator
2022-07-02  Philippe Antoineevent: only sets APPLAYER_UNEXPECTED_PROTOCOL once
2022-07-02  Philippe Antoineevents: reset logged event
2022-06-30  Victor Juliendetect: impose limits on pcrexform 7596/head
2022-06-29  Victor Julienfuzz/mime: fix call conditions and args 7587/head
2022-06-29  Victor Julienmime: fix and cleanup tests
2022-06-29  Victor Julienmime: fix corner case
2022-06-29  Victor Julienmime: add base64 related debug messages
2022-06-29  Victor Julienmime: improved empty line handling
2022-06-29  Victor Juliensmtp: fix passing a wrong delim len around
2022-06-29  Victor Julienmime: properly pass full lines to non-decoded body
2022-06-29  Victor Julienmime/base64: fix final data not getting processed
2022-06-29  Victor Julienstream: fix GAP check
2022-06-29  Victor Julienmime: remove unused 'linerem' logic
2022-06-29  Victor Juliensmtp/mime: fix parsing edge case
2022-06-29  Victor Juliensmtp: skip preprocessing for mime headers
2022-06-17  Victor Juliendetect: set drop reason for rule based drops 7557/head
2022-06-14  Victor Juliendetect/tests: improve detection entry 7544/head
2022-06-14  Victor Julientests: fix drop test; cleanup
2022-06-14  Victor Julienexceptions: initial exception-policy implementation
2022-06-14  Victor Julieneve/drop: log drop reason
2022-06-14  Victor Julienflow: log action applied to all packets
2022-06-14  Victor Juliendetect: enforce flow drops earlier
2022-06-14  Victor Julienclang-format: disable for option table
2022-06-13  Lukas Sismisbypass: fix memory leak - reassign of FlowBypassInfo 7535/head
2022-06-13  Lukas Sismisbypass: af-packet: fix memory leak - reassign of EBPFBy...
2022-06-13  Victor Juliendetect/threshold: fix offline time handling issue
2022-06-13  Victor Julienstream/midstream: fix double flow reverse case
2022-06-13  Victor Julienapp-layer: don't switch dir if proto already known
2022-06-13  Victor Juliendetect/dcerpc: simplify keyword validation
2022-06-13  Victor Juliendetect/dcerpc: apply dcerpc to smb as well
2022-06-13  Victor Juliengithub/workflows: add cargo for all Ubuntu jobs
next