Tartarus CVS: putty: simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Thu, 02 Jan 2003 10:45:58 +0000


CVS Root:       /home/cvs
Module:         putty
Changes by:     simon
Date:           Thu Jan 02 2003  10:45:58 GMT

Log message:
A couple of X forwarding fixes for Unix Plink. Firstly, under Unix
the default X display should be whatever comes out of $DISPLAY,
rather than Windows's hardwired `localhost:0'. Secondly, this may
give rise to a display name without a hostname (`:0' or similar),
which we now need to be able to deal with. Of course, we still don't
_properly_ support X forwarding in Unix Plink, since we still can't
authenticate with the local display.

Modified files:
    .               : settings.c x11fwd.c

Links:
http://cvs.tartarus.org//putty/settings.c.diff?r1=1.92&r2=1.93
http://cvs.tartarus.org//putty/x11fwd.c.diff?r1=1.17&r2=1.18