- Fixed removal of host in hosts.deny. Thanks to René Berber

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@496 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x
Cyril Jaquier 2006-12-19 21:51:14 +00:00
parent 840b9fff0f
commit 2e197487a2
3 changed files with 4 additions and 11 deletions

View File

@ -12,6 +12,7 @@ ver. 0.7.6 (200?/??/??) - ???
- Added a "sleep 1" in redhat-initd. Thanks to Jim Wight - Added a "sleep 1" in redhat-initd. Thanks to Jim Wight
- Use /dev/log for SYSLOG output. Thanks to Joerg Sommrey - Use /dev/log for SYSLOG output. Thanks to Joerg Sommrey
- Use numeric output for iptables in "actioncheck" - Use numeric output for iptables in "actioncheck"
- Fixed removal of host in hosts.deny. Thanks to René Berber
ver. 0.7.5 (2006/12/07) - beta ver. 0.7.5 (2006/12/07) - beta
---------- ----------

3
README
View File

@ -72,7 +72,8 @@ Kévin Drapel, Marvin Rouge, Sireyessire, Robert Edeker,
Tom Pike, Iain Lea, Andrey G. Grozin, Yaroslav Halchenko, Tom Pike, Iain Lea, Andrey G. Grozin, Yaroslav Halchenko,
Jonathan Kamens, Stephen Gildea, Markus Hoffmann, Mark Jonathan Kamens, Stephen Gildea, Markus Hoffmann, Mark
Edgington, Patrick Börjesson, kojiro, zugeschmiert, Tyler, Edgington, Patrick Börjesson, kojiro, zugeschmiert, Tyler,
Nick Munger, Christoph Haas, Justin Shore, Joël Bertrand Nick Munger, Christoph Haas, Justin Shore, Joël Bertrand,
René Berber
License: License:
-------- --------

View File

@ -44,9 +44,7 @@ actionban = IP=<ip> &&
# <time> unix timestamp of the ban time # <time> unix timestamp of the ban time
# Values: CMD # Values: CMD
# #
actionunban = IP=<ip> && actionunban = IP=<ip> && sed -i.old /ALL:\ $IP/d <file>
grep -v "ALL: $IP" <file> > <tmpfile> &&
mv <tmpfile> <file>
[Init] [Init]
@ -55,10 +53,3 @@ actionunban = IP=<ip> &&
# Values: STR Default: /etc/hosts.deny # Values: STR Default: /etc/hosts.deny
# #
file = /etc/hosts.deny file = /etc/hosts.deny
# Option: file
# Notes.: hosts.deny temporary file path.
# Values: STR Default: /etc/hostsdeny.failban
#
tmpfile = /tmp/hosts.deny.tmp