summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-0.8' into upstreamsdist/0.8.4+svn20110323Yaroslav Halchenko2011-03-2315-26/+127
|\
| * BF: proftpd filter -- if login failed -- count regardless of the reason for f...Yaroslav Halchenko2011-03-231-1/+1
| * BF: Allow for trailing spaces in proftpd logsYaroslav Halchenko2011-03-231-4/+4
| * BF: escaping () in pure-ftpd filter. Thanks TeodorYaroslav Halchenko2011-03-231-1/+1
| * BF: allow space in the trailing of failregex for sasl.conf: see http://bugs.d...Yaroslav Halchenko2011-03-231-1/+1
| * ENH: add <chain> to action.d/iptables*. Thanks Matthijs Kooijman: see http://...Yaroslav Halchenko2011-03-235-15/+41
| * NF: Adding found on a drive filter.d/dovecot.confYaroslav Halchenko2011-03-231-0/+23
| * ENH: make filter.d/apache-overflows.conf catch more: see http://bugs.debian.o...Yaroslav Halchenko2011-03-231-1/+1
| * ENH: dropbear filter: see http://bugs.debian.org/546913Yaroslav Halchenko2011-03-231-0/+52
| * BF: Use /var/run/fail2ban instead of /tmp for temp files in actions: see http...Yaroslav Halchenko2011-03-234-4/+4
* | Merge branch 'upstream-0.8' into upstreamYaroslav Halchenko2011-03-233-13/+26
|\ \ | |/
| * spellcheck jail.conf. Thanks Christoph Anton MittererYaroslav Halchenko2010-09-271-2/+2
| * default ignoreip to ignore entire loopback zone (/8): see http://bugs.debian....Yaroslav Halchenko2010-09-271-1/+1
| * Tai64N stores time in GMT, we need to convert to local time before returningYaroslav Halchenko2010-09-271-2/+3
| * debug entry for lines ignored due to falling below findtime (v2)Yaroslav Halchenko2010-09-211-0/+4
| * disabling entirely named-refused-udp jail with a big fat warningYaroslav Halchenko2010-06-291-8/+16
| * added time module. bug reported in buanzo's blog at http://blogs.buanzo.com.a...Arturo 'Buanzo' Busleiman2010-03-041-1/+1
* | Merge remote branch 'upstream-repo/FAIL2BAN-0_8' into upstreamYaroslav Halchenko2010-02-242-2/+5
|\ \ | |/
| * - Patch to make log file descriptors cloexec to stop leaking file descriptors onCyril Jaquier2009-12-151-1/+4
| * - Changed to SVN version.Cyril Jaquier2009-12-151-1/+1
* | Merge commit '0_8_4' into upstreamYaroslav Halchenko2009-09-100-0/+0
|\ \ | |/
| * - Release 0.8.4.0.8.4Cyril Jaquier2009-09-073-5/+6
| * - Oups... Forgot the ChangeLog...Cyril Jaquier2009-09-011-0/+2
| * - Check the inode number for rotation in addition to checking the first line ...Cyril Jaquier2009-09-011-3/+7
| * - Fixed typo. Thanks to Dudi Goldenberg.Cyril Jaquier2009-09-011-1/+1
| * added traceback to asyncserver.py's import.Arturo 'Buanzo' Busleiman2009-09-011-1/+1
| * Added item about logging subsystem shutdown being moved, to Changelog.Arturo 'Buanzo' Busleiman2009-08-311-0/+3
| * moved logging shutdown out of quit(), into end of start() in server.pyArturo 'Buanzo' Busleiman2009-08-311-5/+5
| * Disabled jail lighttpd-fastcgi by default.Arturo 'Buanzo' Busleiman2009-08-311-1/+1
| * - Added entry for "Ban IP" command.Cyril Jaquier2009-08-301-0/+1
| * added "Ban IP" command to fail2ban branch 0.8Arturo 'Buanzo' Busleiman2009-08-304-0/+18
| * - Added two new filters: lighttpd-fastcgi and php-url-fopen.Cyril Jaquier2009-08-301-0/+1
| * - Moved last entries in the config/ part.Cyril Jaquier2009-08-301-2/+2
| * added two new filter files (PHP url_fopen, lighttpd fastcgi alerts), updated ...Arturo 'Buanzo' Busleiman2009-08-304-0/+71
| * - Added svn:keywords property.Cyril Jaquier2009-08-301-3/+3
| * - Added helper module in common.Cyril Jaquier2009-08-303-14/+41
| * added 'unexpected communication error' fix to ChangeLog. Added formatExceptio...Arturo 'Buanzo' Busleiman2009-08-302-1/+18
| * added missing import sys to asyncserver.pyArturo 'Buanzo' Busleiman2009-08-301-1/+1
| * more readable code for python version comparisonArturo 'Buanzo' Busleiman2009-08-301-2/+2
| * added python version detection to asyncore.loop(use_poll=True|False)Arturo 'Buanzo' Busleiman2009-08-301-1/+6
| * Fix for python 2.6 / 3.0 incompatibilityArturo 'Buanzo' Busleiman2009-08-301-1/+2
* | Imported Upstream version 0.8.4sdist/0.8.4Yaroslav Halchenko2009-09-1043-80/+235
* | Merge commit 'upstream-repo/FAIL2BAN-0_8' into upstreamYaroslav Halchenko2009-07-0935-325/+534
|\ \ | |/
| * - Use 80 columns.Cyril Jaquier2009-02-093-312/+237
| * - Fixed maxretry/findtime rate. Many thanks to Christos Psonis. Tracker #2019...Cyril Jaquier2009-02-094-4/+28
| * - Made the named-refused regex a bit less restrictive in order to match logs ...Cyril Jaquier2009-02-092-1/+3
| * - Use timetuple instead of utctimetuple for ISO 8601. Maybe not a 100% correc...Cyril Jaquier2009-02-082-1/+3
| * - Changed <HOST> template to be more restrictive. Debian bug #514163.Cyril Jaquier2009-02-0821-23/+25
| * - Added cyrus-imap and sieve filters. Thanks to Jan Wagner. Debian bug #513953.Cyril Jaquier2009-02-034-0/+52
| * - Pull a commit from Yaroslav git repo. BF: addressing added bang to ssh log ...Cyril Jaquier2009-02-031-1/+1