72 Commits (86a5de040ba9bcee897fe5c2b1aaa0a0a695eb7c)

Author SHA1 Message Date
Yaroslav Halchenko ab044b75ea BF: delay check for the existence of config directory until read() 12 years ago
Yaroslav Halchenko f643e2e907 non-static (get|set)BaseDir for Configurator. fixes #160 12 years ago
Yaroslav Halchenko 8fe4e11b67 ENH: allow to force enable all jails (for testing), do not crash for jails without actions (just warn) 12 years ago
Yaroslav Halchenko 2fb053643e ENH: minor -- add default value into the warning if option had none provided 12 years ago
Yaroslav Halchenko 7fc83196b9 RF: move exceptions used by both client and server into common/exceptions.py 12 years ago
Yaroslav Halchenko 2312b1d950 ENH: made log messages while parsing files more informative + test for inaccessible file (Closes: gh-24) 12 years ago
Steven Hiscocks ce3ab34dd8 Added ability to specify PID file 12 years ago
Yaroslav Halchenko 9ba27353b6 NF: allow customization configuration under corresponding .d directories (Closes gh-114) 12 years ago
Steven Hiscocks 9c2e0cbbc8 Fix up for warning/error for inaccessible config files 12 years ago
Steven Hiscocks bf5f46c3d5 Warn if config file present but unreadable 12 years ago
Yaroslav Halchenko acab23bdfe RF: move exceptions used by both client and server into common/exceptions.py 12 years ago
Lee Clemens d73a71f5cf ENH: Add usedns parameter for the jails 13 years ago
Leonardo Chiquitto a7d47e8b36 Update Free Software Foundation's address 13 years ago
Yaroslav Halchenko a9be451079 ENH: removed expansion for few Date and Revision SVN keywords 13 years ago
Yaroslav Halchenko ed6daa70bf ENH: modelines for emacs and vim to assure consistent indentation scheme (tabs) 13 years ago
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