]> asedeno.scripts.mit.edu Git - PuTTY.git/history - proxy.c
Never pass a `char' to a ctype function. I had relied on gcc -Wall
[PuTTY.git] / proxy.c
2003-03-11 Simon TathamNever pass a `char' to a ctype function. I had relied...
2003-01-27 Simon TathamRemove all `enum'-typed variables from the Config struc...
2003-01-12 Simon Tathamproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-10 Simon TathamIntroduce framework for authenticating with the local...
2003-01-04 Ben HarrisFix some char * vs unsigned char * conversions, plus...
2003-01-02 Simon TathamPresence of unexpected characters in the proxy exclude...
2002-12-18 Simon TathamSupport for doing DNS at the proxy end. I've invented...
2002-12-18 Simon TathamBetter reporting of DNS errors while trying to find...
2002-12-18 Simon TathamStop proxying connections to localhost by default;...
2002-12-18 Simon TathamImplement `portfwd-loopback-choice'. Works on local...
2002-12-10 Jacob NevinsIPv4/IPv6 sense problem in SOCKS5 proxying spotted...
2002-12-08 Jacob NevinsWrong length was causing spurious \0 to be sent during...
2002-12-07 Jacob NevinsFix write to freed memory in HTTP proxying. Things...
2002-11-07 Simon TathamRobustness fixes for KEXINIT handling and others. In...
2002-10-30 Simon TathamMore preparatory work: remove the <windows.h> include...
2002-10-26 Simon TathamFix proxy.c so that the static variables become const.
2002-10-23 Jacob NevinsMinor compiler nits:
2002-10-22 Simon TathamJustin Bradford's patch for increased proxy robustness.
2002-10-11 Jacob NevinsInitialise some members of the Proxy_Socket structure...
2002-09-24 Simon TathamFinish replacing `Network error' with `Proxy error...
2002-09-21 Simon TathamCleanups to proxy code: greater robustness in receiving...
2002-09-21 Simon TathamSupport username/password authentication in SOCKS 5.
2002-09-21 Simon TathamSupport username and password authentication when talki...
2002-04-27 Simon TathamSOCKS proxy support added (next instalment of Justin...
2002-03-27 Simon TathamUpdates to proxy support, both from me and from Justin...
2002-03-23 Simon TathamJustin Bradford's proxy support patch. Currently suppor...