]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Dynamic port forwarding by means of a local SOCKS server. Fully
authorSimon Tatham <anakin@pobox.com>
Sat, 5 Apr 2003 11:45:21 +0000 (11:45 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 5 Apr 2003 11:45:21 +0000 (11:45 +0000)
commit8a3ff2bf3ea9baa523c9c096b8735e2b8f2c578e
tree674c1bb12b4ed045320ba5420c04ec3a1520df7f
parent3bd04155796b6349385aa628234d7ae337b69ea6
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 :-)

[originally from svn r3055]
cmdline.c
config.c
plink.c
portfwd.c
putty.h
ssh.c
ssh.h
unix/uxplink.c