summaryrefslogtreecommitdiffhomepage
path: root/cli-authinteract.c
AgeCommit message (Collapse)Author
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
--HG-- extra : convert_revision : 6f1e5e6dd6462f1c35a6bfd601a0f5f8b99410d6
2008-09-18Print "Login for user@host" for keyboard interactive, since it probablyMatt Johnston
isn't clear from the remote host's prompt --HG-- extra : convert_revision : cabaf758875b341354e57def5bad3581a7da56e3
2006-07-07BUG: The strings 'name' and 'instruction' are always allocatedMatt Johnston
but are only freed if the length of the string is greater then zero. They should always be freed. FIX: take the m_free(<string>) out of the conditional From Erik Hovland --HG-- extra : convert_revision : 13227a7365411821cb194fb45ccb23a9b9fb98cc
2006-01-15Cancel a dbclient password prompt if the user presses ctrl-c.Matt Johnston
Enter still has to be pressed since glibc blocks ctrl-c in getpass() --HG-- extra : convert_revision : 1c8128fba89431f2460dd5914f0614850d529b76
2005-09-20Forgot to revert echo flagMatt Johnston
--HG-- extra : convert_revision : edab4eafef0717badd628115fac4f4e2793ba22d
2005-09-20added keyboard-interactive client supportMatt Johnston
--HG-- extra : convert_revision : 3df738e42f4fc8b7f0f3ff9ca767386f54edb1ea