]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Revamp of the local X11 connection code. We now parse X display
authorSimon Tatham <anakin@pobox.com>
Mon, 17 Nov 2008 18:38:09 +0000 (18:38 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 17 Nov 2008 18:38:09 +0000 (18:38 +0000)
commitca6fc3a4daf51166a15693feffc967bee9e3f59a
treea71e4d62f638a81b03a23c6de31f9e04308ae1fd
parent0cef8a897d47c5f6127ebd56291addbad170aa7d
Revamp of the local X11 connection code. We now parse X display
strings more rigorously, and then we look up the local X authority
data in .Xauthority _ourself_ rather than delegating to an external
xauth program. This is (negligibly) more efficient on Unix, assuming
I haven't got it wrong in some subtle way, but its major benefit is
that we can now support X authority lookups on Windows as well
provided the user points us at an appropriate X authority file in
the standard format. A new Windows-specific config option has been
added for this purpose.

[originally from svn r8305]
15 files changed:
Recipe
doc/config.but
putty.h
settings.c
ssh.c
ssh.h
unix/ux_x11.c
unix/uxnet.c
unix/uxsftp.c
windows/wincfg.c
windows/winhelp.h
windows/winmisc.c
windows/winsftp.c
windows/winx11.c [new file with mode: 0644]
x11fwd.c