- 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
- 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
@ -27,8 +27,8 @@ Optional:
To install, just do:
> tar xvfj fail2ban-0.7.3.tar.bz2
> cd fail2ban-0.7.3
> tar xvfj fail2ban-0.7.4.tar.bz2
> cd fail2ban-0.7.4
> python setup.py install
This will install Fail2Ban into /usr/lib/fail2ban. The
@ -53,6 +53,7 @@ options (not complete yet):
Options:
-c <DIR> configuration directory
-s <FILE> socket path
-d dump configuration. For debugging
-i interactive mode
-v increase verbosity
@ -73,7 +74,7 @@ Command:
set logtarget <TARGET> set log target to <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>
get <JAIL> <CMD> get the <CMD> value for <JAIL>
start <JAIL> start <JAIL>

2
TODO
View File

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

View File

@ -1,12 +1,12 @@
.\" 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
fail2ban-client \- configure and control the server
.SH SYNOPSIS
.B fail2ban-client
[\fIOPTIONS\fR]... \fI<COMMAND>\fR
.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.
.SH OPTIONS
.TP

View File

@ -1,12 +1,12 @@
.\" 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
fail2ban-regex \- test Fail2ban "failregex" option
.SH SYNOPSIS
.B fail2ban-regex
\fI<logline> <failregex>\fR
.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.
.PP
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.
.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
fail2ban-server \- start the server
.SH SYNOPSIS
.B fail2ban-server
[\fIOPTIONS\fR]
.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.
.PP
Only use this command for debugging purpose. Start the server with

View File

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