- Updated

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@230 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.6
Cyril Jaquier 2006-01-03 15:14:27 +00:00
parent 6386c9e580
commit 79318b3549
3 changed files with 14 additions and 4 deletions

View File

@ -16,6 +16,13 @@ ver. 0.6.? (200?/??/??) - ???
- Propagated patch from Debian to fix fail2ban search path - Propagated patch from Debian to fix fail2ban search path
addition to the path search list: now it is added first. addition to the path search list: now it is added first.
Thanks to Nick Craig-Wood Thanks to Nick Craig-Wood
- Added SMTP authentification for mail notification. Thanks
to Markus Hoffmann
- Removed debug mode as it is confusing for people
- Added parsing of timestamp in TAI64N format (#1275325).
Thanks to Mark Edgington
- Added patch #1382936 (Default formatted syslog logging).
Thanks to Patrick Börjesson
ver. 0.6.0 (2005/11/20) - stable ver. 0.6.0 (2005/11/20) - stable
---------- ----------

8
README
View File

@ -62,8 +62,8 @@ To install, just do:
> cd fail2ban-0.6.0 > cd fail2ban-0.6.0
> python setup.py install > python setup.py install
This will install Fail2Ban into /usr/lib/fail2ban. The fail2ban This will install Fail2Ban into /usr/lib/fail2ban. The
executable is placed into /usr/bin. fail2ban executable is placed into /usr/bin.
Gentoo: ebuilds are available on the website. Gentoo: ebuilds are available on the website.
Debian: Fail2Ban is in Debian unstable. Debian: Fail2Ban is in Debian unstable.
@ -96,7 +96,6 @@ the value stored in fail2ban.conf. Here are the command line
options: options:
-b start in background -b start in background
-d start in debug mode
-c <FILE> read configuration file FILE -c <FILE> read configuration file FILE
-p <FILE> create PID lock in FILE -p <FILE> create PID lock in FILE
-h display this help message -h display this help message
@ -124,7 +123,8 @@ Thanks:
Kévin Drapel, Marvin Rouge, Sireyessire, Robert Edeker, 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 Jonathan Kamens, Stephen Gildea, Markus Hoffmann, Mark
Edgington, Patrick Börjesson
License: License:
-------- --------

3
TODO
View File

@ -21,3 +21,6 @@ See Feature Request Tracking System at SourceForge.net
- remove debug mode (root check) - remove debug mode (root check)
- better return values in function - better return values in function
- use more email.Utils in mail.py - use more email.Utils in mail.py
- add gettext support
- send an email when fail2ban is running
- use Gentoo Portage style for scripts