]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
New SSH bug flag, for 'can't handle SSH2_MSG_IGNORE'. Another user
authorSimon Tatham <anakin@pobox.com>
Fri, 23 Apr 2010 18:32:15 +0000 (18:32 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 23 Apr 2010 18:32:15 +0000 (18:32 +0000)
commitd5aa23c1160e7bf866a0f4ff62c652c8b363a662
tree7f87aca9361f931f8ffc63bee679103a394fc5e6
parent97ca111e2953a18c8f75238d2c5bfb0d6017e4eb
New SSH bug flag, for 'can't handle SSH2_MSG_IGNORE'. Another user
today reported an SSH2_MSG_UNIMPLEMENTED from a Cisco router which
looks as if it was triggered by SSH2_MSG_IGNORE, so I'm
experimentally putting this flag in. Currently must be manually
enabled, though if it turns out to solve the user's problem then
I'll probably add at least one version string...

[Edited commit message: actually, I also committed in error a piece
of experimental code as part of this checkin. Serve me right for not
running 'svn diff' first.]

[originally from svn r8926]
config.c
doc/config.but
putty.h
settings.c
ssh.c
terminal.c
windows/window.c