mirror of https://github.com/fail2ban/fail2ban
- Updated
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@384 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
91b1053c01
commit
b701e033c1
|
@ -14,7 +14,7 @@ ver. 0.7.3 (2006/??/??) - beta
|
||||||
- Added Gamin (file and directory monitoring system) support
|
- Added Gamin (file and directory monitoring system) support
|
||||||
- (Re)added "ignoreip" option
|
- (Re)added "ignoreip" option
|
||||||
- Added more concurrency protection
|
- Added more concurrency protection
|
||||||
- First attempt at solving bug #1457620
|
- First attempt at solving bug #1457620 (locale issue)
|
||||||
- Performance improvements
|
- Performance improvements
|
||||||
|
|
||||||
ver. 0.7.2 (2006/09/10) - beta
|
ver. 0.7.2 (2006/09/10) - beta
|
||||||
|
|
6
TODO
6
TODO
|
@ -16,8 +16,6 @@ Legend:
|
||||||
- Improve execution of action. Why does subprocess.call
|
- Improve execution of action. Why does subprocess.call
|
||||||
deadlock with multi-jails?
|
deadlock with multi-jails?
|
||||||
|
|
||||||
# Prefix all private functions with "__"
|
|
||||||
|
|
||||||
- Verify TAI64N
|
- Verify TAI64N
|
||||||
|
|
||||||
# implement all get/set functions
|
# implement all get/set functions
|
||||||
|
@ -46,10 +44,6 @@ Legend:
|
||||||
Python since 2.1. It should be possible to run all tests
|
Python since 2.1. It should be possible to run all tests
|
||||||
automatically.
|
automatically.
|
||||||
|
|
||||||
# autodetect date format in log file. Match the most popular
|
|
||||||
format and sort them using the hit ratio. Should avoid
|
|
||||||
user problem with regex and not have a big impact on perfs.
|
|
||||||
|
|
||||||
? restart automatically the daemon if an exception occurs.
|
? restart automatically the daemon if an exception occurs.
|
||||||
|
|
||||||
- do not close socket after a send
|
- do not close socket after a send
|
||||||
|
|
Loading…
Reference in New Issue