Date: Tue, 20 Nov 2001 07:15:42 -0800 (PST) From: Brian Feldman <green@FreeBSD.org> 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 Message-ID: <200111201515.fAKFFhk31551@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111201515.fAKFFhk31551>