]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Implement `portfwd-loopback-choice'. Works on local side in Unix as
authorSimon Tatham <anakin@pobox.com>
Wed, 18 Dec 2002 11:39:25 +0000 (11:39 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 18 Dec 2002 11:39:25 +0000 (11:39 +0000)
commit99b870dbc625acd4b19fdb9bb5fc1ac862ec229c
tree396e6b193bfe195c5e60f827dda94e32a46e3a74
parent8cb52a26e14f86a9553000661c50a0ec95c34ae5
Implement `portfwd-loopback-choice'. Works on local side in Unix as
well, though it's a lot less useful since you still can't bind to
low-numbered ports of odd loopback IPs. Should work in principle for
SSH2 remote forwardings as well as local ones, but OpenSSH seems
unwilling to cooperate.

[originally from svn r2344]
cmdline.c
doc/config.but
doc/using.but
network.h
portfwd.c
proxy.c
ssh.c
unix/uxnet.c
winnet.c