diff --git a/ChangeLog b/ChangeLog index ac26ee02..f54b4a71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -50,6 +50,10 @@ ver. 0.10.4-dev-1 (20??/??/??) - development edition * systemd: fixed type error on option `journalflags`: an integer is required (gh-2125); ### New Features +* new option `ignorecache` to improve performance of ignore failure check (using caching of `ignoreip`, + `ignoreself` and `ignorecommand`), see `man jail.conf` for syntax-example; +* `ignorecommand` extended to use actions-similar replacement (capable to interpolate + all possible tags like ``, ``, ``, `F-USER` etc.) ### Enhancements * `filter.d/dovecot.conf`: extended with tags F-USER (and alternatives) to collect user-logins (gh-2168) diff --git a/fail2ban/client/jailreader.py b/fail2ban/client/jailreader.py index 72bf780d..b06ba72d 100644 --- a/fail2ban/client/jailreader.py +++ b/fail2ban/client/jailreader.py @@ -100,6 +100,7 @@ class JailReader(ConfigReader): ["string", "ignorecommand", None], ["bool", "ignoreself", None], ["string", "ignoreip", None], + ["string", "ignorecache", None], ["string", "filter", ""], ["string", "datepattern", None], ["string", "logtimezone", None], diff --git a/fail2ban/protocol.py b/fail2ban/protocol.py index 3625ec01..b21ab848 100644 --- a/fail2ban/protocol.py +++ b/fail2ban/protocol.py @@ -84,6 +84,8 @@ protocol = [ ["set ignoreself true|false", "allows the ignoring of own IP addresses"], ["set addignoreip ", "adds to the ignore list of "], ["set delignoreip ", "removes from the ignore list of "], +["set ignorecommand ", "sets ignorecommand of "], +["set ignorecache ", "sets ignorecache of "], ["set addlogpath ['tail']", "adds to the monitoring list of , optionally starting at the 'tail' of the file (default 'head')."], ["set dellogpath ", "removes from the monitoring list of "], ["set logencoding ", "sets the of the log files for "], @@ -91,7 +93,6 @@ protocol = [ ["set deljournalmatch ", "removes from the journal filter of "], ["set addfailregex ", "adds the regular expression which must match failures for "], ["set delfailregex ", "removes the regular expression at for failregex"], -["set ignorecommand ", "sets ignorecommand of "], ["set addignoreregex ", "adds the regular expression which should match pattern to exclude for "], ["set delignoreregex ", "removes the regular expression at for ignoreregex"], ["set findtime