From owner-cvs-all Thu Feb 6 6:24:16 2003 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 B4CF137B401; Thu, 6 Feb 2003 06:24:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B4D143F85; Thu, 6 Feb 2003 06:24:14 -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 h16EOEbv087244; Thu, 6 Feb 2003 06:24:14 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h16EOESW087243; Thu, 6 Feb 2003 06:24:14 -0800 (PST) Message-Id: <200302061424.h16EOESW087243@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 6 Feb 2003 06:24:14 -0800 (PST) To: all-committers@FreeBSD.org, legacy-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules modules.inc src/lib/libpam/modules/pam_group pam_group.c X-FreeBSD-CVS-Branch: HEAD 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 2003/02/06 06:24:14 PST Modified files: lib/libpam/modules modules.inc Added files: lib/libpam/modules/pam_group pam_group.c Log: Replace pam_wheel(8) with pam_group(8) which has a cleaner interface. The pam_wheel(8) module was written to work in spite of a broken libpam, and has grown organically since its inception, which is reflected in both its functionality and implementation. Rather than clean up pam_wheel(8) and break backward compatibility, I've chosen to reimplement it under a new, more generic name. Sponsored by: DARPA, NAI Labs Revision Changes Path 1.13 +1 -1 src/lib/libpam/modules/modules.inc 1.1 +118 -0 src/lib/libpam/modules/pam_group/pam_group.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message