]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - misc.c
Introduce framework for authenticating with the local X server.
authorSimon Tatham <anakin@pobox.com>
Fri, 10 Jan 2003 18:33:35 +0000 (18:33 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 10 Jan 2003 18:33:35 +0000 (18:33 +0000)
commit86977efa810b9eabbee6f4a35ddc87e7e222f529
tree3b52005239d9001dcc4617395fc29f02c60af020
parent2e8b94c8d4ea52ceff1d8ce55e7b3d1ede0f8588
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.)

[originally from svn r2536]
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