From owner-cvs-all Wed Jan 30 11: 3:21 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 3BBC237B404; Wed, 30 Jan 2002 11:03:17 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0UJ3He55397; Wed, 30 Jan 2002 11:03:17 -0800 (PST) (envelope-from des) Message-Id: <200201301903.g0UJ3He55397@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 30 Jan 2002 11:03:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_securetty pam_securetty.8 pam_securetty.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 2002/01/30 11:03:17 PST Modified files: lib/libpam/modules/pam_securetty pam_securetty.8 pam_securetty.c Log: Move the code from pam_sm_authenticate() to pam_sm_acct_mgmt(). Simplify it a little and try to make it more resilient to various possible failure conditions. Change the man page accordingly, and take advantage of this opportunity to simplify its language. Sponsored by: DARPA, NAI Labs Revision Changes Path 1.5 +24 -21 src/lib/libpam/modules/pam_securetty/pam_securetty.8 1.7 +35 -42 src/lib/libpam/modules/pam_securetty/pam_securetty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message