Find a file
Søren Sandmann Pedersen 6e884b1291 Tue Jul 20 19:38:06 2004 Soeren Sandmann <sandmann@daimi.au.dk>
Set font_data->xlfd_data to NULL after XFree(). (#837, patch from Bastien Nocera).
Tue Jul 20 18:23:32 2004 Soeren Sandmann <sandmann@daimi.au.dk>
Use /dev/urandom on Linux.(#761).
2004-07-20 17:48:09 +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 Tue Jul 20 19:38:06 2004 Soeren Sandmann <sandmann@daimi.au.dk> 2004-07-20 17:48: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