]> asedeno.scripts.mit.edu Git - PuTTY.git/history - x11fwd.c
first pass
[PuTTY.git] / x11fwd.c
2017-02-05 Simon TathamFix a few more clang-generated warnings.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-27 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
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-08-27 Simon TathamStop using abs(unsigned) in X11 time comparison.
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-05-15 Simon TathamGiant const-correctness patch of doom!
2015-05-05 Simon TathamConst-correctness in x11_setup_display.
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-11-17 Simon TathamGet rid of the error-return mechanism from x11_init.
2013-11-17 Simon TathamRefactor the construction of X protocol greetings.
2013-11-17 Simon TathamPrepare to have multiple X11 auth cookies valid at once.
2013-11-17 Simon TathamDecouple X socket opening from x11_init().
2013-11-17 Simon TathamRefactor ssh.c's APIs to x11fwd.c and portfwd.c.
2013-11-17 Simon TathamReplace the hacky 'OSSocket' type with a closure.
2013-09-08 Simon TathamPass an error message through to sshfwd_unclean_close.
2013-07-14 Simon TathamFix another giant batch of resource leaks. (Mostly...
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2012-04-23 Simon TathamCall sshfwd_unclean_close() in the event of a local...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2009-04-23 Simon TathamWhen giving authorisation errors from the proxy code...
2009-02-24 Jacob NevinsSince r8305, Unix PuTTY has always "upgraded" an X11...
2009-01-04 Jacob Nevinsr8305 seems to have made Unix PuTTY rather over-keen...
2008-11-17 Simon TathamRevamp of the local X11 connection code. We now parse...
2008-05-28 Simon TathamMerge from trunk up to r8020.
2008-05-28 Simon TathamOS X Leopard, it turns out, has a new and exciting...
2007-01-09 Simon TathamGet rid of all the MSVC warnings.
2006-02-11 Jacob NevinsA zero-length return from platform_get_x_display()...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-02-21 Ben HarrisMake sure that auth->xdmseen is initialised (to NULL...
2005-02-02 Ben HarrisImplement anti-replay protection for XDM-AUTHORIZATION...
2005-01-29 Owen DunnAnother compiler pickiness. It feels wrong to be doing...
2005-01-28 Ben HarrisOverhaul of client-side XDM-AUTHORIZATION-1:
2005-01-20 Owen DunnFix/bludgeon Mac compile wrinkles.
2005-01-16 Simon TathamSupport for falling back through the list of addresses...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-11-18 Jacob Nevins*sigh* X11 forwarding to a local display (":0" or simil...
2004-10-06 Jacob NevinsX forwarding changes:
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-31 Simon TathamRJK's patch to enable PuTTY's X forwarding to connect...
2003-08-07 Jacob NevinsControl of 'addr' is now handed over to {platform_...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-25 Simon TathamFix another segfault on abrupt X connection shutdown...
2003-03-29 Ben HarrisIn a couple of places, snewn() was being asked for...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-15 Ben HarrisAdd the ability to close sessions. This adds *_free...
2003-01-12 Simon Tathamproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-12 Simon TathamSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-11 Ben HarrisMove the prototype for platform_get_x11_auth() from...
2003-01-11 Ben HarrisAdd a cast for a char * vs unsigned char * conflict.
2003-01-11 Simon TathamSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-10 Simon TathamIntroduce framework for authenticating with the local...
2003-01-05 Ben HarrisMove x11fwd and portfwd prototypes from ssh.c into...
2003-01-05 Ben HarrisSC in "finding an actual bug" shocker! Set the port...
2003-01-05 Ben Harris"possible unintended assignment"? I think not.
2003-01-05 Ben Harrischar * vs unsigned char * (by explicit cast).
2003-01-02 Simon TathamA couple of X forwarding fixes for Unix Plink. Firstly...
2003-01-02 Simon TathamPropagate the screen number from a local X display...
2002-12-18 Simon TathamSupport for doing DNS at the proxy end. I've invented...
2002-10-30 Simon TathamMore preparatory work: remove the <windows.h> include...
2002-10-26 Simon TathamX forwarding authentication is now invented on a per...
2002-03-23 Simon TathamJustin Bradford's proxy support patch. Currently suppor...
2001-12-30 Simon TathamPageant is now able to avoid asking for the passphrase...
2001-11-29 Simon TathamConfigurable TCP_NODELAY option on network connections
2001-08-28 Simon TathamSemantic fix in the X11 `authentication failed' error...
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-08-08 Simon TathamSSH port forwarding! How cool is that?
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-03-15 Simon TathamFix a segfault on abrupt X connection shutdown.
2001-03-13 Simon TathamDave Hinton's modifications to the network layer interf...
2001-02-01 Simon TathamYet another attempt at OOB handling in the network...
2001-01-24 Simon TathamImprove socket error handling so that a socket error...
2001-01-23 Simon TathamRemove the entirely pointless fourth parameter from...
2001-01-22 Simon TathamAdd X11 forwarding, mainly thanks to Andreas Schultz