From owner-cvs-ports@FreeBSD.ORG Sat Dec 26 12:23:46 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F931106568F; Sat, 26 Dec 2009 12:23:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E98A8FC0C; Sat, 26 Dec 2009 12:23:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBQCNkwJ079792; Sat, 26 Dec 2009 12:23:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBQCNj8S079791; Sat, 26 Dec 2009 12:23:45 GMT (envelope-from miwi) Message-Id: <200912261223.nBQCNj8S079791@repoman.freebsd.org> From: Martin Wilke Date: Sat, 26 Dec 2009 12:23:45 +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_ssh_agent_auth Makefile distinfo pkg-descr ports/security/pam_ssh_agent_auth/files patch-Makefile.in patch-pam_user_authorized_keys.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2009 12:23:46 -0000 miwi 2009-12-26 12:23:45 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/pam_ssh_agent_auth Makefile distinfo pkg-descr security/pam_ssh_agent_auth/files patch-Makefile.in patch-pam_user_authorized_keys.c Log: PAM module which permits authentication for arbitrary services via ssh-agent. Written with sudo in mind, but like any auth PAM module, can be used for for many purposes. WWW: http://pamsshagentauth.sourceforge.net/ Revision Changes Path 1.1070 +1 -0 ports/security/Makefile 1.1 +24 -0 ports/security/pam_ssh_agent_auth/Makefile (new) 1.1 +3 -0 ports/security/pam_ssh_agent_auth/distinfo (new) 1.1 +20 -0 ports/security/pam_ssh_agent_auth/files/patch-Makefile.in (new) 1.1 +13 -0 ports/security/pam_ssh_agent_auth/files/patch-pam_user_authorized_keys.c (new) 1.1 +5 -0 ports/security/pam_ssh_agent_auth/pkg-descr (new)