From owner-cvs-src Sun Feb 9 13:20:48 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFAC437B401; Sun, 9 Feb 2003 13:20:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F05F43F3F; Sun, 9 Feb 2003 13:20:45 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h19LKjbv005917; Sun, 9 Feb 2003 13:20:45 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h19LKjVw005910; Sun, 9 Feb 2003 13:20:45 -0800 (PST) Message-Id: <200302092120.h19LKjVw005910@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 9 Feb 2003 13:20:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, legacy-committers@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_ssh Makefile pam_ssh.8 pam_ssh.c pam_ssh.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2003/02/09 13:20:45 PST Modified files: lib/libpam/modules/pam_ssh Makefile pam_ssh.8 pam_ssh.c Removed files: lib/libpam/modules/pam_ssh pam_ssh.h Log: Complete rewrite of pam_ssh(8). The previous version was becoming hard to maintain, and had security issues which would have required a major rewrite to address anyway. This implementation currently starts a separate agent for each session instead of connecting each new session to the agent started by the first one. While this would be a Good Thing (and the old pam_ssh(8) tried to do it), it's hard to get right. I'll revisit this issue when I've had a chance to test some modifications to ssh-agent(1). Revision Changes Path 1.14 +2 -2 src/lib/libpam/modules/pam_ssh/Makefile 1.11 +23 -27 src/lib/libpam/modules/pam_ssh/pam_ssh.8 1.37 +291 -490 src/lib/libpam/modules/pam_ssh/pam_ssh.c 1.4 +0 -47 src/lib/libpam/modules/pam_ssh/pam_ssh.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message