simon-svn: putty: simon

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sun Nov 17 14:05:11 GMT 2013


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     simon
Revision:       10079
Date:           2013-11-17 14:05:10 +0000 (Sun, 17 Nov 2013)

Log message (9 lines):
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.

Modified files:
U   putty/ssh.c
U   putty/ssh.h
U   putty/sshdes.c
U   putty/x11fwd.c

Links:
http://svn.tartarus.org/sgt/?rev=10079&view=rev
http://svn.tartarus.org/sgt/putty/ssh.c?rev=10079&r1=10078&r2=10079
http://svn.tartarus.org/sgt/putty/ssh.h?rev=10079&r1=10078&r2=10079
http://svn.tartarus.org/sgt/putty/sshdes.c?rev=10079&r1=10078&r2=10079
http://svn.tartarus.org/sgt/putty/x11fwd.c?rev=10079&r1=10078&r2=10079



More information about the tartarus-commits mailing list