summaryrefslogtreecommitdiff
path: root/Xext/security.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-17/+17
2013-09-10security: Don't count RetainPermanent clients twicePeter Harris1-3/+8
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-1/+1
2012-07-09Replace INITARGS with voidTomas Carnecky1-1/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-4/+4
2012-07-09Use C99 designated initializers in Xext RepliesAlan Coopersmith1-11/+15
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-4/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-403/+347
2011-12-12Add some printf format attributes suggested by gccAlan Coopersmith1-1/+1
2011-12-12Constify string for authorization protocol namesAlan Coopersmith1-1/+2
2011-12-01Save major/minor opcodes in ClientRec for RecordAReplyKeith Packard1-3/+1
2011-11-23Fix gcc -Wwrite-strings warnings in various extensionsAlan Coopersmith1-2/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner1-21/+16
2010-12-31Resources: Move rClient to resource.hDaniel Stone1-2/+0
2010-06-10SecurityResource should not segfault when client owning resource has exitedSam Lau1-3/+5
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-1/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-3/+3
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-2/+3
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-3/+1
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp1-9/+5
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-5/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-6/+6
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-5/+5
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-2/+3
2009-07-17Xext: include securproto.h instead of securstr.hPeter Hutterer1-1/+1
2009-07-14Xext: switch to byte counting functionsPeter Hutterer1-8/+8
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-4/+7
2009-04-16security: Grant untrusted windows remove access on all windows.Eamon Walsh1-0/+5
2009-04-16security: Fix a crash caused by wrong ordering of format arguments.Eamon Walsh1-3/+4
2009-04-16security: Revert behavior of extension access for compatibility.Eamon Walsh1-14/+16
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard1-2/+2
2009-01-22Remove a bunch of useless casts.Adam Jackson1-2/+2
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+2
2008-06-11CVE-2008-1377 - RECORD and Security extensions memory corruptionMatthieu Herrb1-3/+7
2008-04-22Merge branch 'master' into mpxPeter Hutterer1-8/+0
2008-04-18Death to APPGROUP.Adam Jackson1-8/+0
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer1-1/+1
2008-03-04Merge branch 'master' into mpxPeter Hutterer1-13/+41
2008-02-29XACE: Add generic support for property and selection polyinstantiation.Eamon Walsh1-1/+1
2008-02-26security: Register resource names in the server-side name registry.Eamon Walsh1-0/+2
2008-02-20XACE: Make the default window background state configurable per-window.Eamon Walsh1-0/+5
2008-02-13security: Revise set of permissions granted to untrusted clients.Eamon Walsh1-13/+31
2008-02-05XACE: Push the dix "structure" includes down to the security modules.Eamon Walsh1-0/+3
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-1149/+327
2007-11-21Xext: Scruffy the janitor don't like no "register" keywords.Peter Hutterer1-5/+5
2007-11-20registry: Remove registry code from XC-SECURITY extension.Eamon Walsh1-16/+0
2007-11-09registry: Register XC-SECURITY extension protocol names.Eamon Walsh1-0/+16
2007-11-08Rework of the XC-SECURITY extension. The gen-auth protocol has not changed,Eamon Walsh1-1035/+309
2007-09-28xace: remove obsoleted DRAWABLE_ACCESS hook.Eamon Walsh1-1/+0