]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Overhaul of client-side XDM-AUTHORIZATION-1:
authorBen Harris <bjh21@bjh21.me.uk>
Fri, 28 Jan 2005 11:39:45 +0000 (11:39 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Fri, 28 Jan 2005 11:39:45 +0000 (11:39 +0000)
commit865fbaa8ce0c5565aa98cf246c586d1104928d6b
treed2a6462a12689bc82342bf3020925b40bb853fee
parent5e35aa383ae0fc5bf8147c0b211c21f50bfbcefb
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.

[originally from svn r5219]
mac/macstuff.h
unix/unix.h
unix/uxnet.c
windows/winstuff.h
x11fwd.c