fail2ban/fail2ban/client
Yaroslav Halchenko 8ef0d3c7a9 [DATALAD RUNCMD] run codespell throughout fixing typo automagically
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2023-11-18 10:04:04 -05:00
..
__init__.py BF: globally make HEAVYDEBUG logging level when importing fail2ban 2013-07-17 21:12:48 +01:00
actionreader.py 2to3 2023-06-16 15:23:41 +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 remove support of python 2.x 2023-06-16 16:29:08 +02:00
configreader.py [DATALAD RUNCMD] run codespell throughout fixing typo automagically 2023-11-18 10:04:04 -05: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 2to3 2023-06-16 15:23:41 +02:00
fail2banclient.py 2to3 2023-06-16 15:23:41 +02: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 [DATALAD RUNCMD] run codespell throughout fixing typo automagically 2023-11-18 10:04:04 -05:00
fail2banserver.py [DATALAD RUNCMD] run codespell throughout fixing typo automagically 2023-11-18 10:04:04 -05:00
filterreader.py 2to3 2023-06-16 15:23:41 +02:00
jailreader.py [DATALAD RUNCMD] run codespell throughout fixing typo automagically 2023-11-18 10:04:04 -05: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