Find a file
2004-05-28 23:26:44 +00:00
include/X11 Merging XORG-CURRENT into trunk 2004-04-23 18:42:09 +00:00
man Merging XORG-CURRENT into trunk 2004-04-23 18:42:09 +00:00
modules Merging XORG-CURRENT into trunk 2004-04-23 18:42:09 +00:00
nls Merging XORG-CURRENT into trunk 2004-04-23 18:42:09 +00:00
src Improve 'uniqueness' of authorization cookie sent by client for XDM-AUTHORIZATION-1. Old 'uniquness' consisted of the PID of the client, a time stamp (in seconds) and a number obtained by starting to count down from 0xffff. When a client did an XOpenDisplay() then execv'ed a child and did XOpenDisplay() again within the same second, the cookie was identical to the previous one (as the PID did not change but the static 'count down' variable was reinitialized) and thus refused by the server. 2004-05-24 19:02:11 +00:00