mirror of https://github.com/fail2ban/fail2ban
- Added gssftpd filter. Thanks to Kevin Zembower.
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@683 a942ae1a-1317-0410-a47c-b1dcaea8d605 Conflicts: MANIFESTdebian-releases/squeeze
parent
678e7f6d76
commit
e52fa4d14d
|
@ -13,6 +13,7 @@ From ver. 0.8.3 (2008/??/??) - stable
|
||||||
Christian Jobic who submitted a similar patch.
|
Christian Jobic who submitted a similar patch.
|
||||||
- Fixed "fail2ban-client get <jail> logpath". Bug #1916986.
|
- Fixed "fail2ban-client get <jail> logpath". Bug #1916986.
|
||||||
- Changed some log levels.
|
- Changed some log levels.
|
||||||
|
- Added gssftpd filter. Thanks to Kevin Zembower.
|
||||||
|
|
||||||
ver. 0.8.2 (2008/03/06) - stable
|
ver. 0.8.2 (2008/03/06) - stable
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Fail2Ban configuration file for wuftpd
|
||||||
|
#
|
||||||
|
# Author: Kevin Zembower (copied from wsftpd.conf)
|
||||||
|
#
|
||||||
|
# $Revision: 1 $
|
||||||
|
#
|
||||||
|
|
||||||
|
[Definition]
|
||||||
|
|
||||||
|
# Option: failregex
|
||||||
|
# Notes.: regex to match the password failures messages in the logfile.
|
||||||
|
# Values: TEXT
|
||||||
|
#
|
||||||
|
failregex = ftpd(?:\[\d+\])?:\s+repeated login failures from <HOST> \(\S+\)$
|
Loading…
Reference in New Issue