Implement `portfwd-loopback-choice'. Works on local side in Unix as
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 18 Dec 2002 11:39:25 +0000 (11:39 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 18 Dec 2002 11:39:25 +0000 (11:39 +0000)
commit6ee9b735013c0e636b027b77e9f6ba57a96e142f
tree396e6b193bfe195c5e60f827dda94e32a46e3a74
parentd6430b975d14ddbd53c40126fa9d00bea3c2d08b
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2344 cda61777-01e9-0310-a592-d414129be87e
cmdline.c
doc/config.but
doc/using.but
network.h
portfwd.c
proxy.c
ssh.c
unix/uxnet.c
winnet.c