fail2ban/config
sebres ae7297e16b more precise date template handling (WARNING: this commit creates possible incompatibilities):
- datedetector rewritten more strict as earlier;
  - default templates can be specified exacter using prefix/suffix syntax (via `datepattern`);
  - more as one date pattern can be specified using option `datepattern` now (new-line separated);
  - some default options like `datepattern` can be specified directly in section `[Definition]`, that avoids contrary usage of unnecessarily `[Init]` section, because of performance (each extra section costs time);
  - option `datepattern` can be specified in jail also (jails without filters);
  - if first group specified, only this will be cut out from search log-line (e. g.: `^date:[({DATE})]` will cut out only datetime match pattern, and leaves `date:[] failure ip...` for searching in filter);
  - faster match and fewer searching of appropriate templates (DateDetector.matchTime calls rarer DateTemplate.matchDate now);
  - standard filters extended with exact prefixed or anchored date templates;

template cache introduced (in opposition to default template cache, holds custom templates cached by pattern for possible common usage of same template/regex);
2016-10-17 11:20:27 +02:00
..
action.d Merge branch 'master' into 0.10 2016-10-13 19:01:13 +02:00
filter.d more precise date template handling (WARNING: this commit creates possible incompatibilities): 2016-10-17 11:20:27 +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