Ensure ssh specials (EOF and PING) don't occur except in connection
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 8 Jan 2001 13:57:45 +0000 (13:57 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 8 Jan 2001 13:57:45 +0000 (13:57 +0000)
commit3687d22128ed403489a4e3736c343c2286ae6b34
tree19a1ec601b68925d4e1f983d4061b82c769e20ce
parentc4d8e1075444627ca24c9de6128d95085db74723
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@850 cda61777-01e9-0310-a592-d414129be87e
ssh.c