]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Support reconfiguration of key exchange in mid-session. The fiddly
authorSimon Tatham <anakin@pobox.com>
Tue, 28 Dec 2004 14:10:32 +0000 (14:10 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 28 Dec 2004 14:10:32 +0000 (14:10 +0000)
commitd77102a8d535a7000d6d909529a61a1564f6d678
tree9f3824b7d0a6e186701ec222b0b6b2fb44e74d82
parent81df0d4253671dee0f7d1db83ebeb49b0e20fc27
Support reconfiguration of key exchange in mid-session. The fiddly
bit is working out when to reschedule the next rekey for when the
timeout or data limit changes; sometimes it will be _right now_
because we're already over the new limit.

Still to do: the Kex panel should not appear in mid-session if we
are using SSHv1.

[originally from svn r5031]
config.c
ssh.c