fail2ban/config
sebres 9b8563f35e - fixes regex for message imap-login: Disconnected (auth failed, X attempts) ... has to many variations on additional info after <HOST>,
leave it end-anchored because variable part `user=<[^>]*>` (before `<HOST>`) to avoid injecting, but can be safe rewritten using `[^>]*` in opposite to "greedy" `user=<[^>]*>`.
- introduces mode `aggressive` and extends regex for this mode to match:
  * no auth attempts (previously removed in gh-601, because of lots of false positives on misconfigured MTAs)
  * disconnected before auth was ready
  * client didn't finish SASL auth
2017-09-01 09:56:21 +02:00
..
action.d Merge remote-tracking branch 'remotes/gh-upstream/master' into 0.10 2017-08-18 15:44:22 +02:00
filter.d - fixes regex for message imap-login: Disconnected (auth failed, X attempts) ... has to many variations on additional info after <HOST>, 2017-09-01 09:56:21 +02: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 restore backwards compatibility (jail postfix-sasl); changelog update 2017-07-11 11:57:48 +02:00
paths-arch.conf Add a path configuration for Arch Linux 2017-02-14 18:43:01 +08:00
paths-common.conf Config reader's: introduced new syntax %(section/option)s, in opposite to extended interpolation of python 3 ${section:option} work with all supported python version in fail2ban and this syntax is like our another features like %(known/option)s, etc.; 2017-08-08 20:21:44 +02:00
paths-debian.conf Update paths-debian.conf 2017-07-05 19:57:30 +02: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