aboutsummaryrefslogtreecommitdiff
path: root/src/getpass.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-07update copyright informationAris Adamantiadis1-1/+1
2013-07-23cmake: Check for unistd.h.Andreas Schneider1-0/+6
2013-04-05getpass: Don't fail if stdin is not a tty.Andreas Schneider1-23/+27
2012-10-05getpass: Fix a memory leak in ssh_gets() on error.Andreas Schneider1-0/+1
2011-09-18priv: Remove crypto.h and add correct includes to src files.Andreas Schneider1-0/+1
2011-02-05getpass: Fixed a compiler warning.Andreas Schneider1-1/+3
2011-01-26Getpass: fixed loop + indentationAris Adamantiadis1-3/+3
2011-01-26Getpass: Fix password clearingAris Adamantiadis1-11/+10
2011-01-24getpass: Fixed possible segfault if len is too small.Andreas Schneider1-0/+10
2011-01-24misc: Added multiplatform ssh_getpass() fuction.Andreas Schneider1-0/+265