Justin Bradford's proxy support patch. Currently supports only HTTP
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 23 Mar 2002 17:47:21 +0000 (17:47 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 23 Mar 2002 17:47:21 +0000 (17:47 +0000)
commit8eebd22198133e95ce25af1dd15dead0a5389371
tree1dcc1dfce653ffa694047ba6c4744fab88ed77c8
parent7e9b7f4bafac235430a05da4c55a2b5502ed6e64
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1598 cda61777-01e9-0310-a592-d414129be87e
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