summaryrefslogtreecommitdiff
path: root/lib/libc/gen/readpassphrase.3
AgeCommit message (Expand)Author
2002-06-28Add RPP_STDIN flag which acts as the converse of RPP_REQUIRE_TTY.Todd C. Miller
2002-05-09now catches SIGALRM and SIGPIPE tooTodd C. Miller
2001-12-15Document SIGTTIN and SIGTTOU now that we deal with them too.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-07Document signal handling in readpassphrase(3)Todd C. Miller
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
2000-12-24Various repairs, mostly to get rid of short lines.Aaron Campbell
2000-11-21Add readpasasphrase(3), a more flexible getpass(3) replacement.Todd C. Miller