Commit Graph

281 Commits (7989e662702c2c6897cf078e2a7e7346e6729872)
 

Author SHA1 Message Date
Cyril Jaquier 7989e66270 - Added "-s" option to specify the socket path
18 years ago
Cyril Jaquier 85293c63e4 - Fixed format string
18 years ago
Cyril Jaquier 033160eb96 - Added jail name to ban/unban log
18 years ago
Cyril Jaquier d231a8ca6f - Added proftpd.conf and sasl.conf
18 years ago
Yaroslav Halchenko e39ef65e3a added sections for sasl and proftpd authentications
18 years ago
Cyril Jaquier 21b56bea33 - Removed dummy.conf from install procedure
18 years ago
Cyril Jaquier f479b71550 - Removed dummy.conf from build
18 years ago
Cyril Jaquier 29a2b630e0 - Updated
18 years ago
Cyril Jaquier b3ba5a81ce - Removed unused code
18 years ago
Cyril Jaquier 040e47be5a - Added version and usage output
18 years ago
Cyril Jaquier 4c315f3687 - Moved ban/unban messages from "info" to "warn" level
18 years ago
Cyril Jaquier 0f7502429a - Added man page for fail2ban-regex
18 years ago
Cyril Jaquier 2bcc036cf2 - Improved configuration files
18 years ago
Cyril Jaquier c5e8bcc7e6 - Allow multiple log paths
18 years ago
Cyril Jaquier 366584856d - Updated for 0.7.3
18 years ago
Cyril Jaquier 897256f9f4 - Fixed a refactoring bug. Thanks pydev :(
18 years ago
Cyril Jaquier 7b7d246a19 - Added DNS support for "ignoreip"
18 years ago
Cyril Jaquier 5ea31760f5 - Updated
18 years ago
Cyril Jaquier bf3cd1d56d - (Re)added permanent banning (banTime < 0)
18 years ago
Cyril Jaquier 26e5690a4b - Beautified "ping" response
18 years ago
Cyril Jaquier 0616135350 - Removed unneeded import
18 years ago
Cyril Jaquier b701e033c1 - Updated
18 years ago
Cyril Jaquier 91b1053c01 - Fixed wrong arg
18 years ago
Cyril Jaquier 4502c0f6ba - Organized imports (pylint)
18 years ago
Cyril Jaquier 66526b550f - Updated
18 years ago
Cyril Jaquier d30cfd2095 - subprocess.call deadlocks when execute action with multi-jails
18 years ago
Cyril Jaquier b5abd7f2f2 - Use cPickle instead of pickle. cPickle can be up to 1000 times faster
18 years ago
Cyril Jaquier bb6c14bfea - Use subprocess.call instead of os.system
18 years ago
Cyril Jaquier 2c737f77f1 - Oups... Forgot 2 debug output. Removed
18 years ago
Cyril Jaquier 6ab1d13234 - Fixed log rotation bug
18 years ago
Cyril Jaquier d61690fd9e - Added encoding tag (utf8)
18 years ago
Cyril Jaquier 3ca397922d - Catch IOError when file can not be read
18 years ago
Cyril Jaquier f12d0fab61 - Updated
18 years ago
Cyril Jaquier f3df224ec4 - First attempt at solving bug #1457620
18 years ago
Cyril Jaquier 9f5f6812f5 - Added a getTemplates() method because self.__templates can not be accessed directly anymore
18 years ago
Cyril Jaquier 97a1e5b79f - Removed unneeded import
18 years ago
Cyril Jaquier 4b80546f10 - Fixed bugs introduced by refactoring
18 years ago
Cyril Jaquier 126807dea8 - Made private fields prefixed with "__"
18 years ago
Cyril Jaquier dac67d6ea6 - Removed "mail-report.conf" from setup.py
18 years ago
Cyril Jaquier acb2fc2c2b - Fixes in locking
18 years ago
Cyril Jaquier 0d68fc9ef1 - Added "ignoreip" and a few other options in [DEFAULT]
18 years ago
Cyril Jaquier c7451fa250 - Updated test cases
18 years ago
Cyril Jaquier 2bcf1bb359 - Fixed some bugs
18 years ago
Cyril Jaquier f3a90b9021 - Updated
18 years ago
Cyril Jaquier c80164b329 - Added more locking
18 years ago
Cyril Jaquier 94d167e620 - Improved beautifier
18 years ago
Cyril Jaquier a618313206 - Added "ignoreip" feature
18 years ago
Cyril Jaquier bd2b94cc84 - Added smmmaaallll comment
18 years ago
Cyril Jaquier 88b68c0ad2 - Replaced jails = dict() with a Jails class for better concurrency control
18 years ago
Cyril Jaquier 6333298fd7 - Replaced ... or ... or ... with ... in ...
18 years ago