Overhaul of client-side XDM-AUTHORIZATION-1:
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Fri, 28 Jan 2005 11:39:45 +0000 (11:39 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Fri, 28 Jan 2005 11:39:45 +0000 (11:39 +0000)
commit0a4022a169cfdd133882ecae233352e769685a1d
treed2a6462a12689bc82342bf3020925b40bb853fee
parent062af27bcc7ffd6d9d82d4022d625e53dc962351
Overhaul of client-side XDM-AUTHORIZATION-1:
* Make sk_getxdmdata() return an arbitrary string rather than two integers.
  This better matches the spec, even if the current version always returns
  six bytes
* On Unix, for PF_UNIX sockets, return a counter rather than a constant along
  with the PID.  This should allow multiple clients to connect within one
  second, and is what Xlib does.
* On Unix, interpret AF_INET6 addresses like Xlib does, returning the
  embedded IPv4 address for v4-mapped addresses, and six bytes of zeroes
  otherwise.  The latter is silly, but if I'm going to do anything more sane
  I need to check that X servers won't reject it.

git-svn-id: svn://svn.tartarus.org/sgt/putty@5219 cda61777-01e9-0310-a592-d414129be87e
mac/macstuff.h
unix/unix.h
unix/uxnet.c
windows/winstuff.h
x11fwd.c