From 8af7a73bfc0e0588766dfd7a74f3c5249fa8d767 Mon Sep 17 00:00:00 2001 From: sebres Date: Fri, 10 Mar 2017 22:14:39 +0100 Subject: [PATCH] update ChangeLog --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 71e46daa..5ca9fa07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,14 @@ TODO: implementing of options resp. other tasks from PR #1346 ### Fixes * `filter.d/pam-generic.conf`: - [grave] injection on user name to host fixed +* `filter.d/sshd.conf`: + - rewritten using `prefregex` and used MLFID-related multi-line parsing + (by using tag `` instead of buffering with `maxlines`); + - optional parameter `mode` rewritten: normal (default), ddos, extra or aggressive (combines all), + see sshd for regex details) +* filter.d/sendmail-reject.conf: + - rewritten using `prefregex` and used MLFID-related multi-line parsing; + - optional parameter `mode` introduced: normal (default), extra or aggressive * `action.d/complain.conf` - fixed using new tag `` (sh/dash compliant now) * `action.d/sendmail-geoip-lines.conf` @@ -51,6 +59,9 @@ TODO: implementing of options resp. other tasks from PR #1346 - `` - PTR reversed representation of IP address - `` - host name of the IP address - `` - interpolates to the corresponding filter group capture `...` +* Samples test case factory extended with filter options - dict in JSON to control + filter options (e. g. mode, etc.): + # filterOptions: {"mode": "aggressive"} ver. 0.10.0-alpha-1 (2016/07/14) - ipv6-support-etc