]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
proxy.c now no longer refers to `cfg'. Instead, each of the three
authorSimon Tatham <anakin@pobox.com>
Sun, 12 Jan 2003 15:26:10 +0000 (15:26 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 12 Jan 2003 15:26:10 +0000 (15:26 +0000)
commit952857fca38ee6f3b7307fefebbd766756b2e2e5
tree38784d6c9b86053c48390b4d4242b38f196b5f67
parent2d469ba49729fc510265bf49c1e9dbab4f0c041e
proxy.c now no longer refers to `cfg'. Instead, each of the three
proxy-indirection network functions (name_lookup, new_connection,
new_listener) takes a `const Config *' as an argument, and extracts
enough information from it before returning to handle that
particular network operation in accordance with the proxy settings
it specifies. This involved {win,ux}net.c due to a `const'
repercussion.

[originally from svn r2567]
12 files changed:
network.h
portfwd.c
proxy.c
proxy.h
raw.c
rlogin.c
ssh.c
ssh.h
telnet.c
unix/uxnet.c
winnet.c
x11fwd.c