fail2ban/config
sebres ab0ac2111c added possibility to specify more precise default date pattern:
- `datepattern = {^LN-BEG}` - only line-begin anchored default patterns
     (matches date only at begin of line, or with max distance up to 2 non-alphanumeric characters from line-begin);
  - `datepattern = {*WD-BEG}` - only word-begin anchored default patterns;
  - `datepattern = ^prefix{DATE}suffix` - exact specified default patterns (using prefix and suffix);
common filter configs gets a more precise, line-begin anchored (datepattern = {^LN-BEG}) resp. custom anchoring default date-patterns;
2016-10-17 11:18:30 +02:00
..
action.d Merge branch 'master' into 0.10 2016-10-13 19:01:13 +02:00
filter.d added possibility to specify more precise default date pattern: 2016-10-17 11:18:30 +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 Merge branch 'master' into 0.10 2016-08-01 15:10:52 +02: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 typos of paths-common (Thanks @chtheis, partial fix to #682) 2014-04-10 23:17:30 -04:00
paths-opensuse.conf Added configuration for opensuse path 2015-08-26 15:25:59 +02:00
paths-osx.conf removed system.log 2015-11-02 09:26:45 -08:00