From owner-cvs-lib Thu Oct 17 06:44:06 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA00630 for cvs-lib-outgoing; Thu, 17 Oct 1996 06:44:06 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA00566; Thu, 17 Oct 1996 06:44:00 -0700 (PDT) Date: Thu, 17 Oct 1996 06:44:00 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199610171344.GAA00566@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libskey skey_getpass.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/17 06:43:59 Modified: lib/libskey skey_getpass.c Log: If 1) regular Unix passwords not permitted and 2) skey database for this user not activated, there no correct password exist, so don't bother ask for it and return "" immediately Revision Changes Path 1.4 +5 -2 src/lib/libskey/skey_getpass.c