Age | Commit message (Expand) | Author |
---|---|---|
2001-12-06 | Use TCSAFLUSH not TCSANOW. I was only using TCSANOW during debugging... | Todd C. Miller |
2001-12-06 | Fix a long standing annoyance with getpass/readpassphrase. Instead of | Todd C. Miller |
2001-08-07 | Do the memset only if tcgetattr() fails just in case the failed | Todd C. Miller |
2001-08-07 | Keep a verbatim copy of the old struct termios instead of using | Todd C. Miller |
2001-06-27 | typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@ | Damien Miller |
2001-06-18 | Fix a char vs. u_char problem I introduced in the last commit. | Todd C. Miller |
2001-06-16 | Disable the STATUS character when reading passwords -- people seem to | Todd C. Miller |
2000-11-29 | Don't print an extra newline after reading passphrase if echo was not | Todd C. Miller |
2000-11-21 | Add readpasasphrase(3), a more flexible getpass(3) replacement. | Todd C. Miller |