]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Handle more gracefully the possibility of a keyboard-interactive
authorSimon Tatham <anakin@pobox.com>
Tue, 3 Mar 2009 18:35:53 +0000 (18:35 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 3 Mar 2009 18:35:53 +0000 (18:35 +0000)
commitd0661ca94e1c70c1e8c46d2717a34e21f0806e10
treea824859b4ab62b8e75433b551b41814da33ab4f3
parent80623557c651e97a80c6023bb6eaad7664f35bc2
Handle more gracefully the possibility of a keyboard-interactive
prompts packet containing no actual prompts (perhaps due to odd
server organisation, or perhaps so it can print a banner message and
do nothing else). Previously, the get_userpass_input functions
always returned failure when in '-batch' mode, even in this case
where no actual input would be required.

[originally from svn r8490]
unix/uxcons.c
windows/wincons.c