From c2d30a29de6c9c5503b3d1b4f2ca8e4634606bf1 Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Mon, 1 Aug 2005 16:39:11 +0000 Subject: [PATCH] - Updated git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_5@164 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- CHANGELOG | 2 ++ MANIFEST | 2 ++ README | 11 +++++------ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 47ba3312..1241bd66 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,8 @@ Fail2Ban (version 0.5.?) 2005/??/?? ver. 0.5.? (2005/??/??) - ??? ---------- +- Added man pages +- Removed log4py dependency. Use logging module instead - "maxretry" and "bantime" can be overridden in each section - Fixed bug #1246278 (excessive memory usage) - Fixed crash on wrong option value in configuration file diff --git a/MANIFEST b/MANIFEST index 31824576..6a94f9e5 100644 --- a/MANIFEST +++ b/MANIFEST @@ -22,3 +22,5 @@ config/gentoo-initd config/gentoo-confd config/redhat-initd config/debian-initd +man/fail2ban.8 +man/fail2ban.conf.5 diff --git a/README b/README index b82a42c0..96d4ca0e 100644 --- a/README +++ b/README @@ -4,14 +4,14 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.5.1) 2005/07/23 +Fail2Ban (version 0.5.?) 2005/??/?? ============================================================= Fail2Ban scans log files like /var/log/pwdfail and bans IP that makes too many password failures. It updates firewall rules to reject the IP address. These rules can be defined by the user. Fail2Ban can read multiple log files such as sshd -or Apache web server ones. It needs log4py. +or Apache web server ones. This is my first Python program. Moreover, English is not my mother tongue... @@ -55,7 +55,6 @@ Installation: ------------- Require: python-2.3 (http://www.python.org) - log4py-1.3 (http://sourceforge.net/projects/log4py) To install, just do: @@ -95,13 +94,13 @@ or using command line options. Command line options override the value stored in fail2ban.conf. Here are the command line options: - -b start fail2ban in background - -d start fail2ban in debug mode + -b start in background + -d start in debug mode -c read configuration file FILE -p create PID lock in FILE -h display this help message -i IP(s) to ignore - -k kill a currently running Fail2Ban instance + -k kill a currently running instance -r allow a max of VALUE password failure -t