From c0a00101f3901644641a4b4e1f694743881ee30e Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Wed, 5 Mar 2008 23:19:45 +0000 Subject: [PATCH] - Updated for 0.8.2 git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@673 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- ChangeLog | 4 ++-- README | 6 +++--- common/version.py | 2 +- man/fail2ban-client.1 | 30 +++++++++++------------------- man/fail2ban-regex.1 | 10 +++++----- man/fail2ban-server.1 | 10 +++++----- 6 files changed, 27 insertions(+), 35 deletions(-) diff --git a/ChangeLog b/ChangeLog index 828c3283..2702b195 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,10 +4,10 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.8.2) 2008/??/?? +Fail2Ban (version 0.8.2) 2008/03/06 ============================================================= -ver. 0.8.2 (2008/??/??) - stable +ver. 0.8.2 (2008/03/06) - stable ---------- - Fixed named filter. Thanks to Yaroslav Halchenko - Fixed wrong path for apache-auth in jail.conf. Thanks to diff --git a/README b/README index 6303cf20..d9e1e3f0 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.8.2) 2007/??/?? +Fail2Ban (version 0.8.2) 2008/03/06 ============================================================= Fail2Ban scans log files like /var/log/pwdfail and bans IP @@ -62,7 +62,7 @@ appreciate this program, you can contact me at: Website: http://www.fail2ban.org -Cyril Jaquier: +Cyril Jaquier: Thanks: ------- @@ -76,7 +76,7 @@ René Berber, mEDI, Axel Thimm, Eric Gerbier, Christian Rauch, Michael C. Haller, Jonathan Underwood, Hanno 'Rince' Wagner, Daniel B. Cid, David Nutter, Raphaël Marichez, Guillaume Delvit, Vaclav Misek, Adrien Clerc, Michael Hanselmann, -Vincent Deffontaines, Bill Heaton +Vincent Deffontaines, Bill Heaton and many others. License: -------- diff --git a/common/version.py b/common/version.py index d1c6c6ba..55ced039 100644 --- a/common/version.py +++ b/common/version.py @@ -24,4 +24,4 @@ __date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" -version = "0.8.1-SVN" +version = "0.8.2" diff --git a/man/fail2ban-client.1 b/man/fail2ban-client.1 index 719ad7f8..d0217175 100644 --- a/man/fail2ban-client.1 +++ b/man/fail2ban-client.1 @@ -1,11 +1,12 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH FAIL2BAN-CLIENT "1" "August 2007" "fail2ban-client v0.8.1" "User Commands" +.TH FAIL2BAN-CLIENT "1" "March 2008" "fail2ban-client v0.8.2" "User Commands" .SH NAME fail2ban-client \- configure and control the server +.SH SYNOPSIS +.B fail2ban-client +[\fIOPTIONS\fR] \fI\fR .SH DESCRIPTION -[?1034hUsage: ../fail2ban\-client [OPTIONS] -.PP -Fail2Ban v0.8.1 reads log file that contains password failure report +Fail2Ban v0.8.2 reads log file that contains password failure report and bans the corresponding IP addresses using firewall rules. .SH OPTIONS .TP @@ -45,6 +46,9 @@ starts the server and the jails \fBreload\fR reloads the configuration .TP +\fBreload \fR +reloads the jail +.TP \fBstop\fR stops all jails and terminate the server @@ -109,18 +113,6 @@ of removes to the monitoring list of .TP -\fBset timeregex \fR -sets the regular expression - to match the date format -for . This will disable the -autodetection feature. -.TP -\fBset timepattern \fR -sets the pattern to -match the date format for . -This will disable the -autodetection feature. -.TP \fBset addfailregex \fR adds the regular expression which must match failures @@ -256,12 +248,12 @@ action for .SH FILES \fI/etc/fail2ban/*\fR .SH AUTHOR -Written by Cyril Jaquier . +Written by Cyril Jaquier . Many contributions by Yaroslav O. Halchenko . .SH "REPORTING BUGS" -Report bugs to +Report bugs to .SH COPYRIGHT -Copyright \(co 2004-2006 Cyril Jaquier +Copyright \(co 2004-2008 Cyril Jaquier .br Copyright of modifications held by their respective authors. Licensed under the GNU General Public License v2 (GPL). diff --git a/man/fail2ban-regex.1 b/man/fail2ban-regex.1 index 2556162e..94acee74 100644 --- a/man/fail2ban-regex.1 +++ b/man/fail2ban-regex.1 @@ -1,12 +1,12 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH FAIL2BAN-REGEX "1" "August 2007" "fail2ban-regex v0.8.1" "User Commands" +.TH FAIL2BAN-REGEX "1" "March 2008" "fail2ban-regex v0.8.2" "User Commands" .SH NAME fail2ban-regex \- test Fail2ban "failregex" option .SH SYNOPSIS .B fail2ban-regex [\fIOPTIONS\fR] \fI \fR[\fIIGNOREREGEX\fR] .SH DESCRIPTION -Fail2Ban v0.8.1 reads log file that contains password failure report +Fail2Ban v0.8.2 reads log file that contains password failure report and bans the corresponding IP addresses using firewall rules. .PP This tools can test regular expressions for "fail2ban". @@ -39,12 +39,12 @@ a string representing an 'ignoreregex' \fBfilename\fR path to a filter file (filter.d/sshd.conf) .SH AUTHOR -Written by Cyril Jaquier . +Written by Cyril Jaquier . Many contributions by Yaroslav O. Halchenko . .SH "REPORTING BUGS" -Report bugs to +Report bugs to .SH COPYRIGHT -Copyright \(co 2004-2006 Cyril Jaquier +Copyright \(co 2004-2008 Cyril Jaquier .br Copyright of modifications held by their respective authors. Licensed under the GNU General Public License v2 (GPL). diff --git a/man/fail2ban-server.1 b/man/fail2ban-server.1 index dfa3b185..7212bcdd 100644 --- a/man/fail2ban-server.1 +++ b/man/fail2ban-server.1 @@ -1,12 +1,12 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH FAIL2BAN-SERVER "1" "August 2007" "fail2ban-server v0.8.1" "User Commands" +.TH FAIL2BAN-SERVER "1" "March 2008" "fail2ban-server v0.8.2" "User Commands" .SH NAME fail2ban-server \- start the server .SH SYNOPSIS .B fail2ban-server [\fIOPTIONS\fR] .SH DESCRIPTION -Fail2Ban v0.8.1 reads log file that contains password failure report +Fail2Ban v0.8.2 reads log file that contains password failure report and bans the corresponding IP addresses using firewall rules. .PP Only use this command for debugging purpose. Start the server with @@ -32,12 +32,12 @@ display this help message \fB\-V\fR, \fB\-\-version\fR print the version .SH AUTHOR -Written by Cyril Jaquier . +Written by Cyril Jaquier . Many contributions by Yaroslav O. Halchenko . .SH "REPORTING BUGS" -Report bugs to +Report bugs to .SH COPYRIGHT -Copyright \(co 2004-2006 Cyril Jaquier +Copyright \(co 2004-2008 Cyril Jaquier .br Copyright of modifications held by their respective authors. Licensed under the GNU General Public License v2 (GPL).