From owner-cvs-all@FreeBSD.ORG Fri Sep 1 18:34:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E7DE16A4DE; Fri, 1 Sep 2006 18:34:05 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D4B643D5C; Fri, 1 Sep 2006 18:34:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k81IY4lZ089378; Fri, 1 Sep 2006 18:34:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k81IY4AR089377; Fri, 1 Sep 2006 18:34:04 GMT (envelope-from pav) Message-Id: <200609011834.k81IY4AR089377@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 1 Sep 2006 18:34:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/pam_abl Makefile distinfo pkg-descr ports/security/pam_abl/files 190.clean-pam-abl.in pam_abl.8.in patch-Makefile patch-conf-pam_abl.conf patch-conf-system-auth patch-doc-index.html ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2006 18:34:05 -0000 pav 2006-09-01 18:34:04 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/pam_abl Makefile distinfo pkg-descr security/pam_abl/files 190.clean-pam-abl.in pam_abl.8.in patch-Makefile patch-conf-pam_abl.conf patch-conf-system-auth patch-doc-index.html patch-doc-pam_abl.html patch-pam_abl.c patch-pam_abl.h patch-tools-Makefile pkg-deinstall.in pkg-message.in pkg-plist.in Log: The pam_abl provides auto blacklisting of hosts and users responsible for repeated failed authentication attempts. WWW: http://www.hexten.net/pam_abl/ PR: ports/100635 Submitted by: Petr Rehor Revision Changes Path 1.811 +1 -0 ports/security/Makefile 1.1 +73 -0 ports/security/pam_abl/Makefile (new) 1.1 +3 -0 ports/security/pam_abl/distinfo (new) 1.1 +25 -0 ports/security/pam_abl/files/190.clean-pam-abl.in (new) 1.1 +270 -0 ports/security/pam_abl/files/pam_abl.8.in (new) 1.1 +42 -0 ports/security/pam_abl/files/patch-Makefile (new) 1.1 +14 -0 ports/security/pam_abl/files/patch-conf-pam_abl.conf (new) 1.1 +39 -0 ports/security/pam_abl/files/patch-conf-system-auth (new) 1.1 +75 -0 ports/security/pam_abl/files/patch-doc-index.html (new) 1.1 +11 -0 ports/security/pam_abl/files/patch-doc-pam_abl.html (new) 1.1 +24 -0 ports/security/pam_abl/files/patch-pam_abl.c (new) 1.1 +19 -0 ports/security/pam_abl/files/patch-pam_abl.h (new) 1.1 +26 -0 ports/security/pam_abl/files/patch-tools-Makefile (new) 1.1 +38 -0 ports/security/pam_abl/files/pkg-deinstall.in (new) 1.1 +12 -0 ports/security/pam_abl/files/pkg-message.in (new) 1.1 +8 -0 ports/security/pam_abl/files/pkg-plist.in (new) 1.1 +4 -0 ports/security/pam_abl/pkg-descr (new)