summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/readpassphrase.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
* Avoid generate SIGTTOU when restoring the terminal mode. If we getmillert2016-10-181-1/+5
* Wrap <readpassphrase.h> so internal calls go direct and readpassphrase is weakguenther2015-09-141-1/+2
* most obvious unsigned char casts for ctypederaadt2013-11-241-4/+4
* Defer installing signal handlers until echo is disabled so that wemillert2010-05-141-39/+41
* If a process receives two different signals while in readpassphrase, onlydtucker2010-01-131-13/+19
* Use TCSAFLUSH instead of TCSANOW when turning echo back on so thatmillert2008-01-171-2/+2
* If we receive SIGTTOU when turning off echo, the process is alreadymillert2007-10-301-20/+27
* (char)to{upper,lower}()deraadt2006-03-311-3/+3
* zap remaining rcsid.espie2005-08-081-5/+1
* Restoration of terminal settings can be broken by a well-timed signal,millert2005-05-241-4/+7
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+13
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-23/+12
* Add RPP_STDIN flag which acts as the converse of RPP_REQUIRE_TTY.millert2002-06-281-5/+9
* Add SIGALRM and SIGPIPE to the list of signals we catch, turn echo back on,millert2002-05-091-10/+14
* Catch SIGTTIN and SIGTTOU too and treat them like SIGTSTP.millert2001-12-151-4/+12
* o Turn off ECHONL in addition to ECHOmillert2001-12-071-8/+10
* Instead of restoring the tty mode, restoring the signal handler,millert2001-12-071-62/+25
* Use TCSAFLUSH not TCSANOW. I was only using TCSANOW during debugging...millert2001-12-061-4/+4
* Fix a long standing annoyance with getpass/readpassphrase. Instead ofmillert2001-12-061-20/+87
* Do the memset only if tcgetattr() fails just in case the failedmillert2001-08-071-3/+4
* Keep a verbatim copy of the old struct termios instead of usingmillert2001-08-071-29/+15
* typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@djm2001-06-271-2/+2
* Fix a char vs. u_char problem I introduced in the last commit.millert2001-06-181-2/+3
* Disable the STATUS character when reading passwords -- people seem tomillert2001-06-161-5/+21
* Don't print an extra newline after reading passphrase if echo was notmillert2000-11-291-2/+2
* Add readpasasphrase(3), a more flexible getpass(3) replacement.millert2000-11-211-0/+128