From owner-cvs-lib Thu Oct 17 10:04:51 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA12337 for cvs-lib-outgoing; Thu, 17 Oct 1996 10:04:51 -0700 (PDT) Received: from precipice.shockwave.com (ppp-206-170-5-49.rdcy01.pacbell.net [206.170.5.49]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA12331; Thu, 17 Oct 1996 10:04:47 -0700 (PDT) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.6/8.7.3) with ESMTP id KAA17144; Thu, 17 Oct 1996 10:04:20 -0700 (PDT) Message-Id: <199610171704.KAA17144@precipice.shockwave.com> To: "Andrey A. Chernov" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libskey skey_getpass.c In-reply-to: Your message of "Thu, 17 Oct 1996 06:44:00 PDT." <199610171344.GAA00566@freefall.freebsd.org> Date: Thu, 17 Oct 1996 10:04:20 -0700 From: Paul Traina Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm not sure this is a good idea. You want to keep things "stealthy" From: "Andrey A. Chernov" Subject: cvs commit: src/lib/libskey skey_getpass.c 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