]> asedeno.scripts.mit.edu Git - PuTTY.git/history - proxy.c
first pass
[PuTTY.git] / proxy.c
2017-02-04 Jason AndryukLog proxy host correctly in Event Log.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2016-02-29 Colin WatsonAvoid -Wmisleading-indentation warnings with GCC 6.
2016-01-30 Colin WatsonAvoid -Wmisleading-indentation warnings with GCC 6.
2015-11-27 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2015-11-22 Simon TathamLog the setup of proxied network connections.
2015-11-22 Simon TathamTell the truth about DNS lookups in the Event Log.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-06-20 Simon TathamLog identifying information for the other end of connec...
2015-05-18 Simon TathamLog identifying information for the other end of connec...
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-11-17 Simon TathamRemove sk_{get,set}_private_ptr completely!
2013-11-17 Simon TathamReplace the hacky 'OSSocket' type with a closure.
2013-07-27 Simon TathamAdd an assortment of missing consts I've just noticed.
2013-07-22 Simon TathamFix a few more memory and resource leaks.
2013-07-14 Simon TathamFix another giant batch of resource leaks. (Mostly...
2012-10-16 Simon TathamWhen a proxy negotiation function is called with PROXY_...
2012-10-16 Simon TathamIf you configure Unix PuTTY to use a proxy, tell it...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2007-01-21 Jacob NevinsFix several bugs that stopped %proxyport from doing...
2005-04-22 Jacob NevinsChange proxy-dns `Auto' default for SOCKS5 from local...
2005-01-16 Simon TathamSupport for falling back through the list of addresses...
2005-01-07 Simon TathamProxy command formatting now recognises `%proxyhost' and
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-08-30 Simon TathamMalcolm Smith's patch to support CHAP (digest-based...
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-02-10 Simon TathamJacob reports a segfault when using HTTP proxying under...
2004-01-20 Simon TathamMark Wutzke points out that the comment in sk_proxy_set...
2003-08-07 Jacob NevinsControl of 'addr' is now handed over to {platform_...
2003-06-06 Ben HarrisMove prototype for platform_new_connection() to a heade...
2003-05-24 Jacob NevinsIncorporate matthew.gabeler-lee's suggested fix for...
2003-05-10 Ben HarrisEliminate a "possible unintended assignment" warning.
2003-05-10 Simon TathamFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-07 Simon TathamYesterday's proxy enhancements also slightly nadgered...
2003-05-06 Simon TathamSupport, on Unix only (so far), for OpenSSH-style gener...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-23 Simon TathamUnix makefile now uses -O2, which massively cuts down...
2003-04-12 Ben Harrissocks5_negotiate(): rather than using an uninitialised...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-18 Ben HarrisChange the token for HTTP Basic Authentication from...
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...