From owner-cvs-all Fri Jan 18 23:23:52 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 5918137B400; Fri, 18 Jan 2002 23:23:48 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0J7Nm623160; Fri, 18 Jan 2002 23:23:48 -0800 (PST) (envelope-from ache) Message-Id: <200201190723.g0J7Nm623160@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 18 Jan 2002 23:23:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_opie pam_opie.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 ache 2002/01/18 23:23:48 PST Modified files: lib/libpam/modules/pam_opie pam_opie.c Log: Rewrite 'pwok' fallback in the way it can be properly chained with pam_unix Replace snprintf %s with strlcpy Check for NULL returned from getpwnam() Revision Changes Path 1.10 +10 -19 src/lib/libpam/modules/pam_opie/pam_opie.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message