]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Prepare to have multiple X11 auth cookies valid at once.
authorSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:05:10 +0000 (14:05 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:05:10 +0000 (14:05 +0000)
commitec41e01856d162ce6ee9d6b8a08e7c0509e11bd7
tree28d598006f5f9f26788afaece24812bbc56a4e03
parent5ed2210f189fa00f1861af32d568ec966969cee7
Prepare to have multiple X11 auth cookies valid at once.

Rather than the top-level component of X forwarding being an
X11Display structure which owns some auth data, it's now a collection
of X11FakeAuth structures, each of which owns a display. The idea is
that when we receive an X connection, we wait to see which of our
available auth cookies it matches, and then connect to whatever X
display that auth cookie identifies. At present the tree will only
have one thing in it; this is all groundwork for later changes.

git-svn-id: http://svn.tartarus.org/sgt/putty@10079 cda61777-01e9-0310-a592-d414129be87e
ssh.c
ssh.h
sshdes.c
x11fwd.c