]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commitd5b37db8553ec4c707a83219e9f75a7880e6d84b
treed2a6462a12689bc82342bf3020925b40bb853fee
parentabe2c5b1c0ca5f436d0db33f9c1e54a2016ff17c
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: http://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