summaryrefslogtreecommitdiff
path: root/dbe/dbe.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-23xace: typesafe hook function for XACE_SCREEN_ACCESSEnrico Weigelt, metux IT consult1-1/+1
2024-04-30include: move private definitions out of extinit.hEnrico Weigelt, metux IT consult1-1/+1
2024-04-15prevent name clash on Windows w/ RT_* definesEnrico Weigelt, metux IT consult1-2/+2
2024-04-15dix: unexport some lookup functionsEnrico Weigelt, metux IT consult1-0/+3
2024-02-28dbe: drop obsolete NEED_DBE_PROTOCOLEnrico Weigelt, metux IT consult1-1/+0
2020-07-05Fix spelling/wording issuesAlan Coopersmith1-2/+2
2017-10-10dbe: Unvalidated variable-length request in ProcDbeGetVisualInfo (CVE-2017-12...Nathan Kidd1-1/+4
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson1-7/+7
2015-04-21Convert top level extensions to new *allocarray functionsAlan Coopersmith1-8/+6
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