mirror of https://github.com/fail2ban/fail2ban
- Updated
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@323 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
f880d1ff26
commit
82f062ff24
|
@ -13,6 +13,9 @@ ver. 0.7.2 (2006/??/??) - ???
|
|||
- Improved client output
|
||||
- Added more get/set commands
|
||||
- Added more configuration templates
|
||||
- Removed "logpath" and "maxretry" from filter templates.
|
||||
They must be defined in jail.conf now
|
||||
- Added interactive mode. Use "-i"
|
||||
|
||||
ver. 0.7.1 (2006/08/23) - alpha
|
||||
----------
|
||||
|
@ -50,7 +53,7 @@ ver. 0.6.1 (2006/03/16) - stable
|
|||
- Added parsing of timestamp in TAI64N format (#1275325).
|
||||
Thanks to Mark Edgington
|
||||
- Added patch #1382936 (Default formatted syslog logging).
|
||||
Thanks to Patrick Börjesson
|
||||
Thanks to Patrick B<EFBFBD>rjesson
|
||||
- Removed 192.168.0.0/16 from ignoreip. Attacks could also
|
||||
come from the local network.
|
||||
- Robust startup: if iptables module does not get fully
|
||||
|
|
4
TODO
4
TODO
|
@ -13,6 +13,8 @@ Legend:
|
|||
# partially done
|
||||
* done
|
||||
|
||||
- Is there a do...while loop in Python? For interactive mode
|
||||
|
||||
# implement all get/set functions
|
||||
|
||||
- correct handling of threads (join???)
|
||||
|
@ -101,4 +103,4 @@ Legend:
|
|||
|
||||
- do not close socket after a send
|
||||
|
||||
- refactoring in server.py, actions.py, filter.py
|
||||
# refactoring in server.py, actions.py, filter.py
|
||||
|
|
Loading…
Reference in New Issue