- Updated for 0.7.4

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@446 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x 0.7.4
Cyril Jaquier 2006-11-01 22:13:44 +00:00
parent e8c656b5ff
commit 528c9a1855
8 changed files with 17 additions and 14 deletions

View File

@ -4,10 +4,10 @@
|_| \__,_|_|_/___|_.__/\__,_|_||_| |_| \__,_|_|_/___|_.__/\__,_|_||_|
============================================================= =============================================================
Fail2Ban (version 0.7.4) 2006/??/?? Fail2Ban (version 0.7.4) 2006/11/01
============================================================= =============================================================
ver. 0.7.4 (2006/??/??) - beta ver. 0.7.4 (2006/11/01) - beta
---------- ----------
- Improved configuration files. Thanks to Yaroslav Halchenko - Improved configuration files. Thanks to Yaroslav Halchenko
- Added man page for "fail2ban-regex" - Added man page for "fail2ban-regex"

9
README
View File

@ -4,7 +4,7 @@
|_| \__,_|_|_/___|_.__/\__,_|_||_| |_| \__,_|_|_/___|_.__/\__,_|_||_|
============================================================= =============================================================
Fail2Ban (version 0.7.3) 2006/09/28 Fail2Ban (version 0.7.4) 2006/11/01
============================================================= =============================================================
Fail2Ban scans log files like /var/log/pwdfail and bans IP Fail2Ban scans log files like /var/log/pwdfail and bans IP
@ -27,8 +27,8 @@ Optional:
To install, just do: To install, just do:
> tar xvfj fail2ban-0.7.3.tar.bz2 > tar xvfj fail2ban-0.7.4.tar.bz2
> cd fail2ban-0.7.3 > cd fail2ban-0.7.4
> python setup.py install > python setup.py install
This will install Fail2Ban into /usr/lib/fail2ban. The This will install Fail2Ban into /usr/lib/fail2ban. The
@ -53,6 +53,7 @@ options (not complete yet):
Options: Options:
-c <DIR> configuration directory -c <DIR> configuration directory
-s <FILE> socket path
-d dump configuration. For debugging -d dump configuration. For debugging
-i interactive mode -i interactive mode
-v increase verbosity -v increase verbosity
@ -73,7 +74,7 @@ Command:
set logtarget <TARGET> set log target to <TARGET> set logtarget <TARGET> set log target to <TARGET>
get logtarget get log target get logtarget get log target
add <JAIL> create <JAIL> add <JAIL> [BACKEND] create <JAIL> using [BACKEND]
set <JAIL> <CMD> set the <CMD> value for <JAIL> set <JAIL> <CMD> set the <CMD> value for <JAIL>
get <JAIL> <CMD> get the <CMD> value for <JAIL> get <JAIL> <CMD> get the <CMD> value for <JAIL>
start <JAIL> start <JAIL> start <JAIL> start <JAIL>

2
TODO
View File

@ -13,6 +13,8 @@ Legend:
# partially done # partially done
* done * done
- Add gettext support (I8N)
- Fix the cPickle issue with Python 2.5 - Fix the cPickle issue with Python 2.5
- Multiline log reading - Multiline log reading

View File

@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH FAIL2BAN-CLIENT "1" "October 2006" "fail2ban-client v0.7.3-SVN" "User Commands" .TH FAIL2BAN-CLIENT "1" "November 2006" "fail2ban-client v0.7.4" "User Commands"
.SH NAME .SH NAME
fail2ban-client \- configure and control the server fail2ban-client \- configure and control the server
.SH SYNOPSIS .SH SYNOPSIS
.B fail2ban-client .B fail2ban-client
[\fIOPTIONS\fR]... \fI<COMMAND>\fR [\fIOPTIONS\fR]... \fI<COMMAND>\fR
.SH DESCRIPTION .SH DESCRIPTION
Fail2Ban v0.7.3\-SVN reads log file that contains password failure report Fail2Ban v0.7.4 reads log file that contains password failure report
and bans the corresponding IP addresses using firewall rules. and bans the corresponding IP addresses using firewall rules.
.SH OPTIONS .SH OPTIONS
.TP .TP

View File

@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH FAIL2BAN-REGEX "1" "October 2006" "fail2ban-regex v0.7.3-SVN" "User Commands" .TH FAIL2BAN-REGEX "1" "November 2006" "fail2ban-regex v0.7.4" "User Commands"
.SH NAME .SH NAME
fail2ban-regex \- test Fail2ban "failregex" option fail2ban-regex \- test Fail2ban "failregex" option
.SH SYNOPSIS .SH SYNOPSIS
.B fail2ban-regex .B fail2ban-regex
\fI<logline> <failregex>\fR \fI<logline> <failregex>\fR
.SH DESCRIPTION .SH DESCRIPTION
Fail2Ban v0.7.3\-SVN reads log file that contains password failure report Fail2Ban v0.7.4 reads log file that contains password failure report
and bans the corresponding IP addresses using firewall rules. and bans the corresponding IP addresses using firewall rules.
.PP .PP
This tools can test and benchmark your regular expressions for the "failregex" This tools can test and benchmark your regular expressions for the "failregex"

View File

@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH FAIL2BAN-SERVER "1" "October 2006" "fail2ban-server v0.7.3-SVN" "User Commands" .TH FAIL2BAN-SERVER "1" "November 2006" "fail2ban-server v0.7.4" "User Commands"
.SH NAME .SH NAME
fail2ban-server \- start the server fail2ban-server \- start the server
.SH SYNOPSIS .SH SYNOPSIS
.B fail2ban-server .B fail2ban-server
[\fIOPTIONS\fR] [\fIOPTIONS\fR]
.SH DESCRIPTION .SH DESCRIPTION
Fail2Ban v0.7.3\-SVN reads log file that contains password failure report Fail2Ban v0.7.4 reads log file that contains password failure report
and bans the corresponding IP addresses using firewall rules. and bans the corresponding IP addresses using firewall rules.
.PP .PP
Only use this command for debugging purpose. Start the server with Only use this command for debugging purpose. Start the server with

View File

@ -14,7 +14,7 @@ help2man --section=1 --no-info --include=fail2ban-server.h2m --output fail2ban-s
echo "[done]" echo "[done]"
# fail2ban-regex # fail2ban-regex
echo -n "Generating fail2ban-regex " echo -n "Generating fail2ban-regex "
help2man --section=1 --no-info --include=fail2ban-regex.h2m --output fail2ban-regex.1 ../fail2ban-regex help2man --section=1 --no-info --include=fail2ban-regex.h2m --output fail2ban-regex.1 ../fail2ban-regex
echo "[done]" echo "[done]"

View File

@ -24,4 +24,4 @@ __date__ = "$Date$"
__copyright__ = "Copyright (c) 2004 Cyril Jaquier" __copyright__ = "Copyright (c) 2004 Cyril Jaquier"
__license__ = "GPL" __license__ = "GPL"
version = "0.7.3-SVN" version = "0.7.4"