New SSH bug flag, for 'can't handle SSH2_MSG_IGNORE'. Another user
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 23 Apr 2010 18:32:15 +0000 (18:32 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 23 Apr 2010 18:32:15 +0000 (18:32 +0000)
commitcf6ddb95b1f75d3cefc23ddc18a29293d912bf22
tree7f87aca9361f931f8ffc63bee679103a394fc5e6
parent91eea9449dda53b6d5da084ad41aaa6df9fe86a3
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.]

git-svn-id: svn://svn.tartarus.org/sgt/putty@8926 cda61777-01e9-0310-a592-d414129be87e
config.c
doc/config.but
putty.h
settings.c
ssh.c
terminal.c
windows/window.c