mirror of https://github.com/fail2ban/fail2ban
- Updated
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_5@180 a942ae1a-1317-0410-a47c-b1dcaea8d6050.5
parent
dd27cafee3
commit
38f2c24be1
10
CHANGELOG
10
CHANGELOG
|
@ -4,9 +4,17 @@
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
|
|
||||||
=============================================================
|
=============================================================
|
||||||
Fail2Ban (version 0.5.2) 2005/08/06
|
Fail2Ban (version 0.?.?) 2005/08/??
|
||||||
=============================================================
|
=============================================================
|
||||||
|
|
||||||
|
ver. 0.?.? (2005/08/??) - ???
|
||||||
|
----------
|
||||||
|
- Fixed exception handling in PIDLock
|
||||||
|
- Removed warning when using "-V" or "-h" with no config
|
||||||
|
file. Thanks to Yaroslav Halchenko
|
||||||
|
- Removed "-i eth0" from config file. Thanks to Yaroslav
|
||||||
|
Halchenko
|
||||||
|
|
||||||
ver. 0.5.2 (2005/08/06) - beta
|
ver. 0.5.2 (2005/08/06) - beta
|
||||||
----------
|
----------
|
||||||
- Better PID lock file handling. Should close #1239562
|
- Better PID lock file handling. Should close #1239562
|
||||||
|
|
9
README
9
README
|
@ -4,7 +4,7 @@
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
|
|
||||||
=============================================================
|
=============================================================
|
||||||
Fail2Ban (version 0.5.2) 2005/08/06
|
Fail2Ban (version 0.?.?) 2005/08/??
|
||||||
=============================================================
|
=============================================================
|
||||||
|
|
||||||
Fail2Ban scans log files like /var/log/pwdfail and bans IP
|
Fail2Ban scans log files like /var/log/pwdfail and bans IP
|
||||||
|
@ -58,8 +58,8 @@ Require: python-2.3 (http://www.python.org)
|
||||||
|
|
||||||
To install, just do:
|
To install, just do:
|
||||||
|
|
||||||
> tar xvfj fail2ban-0.5.2.tar.bz2
|
> tar xvfj fail2ban-0.?.?.tar.bz2
|
||||||
> cd fail2ban-0.5.2
|
> cd fail2ban-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 fail2ban
|
||||||
|
@ -121,7 +121,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
|
||||||
|
|
||||||
License:
|
License:
|
||||||
--------
|
--------
|
||||||
|
|
|
@ -24,4 +24,4 @@ __date__ = "$Date$"
|
||||||
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
|
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
|
||||||
__license__ = "GPL"
|
__license__ = "GPL"
|
||||||
|
|
||||||
version = "0.5.2"
|
version = "0.5.2-CVS"
|
||||||
|
|
Loading…
Reference in New Issue