]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
SSH port forwarding is now configurable in mid-session. After doing
authorSimon Tatham <anakin@pobox.com>
Tue, 28 Dec 2004 14:07:05 +0000 (14:07 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 28 Dec 2004 14:07:05 +0000 (14:07 +0000)
commit81df0d4253671dee0f7d1db83ebeb49b0e20fc27
tree757fbd757adf6d1016841e0ea6f70b589e0d1bf9
parent67f93aa30e905277226ffe557e71b335c640664b
SSH port forwarding is now configurable in mid-session. After doing
Change Settings, the port forwarding setup function is run again,
and tags all existing port forwardings as `do not keep'. Then it
iterates through the config in the normal way; when it encounters a
port forwarding which is already in the tree, it tags it `keep'
rather than setting it up from scratch. Finally, it goes through the
tree and removes any that haven't been labelled `keep'. Hence,
editing the list of forwardings in Change Settings has the effect of
cancelling any forwardings you remove, and adding any new ones.

The SSH panel now appears in the reconfig box, and is empty apart
from a message explaining that it has to be there for subpanels of
it to exist. Better wording for this message would be welcome.

[originally from svn r5030]
config.c
doc/config.but
portfwd.c
ssh.c
ssh.h