proxy.c now no longer refers to `cfg'. Instead, each of the three
[u/mdw/putty] / proxy.c
2003-01-12 simonproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-10 simonIntroduce framework for authenticating with the local...
2003-01-04 benFix some char * vs unsigned char * conversions, plus...
2003-01-02 simonPresence of unexpected characters in the proxy exclude...
2002-12-18 simonSupport for doing DNS at the proxy end. I've invented...
2002-12-18 simonBetter reporting of DNS errors while trying to find...
2002-12-18 simonStop proxying connections to localhost by default;...
2002-12-18 simonImplement `portfwd-loopback-choice'. Works on local...
2002-12-10 jacobIPv4/IPv6 sense problem in SOCKS5 proxying spotted...
2002-12-08 jacobWrong length was causing spurious \0 to be sent during...
2002-12-07 jacobFix write to freed memory in HTTP proxying. Things...
2002-11-07 simonRobustness fixes for KEXINIT handling and others. In...
2002-10-30 simonMore preparatory work: remove the <windows.h> include...
2002-10-26 simonFix proxy.c so that the static variables become const.
2002-10-23 jacobMinor compiler nits:
2002-10-22 simonJustin Bradford's patch for increased proxy robustness.
2002-10-11 jacobInitialise some members of the Proxy_Socket structure...
2002-09-24 simonFinish replacing `Network error' with `Proxy error...
2002-09-21 simonCleanups to proxy code: greater robustness in receiving...
2002-09-21 simonSupport username/password authentication in SOCKS 5.
2002-09-21 simonSupport username and password authentication when talki...
2002-04-27 simonSOCKS proxy support added (next instalment of Justin...
2002-03-27 simonUpdates to proxy support, both from me and from Justin...
2002-03-23 simonJustin Bradford's proxy support patch. Currently suppor...