Browse Source

- 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:

	MANIFEST
debian-releases/squeeze
Yaroslav Halchenko 17 years ago
parent
commit
e52fa4d14d
  1. 1
      ChangeLog
  2. 14
      config/filter.d/gssftpd.conf

1
ChangeLog

@ -13,6 +13,7 @@ From ver. 0.8.3 (2008/??/??) - stable
Christian Jobic who submitted a similar patch.
- Fixed "fail2ban-client get <jail> logpath". Bug #1916986.
- Changed some log levels.
- Added gssftpd filter. Thanks to Kevin Zembower.
ver. 0.8.2 (2008/03/06) - stable
----------

14
config/filter.d/gssftpd.conf

@ -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…
Cancel
Save