summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Add REQUEST_FIXED_SIZE testcases to test/misc.cAlan Coopersmith1-0/+37
2014-12-08Add request length checking test cases for some Xinput 2.x requestsAlan Coopersmith4-0/+20
2014-12-08Add request length checking test cases for some Xinput 1.x requestsAlan Coopersmith4-1/+158
2014-12-08xfixes: unvalidated length in SProcXFixesSelectSelectionInput [CVE-2014-8102]Alan Coopersmith1-0/+1
2014-12-08render: unvalidated lengths in Render extn. swapped procs [CVE-2014-8100 2/2]Alan Coopersmith1-1/+15
2014-12-08render: check request size before reading it [CVE-2014-8100 1/2]Julien Cristau1-2/+2
2014-12-08randr: unvalidated lengths in RandR extension swapped procs [CVE-2014-8101]Alan Coopersmith1-0/+4
2014-12-08present: unvalidated lengths in Present extension procs [CVE-2014-8103 2/2]Alan Coopersmith1-0/+6
2014-12-08dri3: unvalidated lengths in DRI3 extension swapped procs [CVE-2014-8103 1/2]Alan Coopersmith1-0/+6
2014-12-08Xv: unvalidated lengths in XVideo extension swapped procs [CVE-2014-8099]Alan Coopersmith1-0/+20
2014-12-08xcmisc: unvalidated length in SProcXCMiscGetXIDList() [CVE-2014-8096]Alan Coopersmith1-0/+1
2014-12-08Xi: unvalidated lengths in Xinput extension [CVE-2014-8095]Alan Coopersmith17-18/+94
2014-12-08dbe: unvalidated lengths in DbeSwapBuffers calls [CVE-2014-8097]Alan Coopersmith1-3/+8
2014-12-08dri2: integer overflow in ProcDRI2GetBuffers() [CVE-2014-8094]Alan Coopersmith1-0/+3
2014-12-08dix: integer overflow in REQUEST_FIXED_SIZE() [CVE-2014-8092 4/4]Alan Coopersmith1-1/+2
2014-12-08dix: integer overflow in RegionSizeof() [CVE-2014-8092 3/4]Alan Coopersmith2-10/+20
2014-12-08dix: integer overflow in GetHosts() [CVE-2014-8092 2/4]Alan Coopersmith1-0/+6
2014-12-08dix: integer overflow in ProcPutImage() [CVE-2014-8092 1/4]Alan Coopersmith1-0/+3
2014-12-08unchecked malloc may allow unauthed client to crash Xserver [CVE-2014-8091]Alan Coopersmith1-0/+4
2014-12-08Merge remote-tracking branch 'jturney/indirect-glx-fixes'Keith Packard3-4/+9
2014-12-08Merge remote-tracking branch 'jturney/master'Keith Packard15-209/+345
2014-12-08present: Fix use of vsynced pageflips and honor PresentOptionAsync. (v4)Mario Kleiner1-1/+4
2014-12-08present: Avoid crashes in DebugPresent(), a bit more info.Mario Kleiner1-4/+4
2014-12-08modesetting: Remove unused params from drmmode_output_init()Daniel Martin1-4/+3
2014-12-08modesetting: Fix ifdefs s/HAVE_UDEV/CONFIG_UDEV_KMS/Daniel Martin2-5/+5
2014-12-08modesetting: Create new EGL screen in drmmode_xf86crtc_resizeDaniel Martin1-0/+19
2014-12-08modesetting: Move Bool glamor into drmmode structDaniel Martin3-8/+8
2014-12-08config/udev: Prefix and shift "removing GPU" messageDaniel Martin1-4/+3
2014-12-05glx: Fix crash when a client exits without deleting GL contextsJon TURNEY2-3/+3
2014-12-05glx: Flush context which is being made non-current due to drawable going awayJon TURNEY1-0/+3
2014-12-05Revert "glx: Simplify glXDestroyContext"Jon TURNEY1-1/+3
2014-11-30Fix overflow of ConnectionOutput->size and ->countPeter Harris1-3/+4
2014-11-30render: fix ChangePicture when Xinerama is active (v2) (#49170)Adam Jackson1-6/+39
2014-11-30os: "Server terminated successfully" is not an errorAaron Plattner1-2/+5
2014-11-30Add -iglx & +iglx to Xserver.manAlan Coopersmith1-0/+10
2014-11-24mi: Fix regression in arc drawingAdam Jackson1-15/+0
2014-11-24Merge remote-tracking branch 'whot/for-keith'Keith Packard336-1584/+1596
2014-11-20glamor: Don't insert fbos from external objects into fbo cacheKeith Packard3-1/+5
2014-11-12mi: fix documentation for miPointerSetPositionPeter Hutterer1-0/+5
2014-11-12fix an annotation mistakeJohn Hunter1-1/+1
2014-11-12Drop trailing whitespacesPeter Hutterer328-1576/+1576
2014-11-12dix: silence compiler warning comparing CARD32 to -1Peter Hutterer1-1/+1
2014-11-12dix: silence compiler warningPeter Hutterer1-0/+2
2014-11-12xwayland: declare fatal log handler as noreturnPeter Hutterer1-0/+1
2014-11-12xfree86: drop double-typedef of DBusConnectionPeter Hutterer2-1/+5
2014-11-12Xext: fix clang compiler warningPeter Hutterer1-2/+2
2014-11-12include: change RegionSize() to take a size_tPeter Hutterer1-1/+1
2014-11-12include: fix documentation for list.hPeter Hutterer1-1/+1
2014-11-09hw/xwin: Don't allocate one wchar_t too much for unicode text placed on the W...Colin Harrison1-14/+9
2014-11-09hw/xwin: Fix hang on shutdown when we own the clipboard.Jon TURNEY1-41/+25