]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commitb429ff19bd3700b868e41d5f10634bff861eaa2d
tree7f87aca9361f931f8ffc63bee679103a394fc5e6
parent9f2f8bbbc6a5344ac0920e43ad9cd966f0310ca7
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: http://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