You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fail2ban/server
Yaroslav Halchenko 37a2e59d69
BF: guarantee that IP is stored as a base, non-unicode str (Closes gh-91)
12 years ago
..
__init__.py Update Free Software Foundation's address 13 years ago
action.py ENH: To help with gh-87 added hints into the log on some failure return codes (e.g. 0x7f00 for this one) 12 years ago
actions.py BF: guarantee that IP is stored as a base, non-unicode str (Closes gh-91) 12 years ago
asyncserver.py Update Free Software Foundation's address 13 years ago
banmanager.py ENH: refactored previous commit to make it more Pythonic (With prev commit closes gh-86, gh-81) 12 years ago
datedetector.py BF+ENH: added %m-%d-%Y pattern + do not add %Y for Feb 29 fix if already present in the pattern 13 years ago
datetemplate.py BF+ENH: added %m-%d-%Y pattern + do not add %Y for Feb 29 fix if already present in the pattern 13 years ago
faildata.py Update Free Software Foundation's address 13 years ago
failmanager.py Update Free Software Foundation's address 13 years ago
failregex.py Update Free Software Foundation's address 13 years ago
filter.py Added in while loop to process the Fail Manager after the requested banned IP was added to its queue. This solves the issue of needing to touch the log file that is being monitored to get the IP to be banned accordingly. Added in import of FailManagerEmpty exception class. 12 years ago
filtergamin.py ENH+BF: filtergamin -- to be more inline with current design of filterinotify 13 years ago
filterpoll.py BF+RF: pyinotify refreshes watcher upon CREATE, unified/simplified *(add|del)LogPath among *Filters 13 years ago
filterpyinotify.py BF: do not enable pyinotify backend if pyinotify is too old (Closes gh-80) 12 years ago
iso8601.py ENH: modelines for emacs and vim to assure consistent indentation scheme (tabs) 13 years ago
jail.py BF: (python 2.[45]) store backends names in a list to use .index later on (Closes gh-83) 12 years ago
jails.py Update Free Software Foundation's address 13 years ago
jailthread.py Update Free Software Foundation's address 13 years ago
mytime.py Update Free Software Foundation's address 13 years ago
server.py Added in command option to unban and IP, just like using 'banip'. Command looks like: fail2ban-client set <jail name> unbanip <ip> 12 years ago
ticket.py BF: guarantee that IP is stored as a base, non-unicode str (Closes gh-91) 12 years ago
transmitter.py Added in command option to unban and IP, just like using 'banip'. Command looks like: fail2ban-client set <jail name> unbanip <ip> 12 years ago