]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit21f403f5b4cc512649036b3509a7f3c1e2e702db
tree12c88207382997e2eaabc09fb1a1c220584b5690
parent01717af033bf244769c7a8ae8e9d350aa8d7f616
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.

git-svn-id: http://svn.tartarus.org/sgt/putty@5040 cda61777-01e9-0310-a592-d414129be87e
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