mirror of https://github.com/fail2ban/fail2ban
- Updated
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@442 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
519eddef21
commit
9834734178
|
@ -22,6 +22,8 @@ ver. 0.7.4 (2006/??/??) - beta
|
||||||
commands. Thanks to Yaroslav Halchenko
|
commands. Thanks to Yaroslav Halchenko
|
||||||
- Signal handling. There is a bug with join() and signal in
|
- Signal handling. There is a bug with join() and signal in
|
||||||
Python
|
Python
|
||||||
|
- Better debugging output for "fail2ban-regex"
|
||||||
|
- Added support for more date format
|
||||||
|
|
||||||
ver. 0.7.3 (2006/09/28) - beta
|
ver. 0.7.3 (2006/09/28) - beta
|
||||||
----------
|
----------
|
||||||
|
|
6
TODO
6
TODO
|
@ -13,15 +13,13 @@ Legend:
|
||||||
# partially done
|
# partially done
|
||||||
* done
|
* done
|
||||||
|
|
||||||
|
- Multiline log reading
|
||||||
|
|
||||||
- Improve communication. (asyncore, asynchat??)
|
- Improve communication. (asyncore, asynchat??)
|
||||||
|
|
||||||
- Improve execution of action. Why does subprocess.call
|
- Improve execution of action. Why does subprocess.call
|
||||||
deadlock with multi-jails?
|
deadlock with multi-jails?
|
||||||
|
|
||||||
- Verify TAI64N
|
|
||||||
|
|
||||||
- signal handling (ctrl-c, etc)
|
|
||||||
|
|
||||||
# see Feature Request Tracking System at SourceForge.net
|
# see Feature Request Tracking System at SourceForge.net
|
||||||
|
|
||||||
- improve installation process (better prefix support)
|
- improve installation process (better prefix support)
|
||||||
|
|
Loading…
Reference in New Issue