summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getpass.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add readpasasphrase(3), a more flexible getpass(3) replacement.millert2000-11-211-96/+0
| | | | getpass(3) is now implemented in terms of readpasasphrase(3).
* 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
| | | | buffers that may not get zeroed.
* 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
| | | | | missing there is no point creating a plain text file to replace it. (related to a problem jkatz had)
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* signal mask repair, netbsd pr#2442deraadt1996-05-261-5/+10
|
* initial import of NetBSD treederaadt1995-10-181-0/+97