]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Final fixes to keyboard-interactive so it now works with packets
authorSimon Tatham <anakin@pobox.com>
Sun, 11 Aug 2002 13:02:01 +0000 (13:02 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 11 Aug 2002 13:02:01 +0000 (13:02 +0000)
commit4b64ea9db9d9d3a0d4afc0cfccb605f68456adbb
tree9fdaf363bf4f01e302f576e704a56256a89566fd
parent554f9f130aac0f17cf128d3d03f8e2bf60805be5
Final fixes to keyboard-interactive so it now works with packets
containing more than one prompt instead of less than one, and also
correctly enables echo on prompts that the server requests it for.
In the process I've moved the whole username/password input routine
out into its own function, where it's called independently of which
SSH protocol we're using, so this should even have _saved_ code
size. Rock!

[originally from svn r1830]
ssh.c