]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
A couple of X forwarding fixes for Unix Plink. Firstly, under Unix
authorSimon Tatham <anakin@pobox.com>
Thu, 2 Jan 2003 10:45:56 +0000 (10:45 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 2 Jan 2003 10:45:56 +0000 (10:45 +0000)
commit54f82d999ed0890304514139cf83ef3c9b6f1bf2
tree3cde5a2d1f2cb981715d50abcb717a6c9e740582
parentee59155a100a3fa1427fd9eb496565b337f4cb12
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.

git-svn-id: http://svn.tartarus.org/sgt/putty@2420 cda61777-01e9-0310-a592-d414129be87e
settings.c
x11fwd.c