From owner-cvs-all Tue Nov 20 7:15:49 2001 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 6AE7637B405; Tue, 20 Nov 2001 07:15:43 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAKFFhk31551; Tue, 20 Nov 2001 07:15:43 -0800 (PST) (envelope-from green) Message-Id: <200111201515.fAKFFhk31551@freefall.freebsd.org> From: Brian Feldman Date: Tue, 20 Nov 2001 07:15:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile readpassphrase.h src/lib/libc/gen Makefile.inc getpass.3 getpass.c readpassphrase.3 readpassphrase.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 green 2001/11/20 07:15:42 PST Modified files: include Makefile lib/libc/gen Makefile.inc getpass.3 Added files: include readpassphrase.h lib/libc/gen readpassphrase.3 readpassphrase.c Removed files: lib/libc/gen getpass.c Log: Introduce readpassphrase(3), a superset of getpass(3). This comes originally from Todd Miller. Obtained from: OpenBSD Revision Changes Path 1.158 +1 -1 src/include/Makefile 1.1 +47 -0 src/include/readpassphrase.h (new) 1.82 +3 -2 src/lib/libc/gen/Makefile.inc 1.10 +2 -1 src/lib/libc/gen/getpass.3 1.10 +0 -99 src/lib/libc/gen/getpass.c (dead) 1.1 +118 -0 src/lib/libc/gen/readpassphrase.3 (new) 1.1 +134 -0 src/lib/libc/gen/readpassphrase.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message