summaryrefslogtreecommitdiffstats
path: root/src/getpass.c
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Check for unistd.h.Andreas Schneider2013-07-231-0/+6
|
* getpass: Don't fail if stdin is not a tty.Andreas Schneider2013-04-051-23/+27
| | | | | We don't need to manipulate the tty state (such as turning off echo) when prompting for passwords if we're not reading from a tty.
* getpass: Fix a memory leak in ssh_gets() on error.Andreas Schneider2012-10-051-0/+1
|
* priv: Remove crypto.h and add correct includes to src files.Andreas Schneider2011-09-181-0/+1
|
* getpass: Fixed a compiler warning.Andreas Schneider2011-02-051-1/+3
|
* Getpass: fixed loop + indentationAris Adamantiadis2011-01-261-3/+3
|
* Getpass: Fix password clearingAris Adamantiadis2011-01-261-11/+10
|
* getpass: Fixed possible segfault if len is too small.Andreas Schneider2011-01-241-0/+10
|
* misc: Added multiplatform ssh_getpass() fuction.Andreas Schneider2011-01-241-0/+265