| Commit message (Expand) | Author | Age | Files | Lines |
* | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 2019-01-25 | 1 | -2/+2 |
* | Avoid generate SIGTTOU when restoring the terminal mode. If we get |  millert | 2016-10-18 | 1 | -1/+5 |
* | Wrap <readpassphrase.h> so internal calls go direct and readpassphrase is weak |  guenther | 2015-09-14 | 1 | -1/+2 |
* | most obvious unsigned char casts for ctype |  deraadt | 2013-11-24 | 1 | -4/+4 |
* | Defer installing signal handlers until echo is disabled so that we |  millert | 2010-05-14 | 1 | -39/+41 |
* | If a process receives two different signals while in readpassphrase, only |  dtucker | 2010-01-13 | 1 | -13/+19 |
* | Use TCSAFLUSH instead of TCSANOW when turning echo back on so that |  millert | 2008-01-17 | 1 | -2/+2 |
* | If we receive SIGTTOU when turning off echo, the process is already |  millert | 2007-10-30 | 1 | -20/+27 |
* | (char)to{upper,lower}() |  deraadt | 2006-03-31 | 1 | -3/+3 |
* | zap remaining rcsid. |  espie | 2005-08-08 | 1 | -5/+1 |
* | Restoration of terminal settings can be broken by a well-timed signal, |  millert | 2005-05-24 | 1 | -4/+7 |
* | Sync with share/misc/license.template and add missing DARPA credit |  millert | 2003-06-17 | 1 | -9/+13 |
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. |  millert | 2003-06-03 | 1 | -23/+12 |
* | Add RPP_STDIN flag which acts as the converse of RPP_REQUIRE_TTY. |  millert | 2002-06-28 | 1 | -5/+9 |
* | Add SIGALRM and SIGPIPE to the list of signals we catch, turn echo back on, |  millert | 2002-05-09 | 1 | -10/+14 |
* | Catch SIGTTIN and SIGTTOU too and treat them like SIGTSTP. |  millert | 2001-12-15 | 1 | -4/+12 |
* | o Turn off ECHONL in addition to ECHO |  millert | 2001-12-07 | 1 | -8/+10 |
* | Instead of restoring the tty mode, restoring the signal handler, |  millert | 2001-12-07 | 1 | -62/+25 |
* | Use TCSAFLUSH not TCSANOW. I was only using TCSANOW during debugging... |  millert | 2001-12-06 | 1 | -4/+4 |
* | Fix a long standing annoyance with getpass/readpassphrase. Instead of |  millert | 2001-12-06 | 1 | -20/+87 |
* | Do the memset only if tcgetattr() fails just in case the failed |  millert | 2001-08-07 | 1 | -3/+4 |
* | Keep a verbatim copy of the old struct termios instead of using |  millert | 2001-08-07 | 1 | -29/+15 |
* | typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@ |  djm | 2001-06-27 | 1 | -2/+2 |
* | Fix a char vs. u_char problem I introduced in the last commit. |  millert | 2001-06-18 | 1 | -2/+3 |
* | Disable the STATUS character when reading passwords -- people seem to |  millert | 2001-06-16 | 1 | -5/+21 |
* | Don't print an extra newline after reading passphrase if echo was not |  millert | 2000-11-29 | 1 | -2/+2 |
* | Add readpasasphrase(3), a more flexible getpass(3) replacement. |  millert | 2000-11-21 | 1 | -0/+128 |