summaryrefslogtreecommitdiff
path: root/cli-authinteract.c
Commit message (Expand)AuthorAgeFilesLines
* Fix declaration after statementMatt Johnston2022-03-301-1/+1
* added option to disable trivial auth methods (#128)Manfred Kaiser2021-08-191-0/+1
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-2/+2
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-9/+9
* Turn name and instruction local variables into char *Ga?l PORTAY2015-05-031-4/+4
* Turn get_response()'s return type and prompt argument into char *Ga?l PORTAY2015-05-021-9/+9
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-5/+5
* Fix memory leak found by KlocworkMatt Johnston2011-04-071-0/+1
* Print "Login for user@host" for keyboard interactive, since it probablyMatt Johnston2008-09-181-0/+5
* BUG: The strings 'name' and 'instruction' are always allocatedMatt Johnston2006-07-071-2/+3
* Cancel a dbclient password prompt if the user presses ctrl-c.Matt Johnston2006-01-151-1/+1
* Forgot to revert echo flagMatt Johnston2005-09-201-1/+1
* added keyboard-interactive client supportMatt Johnston2005-09-201-0/+168