fail2ban/fail2ban/client
sebres c6e93db278 filter reader stream: don't need to generate None values from filter config 2022-02-11 21:12:59 +01:00
..
__init__.py BF: globally make HEAVYDEBUG logging level when importing fail2ban 2013-07-17 21:12:48 +01:00
actionreader.py Merge branch '0.10' into 0.11 2020-08-25 18:28:18 +02:00
beautifier.py ip-list is sorted now (by end of ban) per default; 2019-01-06 22:31:23 +01:00
configparserinc.py avoids overwrite of `known/option` with unmodified (not available) value of `option` from .local config file, 2020-08-26 12:08:04 +02:00
configreader.py changelog 2020-08-25 18:25:32 +02:00
configurator.py introduces new command-line options `--dp`, `--dump-pretty` to dump the configuration using more human readable representation; 2017-09-07 19:31:38 +02:00
csocket.py resolves a bottleneck within transmitting of large data between server and client: speedup search of communications end-marker and increase max buffer size (up to 32KB) 2020-09-10 11:52:25 +02:00
fail2banclient.py docs: fix simple typo, litle -> little 2020-12-23 12:59:03 +01:00
fail2bancmdline.py fixed typo, `--` is not expected in options declaration, so `--dump-pretty` did never work (only `--dp` is working) 2021-03-03 13:02:00 +01:00
fail2banreader.py fail2ban.conf: added new fail2ban configuration option "allowipv6" (default auto), can be used to allow or disallow IPv6 interface in fail2ban immediately by start (e. g. if fail2ban starts before network interfaces). 2021-01-27 17:06:14 +01:00
fail2banregex.py fail2ban-regex: accepts filter parameters with new-line 2022-02-11 21:11:29 +01:00
fail2banserver.py RF: exit codes are positive, so exit(255) instead of exit(-1) 2018-07-24 13:24:24 -04:00
filterreader.py filter reader stream: don't need to generate None values from filter config 2022-02-11 21:12:59 +01:00
jailreader.py implements new interpolation variable `%(fail2ban_confpath)s` (automatically substituted from config-reader path, default `/etc/fail2ban` or `/usr/local/etc/fail2ban` depending on distribution); `ignorecommands_dir` is unneeded anymore, thus removed from `paths-common.conf`; 2022-02-09 17:10:19 +01:00
jailsreader.py introduced new option `-t` or `--test` to test configuration resp. start server only if configuration is clean (not skip wrong configured jails if option `-t` specified); 2016-11-22 17:08:44 +01:00