summaryrefslogtreecommitdiffhomepage
path: root/cli-authinteract.c
AgeCommit message (Expand)Author
2021-08-19added option to disable trivial auth methods (#128)Manfred Kaiser
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-05-05Turn name and instruction local variables into char *Gaël PORTAY
2015-05-05Turn get_response()'s return type and prompt argument into char *Gaël PORTAY
2015-05-05Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaël PORTAY
2011-04-07Fix memory leak found by KlocworkMatt Johnston
2008-09-18Print "Login for user@host" for keyboard interactive, since it probablyMatt Johnston
2006-07-07BUG: The strings 'name' and 'instruction' are always allocatedMatt Johnston
2006-01-15Cancel a dbclient password prompt if the user presses ctrl-c.Matt Johnston
2005-09-20Forgot to revert echo flagMatt Johnston
2005-09-20added keyboard-interactive client supportMatt Johnston