mirror of https://github.com/fail2ban/fail2ban
- Updated
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@230 a942ae1a-1317-0410-a47c-b1dcaea8d6050.6
parent
6386c9e580
commit
79318b3549
|
@ -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
8
README
|
@ -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
3
TODO
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue