Tartarus CVS: putty simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Sun, 11 Aug 2002 14:02:01 +0100


CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	02/08/11 14:02:01

Modified files:
	.              : ssh.c 

Log message:
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!