From owner-cvs-all Tue Jul 30 1:32: 7 2002 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 3791437B400; Tue, 30 Jul 2002 01:32:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFADB43E65; Tue, 30 Jul 2002 01:32:03 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (des@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U8W3JU020153; Tue, 30 Jul 2002 01:32:03 -0700 (PDT) (envelope-from des@freefall.freebsd.org) Received: (from des@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U8W3Bm020152; Tue, 30 Jul 2002 01:32:03 -0700 (PDT) Message-Id: <200207300832.g6U8W3Bm020152@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 30 Jul 2002 01:32:03 -0700 (PDT) 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 des 2002/07/30 01:32:03 PDT Modified files: lib/libpam/modules/pam_opie pam_opie.c Log: Since pam_get_authtok(3) doesn't know about our options structure, setting the PAM_ECHO_PASS option on-the-fly is a NOP (though it wasn't with the old pam_get_pass(3) code). Instead, call pam_prompt(3) directly. This actually simplifies the code a bit. MFC after: 3 days Revision Changes Path 1.23 +11 -10 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