fail2ban/fail2ban/client
2020-05-25 18:58:05 +02: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-05-25 18:58:05 +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 SafeConfigParserWithIncludes: fixed read of included config-files (expands with localized version, so inc.local overwrites options of inc.conf for config-files included with before/after); 2018-12-11 14:48:48 +01:00
configreader.py closes #2596: fixed supplying of backend-related logtype to the jail filter - don't merge it (provide as init parameter if not set in definition section), init parameters don't affect config-cache (better implementation as in #2387 and it covered now with new test) 2020-01-15 21:49:51 +01: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 rewritten preventive measure to convert "unexpected" type before pickled in CS-protocols: don't convert all basic types now (also bool, int etc). 2018-04-26 16:24:35 +02:00
fail2banclient.py optimizes processing of server-configuration stream by start and reload (no interim outputs produced, several calls of get-functions avoided also). 2019-02-21 15:54:56 +01:00
fail2bancmdline.py review of command line: more long-named options can be supplied via command line 2020-02-07 13:52:45 +01:00
fail2banreader.py introduced new options: dbmaxmatches (fail2ban.conf) and maxmatches (jail.conf); 2019-04-18 20:31:39 +02:00
fail2banregex.py code normalization and optimization (strip of trailing new-line, date parsing, ignoreregex mechanism, etc) 2020-02-13 21:52:54 +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 closes #2596: fixed supplying of backend-related logtype to the jail filter - don't merge it (provide as init parameter if not set in definition section), init parameters don't affect config-cache (better implementation as in #2387 and it covered now with new test) 2020-01-15 21:49:51 +01:00
jailreader.py Merge branch '0.10' into 0.11 2020-01-15 21:54:37 +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