]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Loose end from r5031: the Kex panel should only be displayed in
authorSimon Tatham <anakin@pobox.com>
Wed, 29 Dec 2004 12:32:25 +0000 (12:32 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 29 Dec 2004 12:32:25 +0000 (12:32 +0000)
commitb0bf176dfb87a3839ad4beff1f5dc1237e3f7645
tree12c88207382997e2eaabc09fb1a1c220584b5690
parent6120d91507677e7c4a0c057671b3e56435a163f3
Loose end from r5031: the Kex panel should only be displayed in
mid-session if we are not using SSHv1. I've done this by introducing
a generic `cfg_info' function which every back end can use to
communicate an int's worth of data to setup_config_box; in SSH
that's the protocol version in use, and in everything else it's
currently zero.

[originally from svn r5040]
[r5031 == d77102a8d535a7000d6d909529a61a1564f6d678]
16 files changed:
config.c
mac/macdlg.c
putty.h
raw.c
rlogin.c
ssh.c
telnet.c
testback.c
unix/gtkdlg.c
unix/pterm.c
unix/pty.c
unix/unix.h
unix/uxputty.c
windows/windlg.c
windows/window.c
windows/winstuff.h