]> asedeno.scripts.mit.edu Git - PuTTY.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)
commita298b2fe4bbb6e9a350d36491495f59a2d03b32b
tree3cde5a2d1f2cb981715d50abcb717a6c9e740582
parent368ead15bc3f85eba7dd1bfcf2ba5e014db9e463
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.

[originally from svn r2420]
settings.c
x11fwd.c