fail2ban/fail2ban/client
sebres 08646bc339 Always supply jail name as name parameter (if not specified explicit in the action parameters action[name=...]).
Avoid usage of the same chains (etc.) if someone use `action` instead of `banaction` jail parameter.
2017-08-16 13:14:42 +02:00
..
__init__.py BF: globally make HEAVYDEBUG logging level when importing fail2ban 2013-07-17 21:12:48 +01:00
actionreader.py Always supply jail name as name parameter (if not specified explicit in the action parameters action[name=...]). 2017-08-16 13:14:42 +02:00
beautifier.py fixes a small blemish by output in beautifier; 2017-03-17 11:00:54 +01:00
configparserinc.py code review: removed unused (unneeded) code, coverage increase... 2017-08-09 15:36:36 +02:00
configreader.py Config reader's: introduced new syntax %(section/option)s, in opposite to extended interpolation of python 3 ${section:option} work with all supported python version in fail2ban and this syntax is like our another features like %(known/option)s, etc.; 2017-08-08 20:21:44 +02:00
configurator.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
csocket.py speedup server start/stop (waiting for communicate, etc); 2016-09-29 21:11:54 +02:00
fail2banclient.py no cover for sporadic executed (time-related) code pieces (just to prevent randomly increasing/decreasing of coverage) 2016-11-22 17:38:32 +01:00
fail2bancmdline.py review: documentation, small enhancement of fail2ban-client to test time abbreviation format: 2017-07-11 14:03:00 +02:00
fail2banreader.py switch down log level for some annoying messages to tracedebug or heavydebug (to 7 or even 5); 2016-09-22 22:44:46 +02:00
fail2banregex.py amend to gh-1792: introduced new fail2ban-regex option "--timezone" ("--TZ"), to set time-zone used by convert of time format. 2017-08-08 12:55:13 +02:00
fail2banserver.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
filterreader.py Precedence of prefregex higher as failregex should be in head of the convert-stream; 2017-02-21 15:54:25 +01:00
jailreader.py New logtimezone jail option 2017-05-23 17:39:37 +02: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