index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
readpassphrase.c
Age
Commit message (
Expand
)
Author
2008-01-17
Use TCSAFLUSH instead of TCSANOW when turning echo back on so that
Todd C. Miller
2007-10-30
If we receive SIGTTOU when turning off echo, the process is already
Todd C. Miller
2006-03-31
(char)to{upper,lower}()
Theo de Raadt
2005-08-08
zap remaining rcsid.
Marc Espie
2005-05-24
Restoration of terminal settings can be broken by a well-timed signal,
Todd C. Miller
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
Todd C. Miller
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
Todd C. Miller
2002-06-28
Add RPP_STDIN flag which acts as the converse of RPP_REQUIRE_TTY.
Todd C. Miller
2002-05-09
Add SIGALRM and SIGPIPE to the list of signals we catch, turn echo back on,
Todd C. Miller
2001-12-15
Catch SIGTTIN and SIGTTOU too and treat them like SIGTSTP.
Todd C. Miller
2001-12-07
o Turn off ECHONL in addition to ECHO
Todd C. Miller
2001-12-07
Instead of restoring the tty mode, restoring the signal handler,
Todd C. Miller
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