| .. |
|
__init__.py
|
Merge branch 'master' into 0.9
|
2013-05-08 13:53:38 -04:00 |
|
action.py
|
executeCmd: added possibility to select success return codes
|
2016-11-21 16:35:33 +01:00 |
|
actions.py
|
normalized log output (all jail parameters in filter are indented with 2 spaces)
|
2016-11-22 13:57:20 +01:00 |
|
asyncserver.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 |
|
banmanager.py
|
amend to c2d2e79b0d: fixed sporadically bug in getBanListExtendedCymruInfo:
|
2016-10-05 15:43:39 +02:00 |
|
database.py
|
extended test-cases (coverage)
|
2016-09-26 10:50:02 +02:00 |
|
datedetector.py
|
fixes wrong date (invalid format or value) recognition if template available (+ test cases extended)
|
2016-09-05 16:11:45 +02:00 |
|
datetemplate.py
|
Merge pull request #1512 from 'remotes/gh-upstream/0.9' into 0.10
|
2016-08-15 20:08:42 +02:00 |
|
failmanager.py
|
separated host match group and tags for ip4, ip6, dns, fid (failure-id):
|
2016-05-31 21:55:26 +02:00 |
|
failregex.py
|
use common regex for IP addresses (removed code duplication)
|
2016-09-30 12:33:41 +02:00 |
|
filter.py
|
executeCmd: added possibility to select success return codes
|
2016-11-21 16:35:33 +01:00 |
|
filtergamin.py
|
repair typo bug in reloading for systemd-filter;
|
2016-09-22 19:00:54 +02:00 |
|
filterpoll.py
|
fixed sporadically (multi-threading) errors by reload/stop/start of polling filter inside getModified (so prevents to stop running main cycle)
|
2016-10-15 19:12:11 +02:00 |
|
filterpyinotify.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 |
|
filtersystemd.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 |
|
ipdns.py
|
use common regex for IP addresses (removed code duplication)
|
2016-09-30 12:33:41 +02:00 |
|
jail.py
|
repair typo bug in reloading for systemd-filter;
|
2016-09-22 19:00:54 +02:00 |
|
jails.py
|
temp commit: reload not ready...
|
2016-09-07 21:07:50 +02:00 |
|
jailthread.py
|
repair typo bug in reloading for systemd-filter;
|
2016-09-22 19:00:54 +02:00 |
|
mytime.py
|
optimized version of "str2seconds" with pre-compiled regexp;
|
2015-12-29 19:00:49 +01:00 |
|
server.py
|
if fail2ban running as systemd-service, for logging to the systemd-journal, the logtarget could be set to STDOUT
|
2016-11-24 12:13:47 +01:00 |
|
strptime.py
|
Fix PEP8 E302 expected 2 blank lines, found X
|
2015-07-04 13:47:40 -04:00 |
|
ticket.py
|
code review: switch MAX_TIME to 0X7FFFFFFFFFFF (is enough, because 4461763-th year, but better performance)
|
2016-09-23 09:32:10 +02:00 |
|
transmitter.py
|
really skips invalid jails (because of theirs wrong configuration) - server starts nevertheless, as long as one jail was successful configured;
|
2016-11-22 13:23:30 +01:00 |
|
utils.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 |