fail2ban/config
sebres 35efca5941 Better multi-line handling introduced: single-line parsing with caching of needed failure information to process in further lines.
Many times faster and fewer CPU-hungry because of parsing with `maxlines=1`, so without line buffering (scrolling of the buffer-window).
Combination of tags `<F-MLFID>` and `<F-NOFAIL>` can be used now to process multi-line logs using single-line expressions:
- tag `<F-MLFID>`: used to identify resp. store failure info for groups of log-lines with the same identifier (e. g. combined failure-info for the same conn-id by `<F-MLFID>(?:conn-id)</F-MLFID>`, see sshd.conf for example)
- tag `<F-NOFAIL>`: used as mark for no-failure (helper to accumulate common failure-info);
filter.d/sshd.conf: [sshd], [sshd-ddos], [sshd-aggressive] optimized with pre-filtering using new option `prefregex` and new multi-line handling.
2017-02-22 22:19:43 +01:00
..
action.d provides new tag `<ip-rev>` for PTR reversed representation of IP address; 2017-02-16 13:38:20 +01:00
filter.d Better multi-line handling introduced: single-line parsing with caching of needed failure information to process in further lines. 2017-02-22 22:19:43 +01:00
fail2ban.conf normalizing time config entries: use time abbreviation (str2seconds) for all time options such 'dbpurgeage', 'bantime', 'findtime', ex.: default '1d' instead '86400'; 2015-12-29 12:49:10 +01:00
jail.conf Merge remote-tracking branch 'master' into 0.10 2017-01-21 16:59:41 +01:00
paths-common.conf fix suhosin_log in common paths - log files should be separated using "\n": 2016-05-11 18:49:04 +02:00
paths-debian.conf Define roundcube_errors_log in paths-common.conf 2015-07-04 14:46:31 -04:00
paths-fedora.conf - mysqld does not log login attempts to the journal. 2016-03-09 13:52:50 -07:00
paths-freebsd.conf #1667: Wrong paths for apache and nginx under FreeBSD 2017-01-17 11:48:25 +01:00
paths-opensuse.conf Use Fedora's backend-settings for openSUSE 2016-11-22 09:03:54 +01:00
paths-osx.conf removed system.log 2015-11-02 09:26:45 -08:00