Introduce framework for authenticating with the local X server.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 10 Jan 2003 18:33:35 +0000 (18:33 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 10 Jan 2003 18:33:35 +0000 (18:33 +0000)
commite0e7dff87dc3f482da6ab00317664474b0f82995
tree3b52005239d9001dcc4617395fc29f02c60af020
parent492a04dbc27f0ccb0d8d4fcc8da529df0cd254c9
Introduce framework for authenticating with the local X server.
Windows and Mac backends have acquired auth-finding functions which
do nothing; Unix backend has acquired one which actually works, so
Plink can now do X forwarding believably.
(This checkin stretches into some unlikely parts of the code because
there have been one or two knock-on effects involving `const'. Bah.)

git-svn-id: svn://svn.tartarus.org/sgt/putty@2536 cda61777-01e9-0310-a592-d414129be87e
14 files changed:
Recipe
mac/mac.c
misc.c
misc.h
network.h
proxy.c
putty.h
ssh.c
ssh.h
unix/ux_x11.c [new file with mode: 0644]
unix/uxnet.c
winmisc.c [new file with mode: 0644]
winnet.c
x11fwd.c