Go to file
James Cloos 331cc3f079 Fix LookupColor
Using strncasecmp(3) with the lenght of the user-supplied colour name
will result in a false positive when the db key starts out with the
same string.

Eg, blue will also match BlueViolet (aka blue violet).

Since the shorter strings occur first in the database, avoid such
errors by treating a 0 result from strncasecmp(3) as a positive result
when the key’s length is longer than the supplied string’s.
2008-07-23 00:01:43 -04:00
composite Bug #15586: (Correctly) refuse to redirect the root window. 2008-06-24 10:52:31 -04:00
config HAL: Remove grotesque open-coded strcasestr 2008-07-16 03:02:20 +03:00
damageext Revert "registry: Register DAMAGE extension protocol names." 2007-11-20 17:31:00 -05:00
dbe dbe: fix DoS reported by iDefense. 2008-06-12 09:04:24 +10:00
dix dix: reset potential lastSlaves when disabling an SD 2008-07-22 15:54:48 +09:30
doc Merge branch 'master' into XACE-SELINUX 2007-11-19 18:10:46 -05:00
exa Set driverPriv immediately on CreatePixmap. 2008-06-18 22:34:02 +01:00
fb Dead code removal 2008-07-17 21:37:50 +03:00
glx Need to unref pixmaps backing pbuffers too. 2008-07-21 16:05:53 -04:00
hw [Xephyr] various X86_64 build cleanups 2008-07-23 01:07:29 +02:00
include Drop some more configure-generated files from the tarball 2008-07-20 16:53:01 +02:00
mi Drop the FONTCACHE extension. 2008-07-18 10:54:10 -04:00
miext Rootless: mi doesn't let us resize root, so we need to do it ourselves... 2008-05-05 15:34:10 -07:00
os Fix LookupColor 2008-07-23 00:01:43 -04:00
randr randr: remove superfluous check against uninitialised variable. 2008-06-15 11:47:08 +09:30
record CVE-2008-1377 - RECORD and Security extensions memory corruption 2008-06-11 08:06:09 -06:00
render Don't return BadAlloc when trying to set a PictureFilter with no parameters when a filter with parameters was previously set. 2008-07-22 17:38:57 -07:00
Xext Drop the FONTCACHE extension. 2008-07-18 10:54:10 -04:00
xfixes Merge branch 'master' into mpx 2008-03-04 18:11:10 +10:30
Xi Xi: expose Enable/DisableDevice through XI_PROP_ENABLED property. 2008-07-13 20:54:33 +09:30
xkb Dead code removal 2008-07-17 21:37:50 +03:00
.gitignore clean .gitignore 2008-06-13 16:00:16 +03:00
acinclude.m4 Update ac_define_dir macro in acinclude.m4 to 2008-04-12 version 2008-04-16 18:38:38 -07:00
autogen.sh autogen.sh: Pass --force to autoreconf 2008-07-22 16:55:26 +03:00
configure.ac Bump inputproto to 1.9.99.2 for XI_PROP_ENABLED 2008-07-21 10:32:57 +01:00
COPYING Standardise copyright headers for all new files created as part of MPX. 2008-04-25 14:50:24 +09:30
cpprules.in For MANDEFS, also replace __mandir__ for $(mandir) which includes 2006-12-08 15:51:44 -06:00
Makefile.am XTrap delenda est. 2008-06-25 09:52:36 -04:00
xorg-server.m4 Add xorg-server.m4 for driver dependency checking. 2005-11-01 15:01:51 +00:00
xorg-server.pc.in Include pciaccess in the xorg-server.pc Requires line. 2008-04-15 14:51:51 -07:00