Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston | |
2015-06-04 | buf_getstring and buf_putstring now use non-unsigned char* | Matt Johnston | |
2015-05-05 | Turn name and instruction local variables into char * | Gaël PORTAY | |
2015-05-05 | Turn get_response()'s return type and prompt argument into char * | Gaël PORTAY | |
2015-05-05 | Fix pointer differ in signess warnings [-Werror=pointer-sign] | Gaël PORTAY | |
2011-04-07 | Fix memory leak found by Klocwork | Matt Johnston | |
--HG-- extra : convert_revision : 6f1e5e6dd6462f1c35a6bfd601a0f5f8b99410d6 | |||
2008-09-18 | Print "Login for user@host" for keyboard interactive, since it probably | Matt Johnston | |
isn't clear from the remote host's prompt --HG-- extra : convert_revision : cabaf758875b341354e57def5bad3581a7da56e3 | |||
2006-07-07 | BUG: The strings 'name' and 'instruction' are always allocated | Matt 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-15 | Cancel 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-20 | Forgot to revert echo flag | Matt Johnston | |
--HG-- extra : convert_revision : edab4eafef0717badd628115fac4f4e2793ba22d | |||
2005-09-20 | added keyboard-interactive client support | Matt Johnston | |
--HG-- extra : convert_revision : 3df738e42f4fc8b7f0f3ff9ca767386f54edb1ea |