Tartarus CVS: putty: simon
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Sun, 12 Jan 2003 15:26:13 +0000
CVS Root: /home/cvs
Module: putty
Changes by: simon
Date: Sun Jan 12 2003 15:26:12 GMT
Log message:
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.
Modified files:
. : network.h portfwd.c proxy.c proxy.h raw.c
rlogin.c ssh.c ssh.h telnet.c winnet.c x11fwd.c
unix : uxnet.c
Links:
http://cvs.tartarus.org//putty/network.h.diff?r1=1.21&r2=1.22
http://cvs.tartarus.org//putty/portfwd.c.diff?r1=1.14&r2=1.15
http://cvs.tartarus.org//putty/proxy.c.diff?r1=1.23&r2=1.24
http://cvs.tartarus.org//putty/proxy.h.diff?r1=1.5&r2=1.6
http://cvs.tartarus.org//putty/raw.c.diff?r1=1.41&r2=1.42
http://cvs.tartarus.org//putty/rlogin.c.diff?r1=1.35&r2=1.36
http://cvs.tartarus.org//putty/ssh.c.diff?r1=1.264&r2=1.265
http://cvs.tartarus.org//putty/ssh.h.diff?r1=1.65&r2=1.66
http://cvs.tartarus.org//putty/telnet.c.diff?r1=1.58&r2=1.59
http://cvs.tartarus.org//putty/winnet.c.diff?r1=1.48&r2=1.49
http://cvs.tartarus.org//putty/x11fwd.c.diff?r1=1.27&r2=1.28
http://cvs.tartarus.org//putty/unix/uxnet.c.diff?r1=1.12&r2=1.13