From owner-cvs-all@FreeBSD.ORG Mon Jun 5 13:02:15 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 393BB16ACC6; Mon, 5 Jun 2006 13:02:15 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05D9443D53; Mon, 5 Jun 2006 13:02:15 +0000 (GMT) (envelope-from garga@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 k55D0Vk5084670; Mon, 5 Jun 2006 13:00:31 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k55D0Vim084669; Mon, 5 Jun 2006 13:00:31 GMT (envelope-from garga) Message-Id: <200606051300.k55D0Vim084669@repoman.freebsd.org> From: Renato Botelho Date: Mon, 5 Jun 2006 13:00:31 +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_authsrv Makefile distinfo pkg-descr pkg-plist 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: Mon, 05 Jun 2006 13:02:27 -0000 garga 2006-06-05 13:00:31 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/pam_authsrv Makefile distinfo pkg-descr pkg-plist Log: PAM module for TIS authsrv authentication The pam_authsrv module provides TIS authsrv authentication to PAM-aware applications. It has been tested under AIX 4.3.3 (using the Linux-PAM for AIX patch) and 5.1, Solaris 8 and 9, RedHat Linux 7.2, and HP-UX 11.00. The pam_authsrv source code is available from: ftp://ftp.feep.net/pub/software/PAM/pam_authsrv/pam_authsrv-1.0.2.tar.gz Binaries of pam_authsrv are available as Encap packages for a variety of platforms. For further information, please see the enclosed README file. WWW: http://www.feep.net/PAM/pam_authsrv/ PR: ports/97157 Submitted by: Jim Pirzyk Revision Changes Path 1.776 +1 -0 ports/security/Makefile 1.1 +28 -0 ports/security/pam_authsrv/Makefile (new) 1.1 +3 -0 ports/security/pam_authsrv/distinfo (new) 1.1 +16 -0 ports/security/pam_authsrv/pkg-descr (new) 1.1 +3 -0 ports/security/pam_authsrv/pkg-plist (new)