summaryrefslogtreecommitdiff
path: root/dbe/dbe.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-09dbe: Call to DDX SwapBuffers requires address of int, not unsigned int [CVE-2...Keith Packard1-2/+4
2014-12-08dbe: unvalidated lengths in DbeSwapBuffers calls [CVE-2014-8097]Alan Coopersmith1-3/+8
2014-11-12Drop trailing whitespacesPeter Hutterer1-8/+8
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-6/+6
2013-09-10dbe: Fold the window private private into the window privateAdam Jackson1-3/+2
2013-09-10dbe: Fold midbe reset into dixAdam Jackson1-5/+1
2013-09-10dbe: Drop the unused idiom supportAdam Jackson1-68/+2
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-0/+1
2012-07-09Use C99 designated initializers in various extension RepliesAlan Coopersmith1-16/+18
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-7/+5
2012-03-21Indentation: Change '& stuff' to '&stuff'Daniel Stone1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-473/+365
2011-09-23Unconditionally #include <stdint.h>Alan Coopersmith1-5/+0
2011-09-21Use internal temp variable for swap macrosMatt Turner1-37/+26
2011-05-02Clean up memory better when GetVisualInfo fails in ProcDbeGetVisualInfoAlan Coopersmith1-14/+11
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-30/+30
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-12/+3
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-19/+14
2010-06-05Remove dixRegisterPrivateOffset; hard-code devPrivates offsets insteadKeith Packard1-4/+0
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-2/+4
2010-05-15Remove dbe screen private privates.Keith Packard1-3/+1
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-3/+3
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-1/+1
2010-05-12Kill DoChangeGC in favor of dixChangeGC.Jamey Sharp1-14/+8
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-26/+26
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-5/+2
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+3
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-1/+8
2009-07-14dbe: switch to byte counting functionsPeter Hutterer1-1/+1
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-14/+19
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-1/+1
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-25Dead code cleanup over DBE.Adam Jackson1-81/+2
2008-10-06xalloc+bzero -> xcallocAdam Jackson1-2/+1
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-2/+4
2008-06-12dbe: fix DoS reported by iDefense.Dave Airlie1-26/+27
2007-11-20Revert "registry: Register DBE extension protocol names."Eamon Walsh1-21/+0
2007-10-15registry: Register DBE extension protocol names.Eamon Walsh1-0/+21
2007-09-19xace: add hooks + new access codes: DOUBLE-BUFFER extensionEamon Walsh1-5/+11
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-204/+22
2007-08-14dix: remove caching of drawables and graphics contexts. The security checksEamon Walsh1-1/+1
2007-03-26Remove dead NEED_DBE_BUF_BITS code.Eamon Walsh1-31/+0
2007-01-09Multiple integer overflows in dbe and render extensionsMatthieu Herrb1-12/+22
2006-12-15Convert callers of SecurityLookupDrawable() to dixLookupDrawable().Eamon Walsh1-5/+5
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh1-9/+7
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-6/+6
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-3/+0
2006-03-28Big old pile of warning fixes.Adam Jackson1-64/+29
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-5/+3