Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / x11fwd.c
2013-07-14 simonFix another giant batch of resource leaks. (Mostly...
2012-07-22 simonIntroduce a new utility function smemclr(), which memse...
2012-04-23 simonCall sshfwd_unclean_close() in the event of a local...
2011-09-13 simonRevamp of EOF handling in all network connections,...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2009-04-23 simonWhen giving authorisation errors from the proxy code...
2009-02-24 jacobSince r8305, Unix PuTTY has always "upgraded" an X11...
2009-01-04 jacobr8305 seems to have made Unix PuTTY rather over-keen...
2008-11-17 simonRevamp of the local X11 connection code. We now parse...
2008-05-28 simonOS X Leopard, it turns out, has a new and exciting...
2007-01-09 simonGet rid of all the MSVC warnings.
2006-02-11 jacobA zero-length return from platform_get_x_display()...
2005-04-12 jacobUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-02-21 benMake sure that auth->xdmseen is initialised (to NULL...
2005-02-02 benImplement anti-replay protection for XDM-AUTHORIZATION...
2005-01-29 owenAnother compiler pickiness. It feels wrong to be doing...
2005-01-28 benOverhaul of client-side XDM-AUTHORIZATION-1:
2005-01-20 owenFix/bludgeon Mac compile wrinkles.
2005-01-16 simonSupport for falling back through the list of addresses...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-11-18 jacob*sigh* X11 forwarding to a local display (":0" or simil...
2004-10-06 jacobX forwarding changes:
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-31 simonRJK's patch to enable PuTTY's X forwarding to connect...
2003-08-07 jacobControl of 'addr' is now handed over to {platform_...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-25 simonFix another segfault on abrupt X connection shutdown...
2003-03-29 benIn a couple of places, snewn() was being asked for...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-15 benAdd the ability to close sessions. This adds *_free...
2003-01-12 simonproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-12 simonSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-11 benMove the prototype for platform_get_x11_auth() from...
2003-01-11 benAdd a cast for a char * vs unsigned char * conflict.
2003-01-11 simonSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-10 simonIntroduce framework for authenticating with the local...
2003-01-05 benMove x11fwd and portfwd prototypes from ssh.c into...
2003-01-05 benSC in "finding an actual bug" shocker! Set the port...
2003-01-05 ben"possible unintended assignment"? I think not.
2003-01-05 benchar * vs unsigned char * (by explicit cast).
2003-01-02 simonA couple of X forwarding fixes for Unix Plink. Firstly...
2003-01-02 simonPropagate the screen number from a local X display...
2002-12-18 simonSupport for doing DNS at the proxy end. I've invented...
2002-10-30 simonMore preparatory work: remove the <windows.h> include...
2002-10-26 simonX forwarding authentication is now invented on a per...
2002-03-23 simonJustin Bradford's proxy support patch. Currently suppor...
2001-12-30 simonPageant is now able to avoid asking for the passphrase...
2001-11-29 simonConfigurable TCP_NODELAY option on network connections
2001-08-28 simonSemantic fix in the X11 `authentication failed' error...
2001-08-25 simonExtensive changes that _should_ fix the socket bufferin...
2001-08-08 simonSSH port forwarding! How cool is that?
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-03-15 simonFix a segfault on abrupt X connection shutdown.
2001-03-13 simonDave Hinton's modifications to the network layer interf...
2001-02-01 simonYet another attempt at OOB handling in the network...
2001-01-24 simonImprove socket error handling so that a socket error...
2001-01-23 simonRemove the entirely pointless fourth parameter from...
2001-01-22 simonAdd X11 forwarding, mainly thanks to Andreas Schultz