Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add readpasasphrase(3), a more flexible getpass(3) replacement. | 2000-11-21 | 1 | -96/+0 | |
| | | | | getpass(3) is now implemented in terms of readpasasphrase(3). | ||||
* | include string.h to get strlen() prototype | 2000-01-13 | 1 | -1/+2 | |
| | |||||
* | Don't use stdio since we don't want the password to end up in stdio | 1999-12-08 | 1 | -25/+24 | |
| | | | | buffers that may not get zeroed. | ||||
* | Clean up some -Wall complaints. | 1997-07-09 | 1 | -2/+2 | |
| | |||||
* | change open of /dev/tty to "r+" rather than "w+". if /dev/tty is | 1996-12-04 | 1 | -2/+2 | |
| | | | | | missing there is no point creating a plain text file to replace it. (related to a problem jkatz had) | ||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | signal mask repair, netbsd pr#2442 | 1996-05-26 | 1 | -5/+10 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+97 | |