From 0366e98291020f63e4d03a2e24fe3b47ea61cfca Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Wed, 26 Oct 2005 21:52:22 +0000 Subject: [PATCH] - Updated git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_5@208 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- CHANGELOG | 23 ++++++++++++++++++++++- TODO | 10 +++++++++- man/fail2ban.8 | 7 +++++-- 3 files changed, 36 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 829d346f5..e29e70097 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,9 +4,30 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.5.4) 2005/09/13 +Fail2Ban (version 0.5.5) 2005/10/26 ============================================================= +ver. 0.5.5 (2005/10/26) - beta +---------- +- Propagated patches introduced by Debian maintainer + (Yaroslav Halchenko): + * Introduced fwcheck option to verify consistency of the + chains. Implemented automatic restart of fail2ban main + function in case check of fwban or fwunban command failed + (closes: #329163, #331695). (Introduced patch was further + adjusted by upstream author). + * Added -f command line parameter for [findtime]. + * Added a cleanup of firewall rules on emergency shutdown + when unknown exception is catched. + * Fail2ban should not crash now if a wrong file name is + specified in config. + * reordered code a bit so that log targets are setup right + after background and then only loglevel (verbose, debug) + is processed, so the warning could be seen in the logs + * Added a keyword
in parsing of the subject and + the body of an email sent out by fail2ban (closes: + #330311) + ver. 0.5.4 (2005/09/13) - beta ---------- - Fixed bug #1286222. diff --git a/TODO b/TODO index bfdb1a909..59b4ddb55 100644 --- a/TODO +++ b/TODO @@ -4,7 +4,7 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -ToDo +ToDo $Revision$ ============================================================= See Feature Request Tracking System at SourceForge.net @@ -12,3 +12,11 @@ See Feature Request Tracking System at SourceForge.net - improve installation process (better prefix support) - install Fail2ban into /usr/share - better configuration files +- add a check to see if the time of the log messages is + correctly detected (valid regexp) +- split configuration files in /etc/fail2ban/services.d + Example: /etc/fail2ban/services.d/apache +- template for common services in /etc/fail2ban/scripts.d + Example: /etc/fail2ban/scripts.d/apache +- remove debug mode (root check) +- better return values in function diff --git a/man/fail2ban.8 b/man/fail2ban.8 index f03038b0b..c43b71ec5 100644 --- a/man/fail2ban.8 +++ b/man/fail2ban.8 @@ -33,10 +33,13 @@ display this help message kill a currently running Fail2Ban instance .TP \fB\-r\fR \fIVALUE\fR -allow a max of \fIVALUE\fR password failure +allow a max of \fIVALUE\fR password failure [maxfailures] .TP \fB\-t\fR \fITIME\fR -ban IP for \fITIME\fR seconds +ban IP for \fITIME\fR seconds [bantime] +.TP +\fB\-f\fR \fITIME\fR +lifetime in seconds of failed entry [findtime] .TP \fB\-v\fR verbose. Use twice for greater effect