Commit Graph

59 Commits (08fced9646c7edfa61c21280152f7c6bd76df5b6)

Author SHA1 Message Date
Yaroslav Halchenko a35e586ac0 BF: use addfailregex instead of failregex while processing per-jail "failregex" parameter (Closes: #635830) (LP: #635036)
14 years ago
Yaroslav Halchenko afee14e778 BF: use os.path.join to generate full path - fixes includes in configs given local filename
14 years ago
Yaroslav Halchenko b9b9e42223 very minor -- uniform indentation in example
14 years ago
Cyril Jaquier 8db3e1f74a - Removed "timeregex" and "timepattern" stuff that is not needed anymore.
17 years ago
Cyril Jaquier 7f37df4a59 - Better (correct) fix for ignoreregex in jail.[conf|local].
17 years ago
Cyril Jaquier 4bc6a93ce2 - Fixed ignoreregex processing in fail2ban-client. Thanks to René Berber.
17 years ago
Cyril Jaquier 331ae7155a - Catch Exception instead of AttributeError.
17 years ago
Cyril Jaquier 174ce7027a - Fixed fail2ban-regex. It support "includes" in configuration files.
17 years ago
Cyril Jaquier 6779814d91 - "reload <jail>" reloads a single jail and the parameters in fail2ban.conf.
17 years ago
Cyril Jaquier 695b6b1fe5 - New log rotation detection algorithm.
17 years ago
Cyril Jaquier ce6b8c959e - Removed Python 2.4. Minimum required version is now Python 2.3.
17 years ago
Cyril Jaquier e66d9eee41 - Moved socket to /var/run/fail2ban.
17 years ago
Cyril Jaquier 66063d2731 - Added "full line failregex" patch. Thanks to Yaroslav Halchenko. It will be possible to create stronger failregex against log injection
17 years ago
Cyril Jaquier 3d5b32c199 - Display the IP list correctly
18 years ago
Cyril Jaquier 04e2b6730c - Removed IP list in status for failmanager
18 years ago
Cyril Jaquier 6d6acb075a - Added IP list in "status <JAIL>". Thanks to Eric Gerbier
18 years ago
Cyril Jaquier 2725dd6f22 - fail2ban-client returns an error code if configuration is not valid
18 years ago
Cyril Jaquier 7719c00d37 - Allow comma in action options. The value of the option must be escaped with " or '. Thanks to Yaroslav Halchenko
18 years ago
Cyril Jaquier b8f0ce7155 - Do not accept empty regular expression
18 years ago
Cyril Jaquier cd012dda85 - Added svn:keywords
18 years ago
Cyril Jaquier 0f31cc0feb - Added support for several "failregex" and "ignoreregex". This should simplify the configuration files.
18 years ago
Cyril Jaquier 911b2b15fc - Merged "maxtime" with "findtime"
18 years ago
Cyril Jaquier 2995a99596 - Replaced "map" with list comprehension
18 years ago
Cyril Jaquier 90359ba523 - Added option "ignoreregex" in filter scripts and jail.conf. Feature Request #1283304
18 years ago
Cyril Jaquier d065d97888 - Use pickle instead of cPickle. Python 2.5 gives an exception with cPickle
18 years ago
Cyril Jaquier 1f5556981a - Fixed exception if wrong use of ','. Thanks to Yaroslav Halchenko
18 years ago
Cyril Jaquier 71b9fe8fe8 - Fixed some Pylint warnings/errors
18 years ago
Cyril Jaquier dad43027d3 - Fixed multiple IP in "ignoreip". Thanks to Nick Munger
18 years ago
Cyril Jaquier 7cae060ec5 - If section does not exist, use default value
18 years ago
Cyril Jaquier 0fab1bbf01 - Added "backend" option
18 years ago
Cyril Jaquier c8fdabf001 - Added "socket" option in "fail2ban.conf"
18 years ago
Cyril Jaquier 7989e66270 - Added "-s" option to specify the socket path
18 years ago
Cyril Jaquier c5e8bcc7e6 - Allow multiple log paths
18 years ago
Cyril Jaquier 897256f9f4 - Fixed a refactoring bug. Thanks pydev :(
18 years ago
Cyril Jaquier 26e5690a4b - Beautified "ping" response
18 years ago
Cyril Jaquier 91b1053c01 - Fixed wrong arg
18 years ago
Cyril Jaquier 4502c0f6ba - Organized imports (pylint)
18 years ago
Cyril Jaquier b5abd7f2f2 - Use cPickle instead of pickle. cPickle can be up to 1000 times faster
18 years ago
Cyril Jaquier 126807dea8 - Made private fields prefixed with "__"
18 years ago
Cyril Jaquier 94d167e620 - Improved beautifier
18 years ago
Cyril Jaquier a618313206 - Added "ignoreip" feature
18 years ago
Cyril Jaquier 6333298fd7 - Replaced ... or ... or ... with ... in ...
18 years ago
Cyril Jaquier e146d07394 - Added wildcards support for "logpath"
18 years ago
Cyril Jaquier 46dee1bd9a - Improved checking when parsing the configuration
18 years ago
Cyril Jaquier 21b6e76cde - Added date detector
18 years ago
Cyril Jaquier f1f12518c8 - Moved "logpath" and "maxtime" to "jail.conf"
18 years ago
Cyril Jaquier 761d50610e - Added "stop" beautifier
18 years ago
Cyril Jaquier 9f2d901040 - Added a beautifier
19 years ago
Cyril Jaquier ce5ea1fa23 - Moved hardcoded socket path to a class variable
19 years ago
Cyril Jaquier acf3b52e18 - Catched exception if no "Definition" section found
19 years ago