Tartarus CVS: putty simon

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Mon, 08 Jan 2001 13:57:45 +0000


CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	01/01/08 13:57:45

Modified files:
	.              : ssh.c 

Log message:
Ensure ssh specials (EOF and PING) don't occur except in connection
states where they're meaningful. In case Plink misses an EOF by
attempting to send it before reaching SSH_STATE_SESSION, it is
buffered and sent later. PINGs can be sent during any part of the
initialisation phase _except_ before deciding whether to use
protocol 1 or 2.