summaryrefslogtreecommitdiffstats
path: root/src/getpass.c
Commit message (Collapse)AuthorAgeFilesLines
* getpass: Fix a memory leak in ssh_gets() on error.Andreas Schneider2012-10-051-0/+1
| | | | (cherry picked from commit 6092596199e8ebfbbf6e6ba48b7ec6ca0d85fa13)
* 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