This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 52b0f81319522ecb780465ca69a8d319415bb4eb (commit) via a3db3cc9f6104eca3cc78c5b1b8118576b8b9b95 (commit) from f63935b14af95fdeb2ae0324f4e8ddecd9c495c1 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 52b0f81319522ecb780465ca69a8d319415bb4eb Merge: a3db3cc f63935b Author: Christian Schmidt christian.schmidt@ipfire.org Date: Tue Oct 5 21:32:29 2010 +0200
Merge branch 'master' of git://git.ipfire.org/ipfire-2.x
commit a3db3cc9f6104eca3cc78c5b1b8118576b8b9b95 Author: Christian Schmidt christian.schmidt@ipfire.org Date: Tue Oct 5 21:32:07 2010 +0200
Fixed Guardian ssh log parsing.
-----------------------------------------------------------------------
Summary of changes: config/guardian/guardian.pl | 2 +- lfs/guardian | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/guardian/guardian.pl b/config/guardian/guardian.pl index 8c2e3b7..0c37c34 100644 --- a/config/guardian/guardian.pl +++ b/config/guardian/guardian.pl @@ -94,7 +94,7 @@ for (;;) { while (<ALERT2>) { chop; if ($_=~/.*sshd.*Failed password for root from.*/) { - my @array=split(/ /,$_);&checkssh ($array[10], "possible SSH-Bruteforce Attack");} + my @array=split(/ /,$_);&checkssh ($array[11], "possible SSH-Bruteforce Attack");} } }
diff --git a/lfs/guardian b/lfs/guardian index 65f14cb..6cec09b 100644 --- a/lfs/guardian +++ b/lfs/guardian @@ -30,7 +30,7 @@ THISAPP = guardian-$(VER) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = guardian -PAK_VER = 5 +PAK_VER = 6
DEPS = ""
hooks/post-receive -- IPFire 2.x development tree