mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-15 01:57:40 -05:00
Add a bug-compatibility flag to disable the
winadj@putty.projects.tartarus.org request. Not currently enabled automatically, but should be usable as a manual workaround. [originally from svn r9592]
This commit is contained in:
3
config.c
3
config.c
@ -2457,6 +2457,9 @@ void setup_config_box(struct controlbox *b, int midsession,
|
||||
ctrl_droplist(s, "Chokes on SSH-2 ignore messages", '2', 20,
|
||||
HELPCTX(ssh_bugs_ignore2),
|
||||
sshbug_handler, I(CONF_sshbug_ignore2));
|
||||
ctrl_droplist(s, "Chokes on PuTTY's SSH-2 'winadj' requests", 'j',
|
||||
20, HELPCTX(ssh_bugs_winadj),
|
||||
sshbug_handler, I(CONF_sshbug_winadj));
|
||||
ctrl_droplist(s, "Miscomputes SSH-2 HMAC keys", 'm', 20,
|
||||
HELPCTX(ssh_bugs_hmac2),
|
||||
sshbug_handler, I(CONF_sshbug_hmac2));
|
||||
|
Reference in New Issue
Block a user