summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getpass.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add readpasasphrase(3), a more flexible getpass(3) replacement.millert2000-11-211-96/+0
* include string.h to get strlen() prototypemillert2000-01-131-1/+2
* Don't use stdio since we don't want the password to end up in stdiomillert1999-12-081-25/+24
* Clean up some -Wall complaints.millert1997-07-091-2/+2
* change open of /dev/tty to "r+" rather than "w+". if /dev/tty ischuck1996-12-041-2/+2
* Fix RCS idstholo1996-08-191-7/+1
* signal mask repair, netbsd pr#2442deraadt1996-05-261-5/+10
* initial import of NetBSD treederaadt1995-10-181-0/+97