summaryrefslogtreecommitdiff
path: root/Xext/security.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-16devPrivates rework: use camelcase standard for name of key type.Eamon Walsh1-5/+5
2007-08-16xace: drop background-none checking hook, add new hook for controllingEamon Walsh1-11/+0
2007-08-15xace: rename hostlist security hook to "server" as this hook will be usedEamon Walsh1-4/+4
2007-08-12Merge branch 'master' into mpxPeter Hutterer1-8/+0
2007-08-03security: drop support for XC-QUERY-SECURITY authorization method.Eamon Walsh1-63/+1
2007-08-03security: drop the "declare extension security" dix call. Use theEamon Walsh1-41/+61
2007-08-02Merge branch 'master' into XACE-SELINUXEamon Walsh1-8/+0
2007-06-28Remove the remnants of OS/2 support.Adam Jackson1-8/+0
2007-05-14Remove double-grab option. We only want one grab per device.Peter Hutterer1-5/+2
2007-04-17xace: change the semantics of the return value of XACE hooks to allowEamon Walsh1-24/+23
2007-04-17security: remove debugging code.Eamon Walsh1-53/+0
2007-04-03security: rewrite to use new devPrivates support.Eamon Walsh1-37/+38
2007-04-02Merge branch 'master' into mpxPeter Hutterer1-1/+1
2007-03-26Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+1
2007-03-25Static and dead code cleaup for Xext/Adam Jackson1-1/+1
2007-03-23xace: pass serverClient as default argument to dixChangeWindowPropertyEamon Walsh1-1/+1
2007-03-22xace: drop the name argument from the property callback.Eamon Walsh1-1/+1
2007-03-22dix: reorganize property code to better support xace hook; requires new API forEamon Walsh1-1/+1
2007-03-22xace: add new argument to property hook for property structure itself.Eamon Walsh1-6/+0
2007-03-19xselinux + security: remove confusing CALLBACK macro.Eamon Walsh1-13/+30
2007-03-08dix: Each device needs to differ between a core grab and an XI grab,Peter Hutterer1-2/+5
2007-03-05Merge branch 'master' into mpxPeter Hutterer1-0/+1
2007-02-15Bug #6988: Change behavior of Security extension per user feature request.Eamon Walsh1-0/+1
2007-01-28Merge branch 'master'Peter Hutterer1-2/+2