mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
- Updated
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@548 a942ae1a-1317-0410-a47c-b1dcaea8d605
This commit is contained in:
parent
da845226e8
commit
7718498523
2 changed files with 11 additions and 1 deletions
|
|
@ -7,6 +7,10 @@
|
|||
Fail2Ban (version 0.7.7) 2007/02/08
|
||||
=============================================================
|
||||
|
||||
ver. 0.?.? (2007/??/??) - ???
|
||||
----------
|
||||
- Fixed asctime pattern in datedetector.py
|
||||
|
||||
ver. 0.7.7 (2007/02/08) - release candidate
|
||||
----------
|
||||
- Added signal handling in fail2ban-client
|
||||
|
|
|
|||
8
TODO
8
TODO
|
|
@ -13,6 +13,12 @@ Legend:
|
|||
# partially done
|
||||
* done
|
||||
|
||||
- Discuss where Fail2ban should be installed (/usr/share,
|
||||
/usr/lib/python/site-packages/, etc)
|
||||
|
||||
- Cleanup fail2ban-client and fail2ban-server. Move code to
|
||||
server/ and client/
|
||||
|
||||
- Add timeout to external commands (signal alarm, watchdog
|
||||
thread, etc)
|
||||
|
||||
|
|
@ -22,7 +28,7 @@ Legend:
|
|||
(openssh, postfix, proftp)
|
||||
|
||||
- Added <USER> tag for failregex. Add features using this
|
||||
information
|
||||
information. Maybe add more tags
|
||||
|
||||
- Look at the memory consumption. Decrease memory usage
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue