Commit Graph

605 Commits (b14257f27fcef78a399ed0ef1611813c725337ed)
 

Author SHA1 Message Date
Yaroslav Halchenko b14257f27f BF: Thanks to insights from Rogerio -- handle both aInfo and cInfo and replicate cmds if no key provided
14 years ago
Yaroslav Halchenko 28b44d2655 NF: Mockup for handling complex additional Init parameters in actions
14 years ago
Yaroslav Halchenko 6d25310e28 ENH: Adding author for dovecot filter and prunning unneeded space in the regexp
14 years ago
Yaroslav Halchenko eab9af9caa BF: proftpd filter -- if login failed -- count regardless of the reason for failure
14 years ago
Yaroslav Halchenko d4b89d8404 BF: Allow for trailing spaces in proftpd logs
14 years ago
Yaroslav Halchenko 1cb48bbc96 BF: escaping () in pure-ftpd filter. Thanks Teodor
14 years ago
Yaroslav Halchenko 02e7dfb099 BF: allow space in the trailing of failregex for sasl.conf: see http://bugs.debian.org/573314
14 years ago
Yaroslav Halchenko 3831fbf98b ENH: add <chain> to action.d/iptables*. Thanks Matthijs Kooijman: see http://bugs.debian.org/515599
14 years ago
Yaroslav Halchenko 6558c03f8e NF: Adding found on a drive filter.d/dovecot.conf
14 years ago
Yaroslav Halchenko 10faba5163 ENH: make filter.d/apache-overflows.conf catch more: see http://bugs.debian.org/574182
14 years ago
Yaroslav Halchenko 0073ba3838 ENH: dropbear filter: see http://bugs.debian.org/546913
14 years ago
Yaroslav Halchenko 638bb66523 BF: Use /var/run/fail2ban instead of /tmp for temp files in actions: see http://bugs.debian.org/544232
14 years ago
Yaroslav Halchenko 7b54c7b33b spellcheck jail.conf. Thanks Christoph Anton Mitterer
14 years ago
Yaroslav Halchenko 521631cfcc default ignoreip to ignore entire loopback zone (/8): see http://bugs.debian.org/598200
14 years ago
Yaroslav Halchenko 12304f7a3e Tai64N stores time in GMT, we need to convert to local time before returning
14 years ago
Yaroslav Halchenko 2a38820ed6 debug entry for lines ignored due to falling below findtime (v2)
14 years ago
Yaroslav Halchenko dabe3aeae1 disabling entirely named-refused-udp jail with a big fat warning
15 years ago
Arturo 'Buanzo' Busleiman 7aad6685af added time module. bug reported in buanzo's blog at http://blogs.buanzo.com.ar/2009/04/fail2ban-patch-ban-ip-address-manually.html
15 years ago
Cyril Jaquier 8007a02539 - Patch to make log file descriptors cloexec to stop leaking file descriptors on
15 years ago
Cyril Jaquier 46313ca7e5 - Changed to SVN version.
15 years ago
Cyril Jaquier 0bc43bde31 - Release 0.8.4.
15 years ago
Cyril Jaquier 6c2ce35f8c - Oups... Forgot the ChangeLog...
15 years ago
Cyril Jaquier a3d6ae19f6 - Check the inode number for rotation in addition to checking the first line of the file. Thanks to Jonathan Kamens.
15 years ago
Cyril Jaquier c480304c8e - Fixed typo. Thanks to Dudi Goldenberg.
15 years ago
Arturo 'Buanzo' Busleiman 3e3a68f9de added traceback to asyncserver.py's import.
15 years ago
Arturo 'Buanzo' Busleiman 6d1fa0cf1d Added item about logging subsystem shutdown being moved, to Changelog.
15 years ago
Arturo 'Buanzo' Busleiman 5945ca09ae moved logging shutdown out of quit(), into end of start() in server.py
15 years ago
Arturo 'Buanzo' Busleiman b91595dd11 Disabled jail lighttpd-fastcgi by default.
15 years ago
Cyril Jaquier 833c5413af - Added entry for "Ban IP" command.
15 years ago
Arturo 'Buanzo' Busleiman a1a106a27e added "Ban IP" command to fail2ban branch 0.8
15 years ago
Cyril Jaquier a354050913 - Added two new filters: lighttpd-fastcgi and php-url-fopen.
15 years ago
Cyril Jaquier f0f96a6cfd - Moved last entries in the config/ part.
15 years ago
Arturo 'Buanzo' Busleiman dde7afe1f3 added two new filter files (PHP url_fopen, lighttpd fastcgi alerts), updated MANIFEST and jail.conf accordingly
15 years ago
Cyril Jaquier 9c05632dd8 - Added svn:keywords property.
15 years ago
Cyril Jaquier b88956e898 - Added helper module in common.
15 years ago
Arturo 'Buanzo' Busleiman 81e2fe8306 added 'unexpected communication error' fix to ChangeLog. Added formatExceptionInfo to server/asyncserver.py
15 years ago
Arturo 'Buanzo' Busleiman b2f0bfe751 added missing import sys to asyncserver.py
15 years ago
Arturo 'Buanzo' Busleiman 08a36ca657 more readable code for python version comparison
15 years ago
Arturo 'Buanzo' Busleiman fd898c9eac added python version detection to asyncore.loop(use_poll=True|False)
15 years ago
Arturo 'Buanzo' Busleiman e09fad559a Fix for python 2.6 / 3.0 incompatibility
15 years ago
Cyril Jaquier 53886e91b3 - Use 80 columns.
16 years ago
Cyril Jaquier 0cf733e878 - Fixed maxretry/findtime rate. Many thanks to Christos Psonis. Tracker #2019714.
16 years ago
Cyril Jaquier 55fd21ec4b - Made the named-refused regex a bit less restrictive in order to match logs with "view". Thanks to Stephen Gildea.
16 years ago
Cyril Jaquier 3155bc8f03 - Use timetuple instead of utctimetuple for ISO 8601. Maybe not a 100% correct fix but seems to work. Tracker #2500276.
16 years ago
Cyril Jaquier abd061bad8 - Changed <HOST> template to be more restrictive. Debian bug #514163.
16 years ago
Cyril Jaquier 7fd0300a73 - Added cyrus-imap and sieve filters. Thanks to Jan Wagner. Debian bug #513953.
16 years ago
Cyril Jaquier 376f348823 - Pull a commit from Yaroslav git repo. BF: addressing added bang to ssh log (closes: #512193).
16 years ago
Cyril Jaquier e86e7d002e - Added missing semi-colon in the bind9 example. Thanks to Yaroslav Halchenko.
16 years ago
Cyril Jaquier e16c18d091 - Added NetBSD ipfilter (ipf command) action. Thanks to Ed Ravin. Tracker #2484115.
16 years ago
Cyril Jaquier e46e8ed32e - Improved SASL filter. Thanks to Loic Pefferkorn. Tracker #2310410.
16 years ago