summaryrefslogtreecommitdiff
path: root/lib/libc/gen/readpassphrase.c
AgeCommit message (Expand)Author
2002-05-09Add SIGALRM and SIGPIPE to the list of signals we catch, turn echo back on,Todd C. Miller
2001-12-15Catch SIGTTIN and SIGTTOU too and treat them like SIGTSTP.Todd C. Miller
2001-12-07o Turn off ECHONL in addition to ECHOTodd C. Miller
2001-12-07Instead of restoring the tty mode, restoring the signal handler,Todd C. Miller
2001-12-06Use TCSAFLUSH not TCSANOW. I was only using TCSANOW during debugging...Todd C. Miller
2001-12-06Fix a long standing annoyance with getpass/readpassphrase. Instead ofTodd C. Miller
2001-08-07Do the memset only if tcgetattr() fails just in case the failedTodd C. Miller
2001-08-07Keep a verbatim copy of the old struct termios instead of usingTodd C. Miller
2001-06-27typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@Damien Miller
2001-06-18Fix a char vs. u_char problem I introduced in the last commit.Todd C. Miller
2001-06-16Disable the STATUS character when reading passwords -- people seem toTodd C. Miller
2000-11-29Don't print an extra newline after reading passphrase if echo was notTodd C. Miller
2000-11-21Add readpasasphrase(3), a more flexible getpass(3) replacement.Todd C. Miller