]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Justin Bradford's proxy support patch. Currently supports only HTTP
authorSimon Tatham <anakin@pobox.com>
Sat, 23 Mar 2002 17:47:21 +0000 (17:47 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 23 Mar 2002 17:47:21 +0000 (17:47 +0000)
commiteabd704d1ecf72868794284d0f24e8d69ec9ce76
tree1dcc1dfce653ffa694047ba6c4744fab88ed77c8
parent869989e7e66524b8d412e70be0b72080cf0e9fac
Justin Bradford's proxy support patch. Currently supports only HTTP
CONNECT, but contains an extensible framework to allow other
proxies. Apparently SOCKS and ad-hoc-telnet-proxy are already
planned (the GUI mentions them already even though they don't work
yet). GUI includes full configurability and allows definition of
exclusion zones. Rock and roll.

[originally from svn r1598]
15 files changed:
Makefile
Recipe
network.h
portfwd.c
proxy.c [new file with mode: 0644]
proxy.h [new file with mode: 0644]
putty.h
raw.c
rlogin.c
settings.c
ssh.c
telnet.c
windlg.c
winnet.c
x11fwd.c