Dynamic port forwarding by means of a local SOCKS server. Fully
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 5 Apr 2003 11:45:21 +0000 (11:45 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 5 Apr 2003 11:45:21 +0000 (11:45 +0000)
commit820ebe3b54a21cfb8d42e43c567d952415c1d05d
tree674c1bb12b4ed045320ba5420c04ec3a1520df7f
parent125105d16c788398562ac03e91ce7a0dc0292492
Dynamic port forwarding by means of a local SOCKS server. Fully
supports SOCKS 4, SOCKS 4A and SOCKS 5 (well, actually IPv6 in SOCKS
5 isn't supported, but it'll be no difficulty once I actually get
round to it). Thanks to Chas Honton for his `stone soup' patch: I
didn't end up actually using any of his code, but it galvanised me
into doing it properly myself :-)

git-svn-id: svn://svn.tartarus.org/sgt/putty@3055 cda61777-01e9-0310-a592-d414129be87e
cmdline.c
config.c
plink.c
portfwd.c
putty.h
ssh.c
ssh.h
unix/uxplink.c