]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Option to log proxy setup diagnostics to the terminal.
authorSimon Tatham <anakin@pobox.com>
Sun, 22 Nov 2015 14:33:28 +0000 (14:33 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 22 Nov 2015 15:12:10 +0000 (15:12 +0000)
commit7c65b9c57ab1b98ec21ac217a8892131497a1d0f
treed0f4dbd5fe633389c18062925e5507b24c2249d4
parent297efff30350ddffbc77dd6da4269db87103789c
Option to log proxy setup diagnostics to the terminal.

It has three settings: on, off, and 'only until session starts'. The
idea of the last one is that if you use something like 'ssh -v' as
your proxy command, you probably wanted to see the initial SSH
connection-setup messages while you were waiting to see if the
connection would be set up successfully at all, but probably _didn't_
want a slew of diagnostics from rekeys disrupting your terminal in
mid-emacs once the session had got properly under way.

Default is off, to avoid startling people used to the old behaviour. I
wonder if I should have set it more aggressively, though.
be_misc.c
config.c
network.h
putty.h
raw.c
rlogin.c
settings.c
ssh.c
telnet.c
unix/uxpgnt.c