From owner-cvs-all Sat Apr 6 11:28:16 2002 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 3FA9737B404; Sat, 6 Apr 2002 11:28:09 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g36JS9v52544; Sat, 6 Apr 2002 11:28:09 -0800 (PST) (envelope-from des) Message-Id: <200204061928.g36JS9v52544@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 6 Apr 2002 11:28:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/openpam/include/security openpam.h pam_constants.h src/contrib/openpam/lib pam_authenticate.c pam_chauthtok.c pam_get_authtok.c pam_get_item.c pam_get_user.c pam_set_item.c X-FreeBSD-CVS-Branch: OPENPAM Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/04/06 11:28:09 PST Modified files: (Branch: OPENPAM) contrib/openpam/include/security openpam.h pam_constants.h contrib/openpam/lib pam_authenticate.c pam_chauthtok.c pam_get_authtok.c pam_get_item.c pam_get_user.c pam_set_item.c Log: MFOpenPAM: a slew of changes, mostly related to pam_get_authtok() (perforce changes 9207, 9209, 9210, 9211, 9213, 9220) Sponsored by: DARPA, NAI Labs Revision Changes Path 1.1.1.5 +18 -8 src/contrib/openpam/include/security/openpam.h 1.1.1.6 +2 -1 src/contrib/openpam/include/security/pam_constants.h 1.1.1.5 +20 -1 src/contrib/openpam/lib/pam_authenticate.c 1.1.1.5 +16 -2 src/contrib/openpam/lib/pam_chauthtok.c 1.1.1.6 +89 -11 src/contrib/openpam/lib/pam_get_authtok.c 1.1.1.5 +5 -1 src/contrib/openpam/lib/pam_get_item.c 1.1.1.5 +30 -9 src/contrib/openpam/lib/pam_get_user.c 1.1.1.6 +2 -1 src/contrib/openpam/lib/pam_set_item.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message