158 Commits (08fced9646c7edfa61c21280152f7c6bd76df5b6)

Author SHA1 Message Date
Cyril Jaquier c07a7a6e7a - Refactoring. Reduced number of files. 17 years ago
Cyril Jaquier 8dae8e4d0e - Shutdown logging at shutdown. 17 years ago
Cyril Jaquier 5bd32566c3 - Moved socket to /var/run/fail2ban. 17 years ago
Cyril Jaquier 5176ce820e - Fixed "ignore IPs". Only the first value was taken into account. Thanks to Adrien Clerc 17 years ago
Cyril Jaquier c7b099f785 - Removed date from logging message when using SYSLOG. Thanks to Iain Lea 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 9eda9e93c7 - Fixed timezone bug with epoch date template. Thanks to Michael Hanselmann 17 years ago
Cyril Jaquier 040822f19f - Added "named" date format to date detector. Thanks to Yaroslav Halchenko 18 years ago
Cyril Jaquier 7c33b443ac - Removed textToDns() which is not required anymore. Thanks to Yaroslav Halchenko 18 years ago
Cyril Jaquier ada2d7234e - Added "ignoreregex" support to fail2ban-regex 18 years ago
Cyril Jaquier 6d129491f7 - Expand <HOST> in ignoreregex. Thanks to Yaroslav Halchenko 18 years ago
Cyril Jaquier 6145a88fe8 - Added date format for asctime without year 18 years ago
Cyril Jaquier 090518ddaf - Fixed "reload" bug. Many many thanks to Yaroslav Halchenko 18 years ago
Cyril Jaquier fddce1cbdc - Clean up resources. Does not seem to free resources correctly. Gamin bug??? 18 years ago
Cyril Jaquier c768980784 - Close opened handlers. Thanks to Yaroslav Halchenko 18 years ago
Cyril Jaquier bde70ebc00 - Added more comments 18 years ago
Cyril Jaquier 9cb7831758 - Catched socket.error raised by socket.accept on some platform 18 years ago
Cyril Jaquier 6426cf75aa - Moved every locking statements in a try..finally block 18 years ago
Cyril Jaquier 35a26237eb - Fixed asctime pattern in datedetector.py 18 years ago
Cyril Jaquier 04e2b6730c - Removed IP list in status for failmanager 18 years ago
Cyril Jaquier 126d57ef6c - Returns IP address instead of Ticket 18 years ago
Cyril Jaquier 6d6acb075a - Added IP list in "status <JAIL>". Thanks to Eric Gerbier 18 years ago
Cyril Jaquier 5370b6740d - Removed unneeded local variable 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 071474089b - Improved regular expression checking 18 years ago
Cyril Jaquier 812a47cc4a - Added new date pattern (Exim4). Thanks to mEDI 18 years ago
Cyril Jaquier 5dd2c5162e - Reset logging handlers only if new handler succeeds 18 years ago
Cyril Jaquier 8ca367d609 - Use /dev/log for SYSLOG output. Thanks to Joerg Sommrey 18 years ago
Cyril Jaquier f5d4cb6be2 - Added alias "<HOST>" for failregex 18 years ago
Cyril Jaquier 911b2b15fc - Merged "maxtime" with "findtime" 18 years ago
Cyril Jaquier b3143c723d - Fixed a bug in user defined regex/pattern date template 18 years ago
Cyril Jaquier 90359ba523 - Added option "ignoreregex" in filter scripts and jail.conf. Feature Request #1283304 18 years ago
Cyril Jaquier d6e49f8480 - Fixed rebanned bug 18 years ago
Cyril Jaquier f8989581b4 - Replaced loop with list comprehension 18 years ago
Cyril Jaquier 32b33c8ae4 - Fixed refactoring bug 18 years ago
Cyril Jaquier cdf5ae19db - Improved synchronization 18 years ago
Cyril Jaquier 7659452ade - Refactoring 18 years ago
Cyril Jaquier d065d97888 - Use pickle instead of cPickle. Python 2.5 gives an exception with cPickle 18 years ago
Cyril Jaquier 5baa08c86f - Improved checking and logging output in findFailure 18 years ago
Cyril Jaquier a49cc6bb08 - Added new date format (Apache). Thanks to Yaroslav Halchenko 18 years ago
Cyril Jaquier 150a6abd0d - Stop reading log file when jail is no more active 18 years ago
Cyril Jaquier ae0ed204ee - Added signal handling. There is a bug with join() and signal handling in Python. 18 years ago
Cyril Jaquier 4536ddbcc1 - Fixed indentation with space instead of tabs 18 years ago
Cyril Jaquier 71b9fe8fe8 - Fixed some Pylint warnings/errors 18 years ago
Cyril Jaquier 4fd934aa83 - subprocess still hangs :'( 18 years ago
Cyril Jaquier a522d9b6d7 - Re-activated subprocess module 18 years ago
Cyril Jaquier 23127d951c - Added 'u' in front of the UTF-8 strings 18 years ago
Cyril Jaquier 2f37284863 - Removed useless code 18 years ago