From owner-cvs-all Tue May 8 20:40:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6244537B422; Tue, 8 May 2001 20:40:38 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f493ecM79958; Tue, 8 May 2001 20:40:38 -0700 (PDT) (envelope-from alfred) Message-Id: <200105090340.f493ecM79958@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 8 May 2001 20:40:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh auth-pam.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/05/08 20:40:37 PDT Modified files: crypto/openssh auth-pam.c Log: Fix some of the handling in the pam module, don't unregister things that were never registered. At the same time handle a failure from pam_setcreds with a bit more paranioa than the previous fix. Sync a bit with the "Portable OpenSSH" work to make comparisons a easier. Revision Changes Path 1.5 +51 -15 src/crypto/openssh/auth-pam.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message