mirror of https://github.com/fail2ban/fail2ban
update ChangeLog
parent
0c1707afda
commit
8af7a73bfc
11
ChangeLog
11
ChangeLog
|
@ -15,6 +15,14 @@ TODO: implementing of options resp. other tasks from PR #1346
|
||||||
### Fixes
|
### Fixes
|
||||||
* `filter.d/pam-generic.conf`:
|
* `filter.d/pam-generic.conf`:
|
||||||
- [grave] injection on user name to host fixed
|
- [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 `<F-MLFID>` 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`
|
* `action.d/complain.conf`
|
||||||
- fixed using new tag `<ip-rev>` (sh/dash compliant now)
|
- fixed using new tag `<ip-rev>` (sh/dash compliant now)
|
||||||
* `action.d/sendmail-geoip-lines.conf`
|
* `action.d/sendmail-geoip-lines.conf`
|
||||||
|
@ -51,6 +59,9 @@ TODO: implementing of options resp. other tasks from PR #1346
|
||||||
- `<ip-rev>` - PTR reversed representation of IP address
|
- `<ip-rev>` - PTR reversed representation of IP address
|
||||||
- `<ip-host>` - host name of the IP address
|
- `<ip-host>` - host name of the IP address
|
||||||
- `<F-...>` - interpolates to the corresponding filter group capture `...`
|
- `<F-...>` - 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
|
ver. 0.10.0-alpha-1 (2016/07/14) - ipv6-support-etc
|
||||||
|
|
Loading…
Reference in New Issue