summaryrefslogtreecommitdiff
path: root/dix/dispatch.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-23xace: Still more changes to selection code. Removed the SelectionPtr fromEamon Walsh1-23/+33
2007-10-19xace: Bug fixes, name changes to selection access hooks and fields.Eamon Walsh1-13/+12
2007-09-28xace: remove obsoleted DRAWABLE_ACCESS hook.Eamon Walsh1-2/+1
2007-09-25xace: change prototype of VALIDATE_DRAWABLE_AND_GC macro to allow accessEamon Walsh1-14/+14
2007-09-20xace: modifications to ChangeWindowAttributes special case: separateEamon Walsh1-3/+3
2007-09-19xace: add special-case for just setting the event mask on a window,Eamon Walsh1-3/+5
2007-09-05xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh1-1/+1
2007-08-30xace: add hooks + new access codes: XFixes extension.Eamon Walsh1-14/+18
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-55/+3
2007-08-16xace: add hooks + new access codes: core protocol selection requestsEamon Walsh1-4/+13
2007-08-16xace: add hooks + new access codes: core protocol pixmap requestsEamon Walsh1-7/+15
2007-08-16xace: add hooks + new access codes: core protocol font requestsEamon Walsh1-27/+24
2007-08-16xace: add hooks + new access codes: core protocol client requestsEamon Walsh1-1/+6
2007-08-16xace: add hooks + new access codes: core protocol screensaver requestsEamon Walsh1-4/+22
2007-08-16xace: add hooks + new access codes: core protocol server requestsEamon Walsh1-3/+8
2007-08-15xace: rename hostlist security hook to "server" as this hook will be usedEamon Walsh1-1/+1
2007-08-15xace: add hooks + new access codes: core protocol cursor requestsEamon Walsh1-21/+26
2007-08-14xace: add hooks + new access codes: core protocol GC requestsEamon Walsh1-8/+9
2007-08-14dix: remove caching of drawables and graphics contexts. The security checksEamon Walsh1-42/+1
2007-08-13xace: add hooks + new access codes: core protocol window requestsEamon Walsh1-22/+31
2007-08-06xace: add hooks + new access codes: core protocol colormap requestsEamon Walsh1-103/+123
2007-06-11Merge branch 'master' into XACE-SELINUXEamon Walsh1-10/+0
2007-06-04Remove the old Kerberos 5 authentication code.Adam Jackson1-10/+0
2007-04-17xace: change the semantics of the return value of XACE hooks to allowEamon Walsh1-5/+6
2007-04-17Merge branch 'master' into XACE-SELINUXEamon Walsh1-4/+4
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner1-4/+4
2007-04-04devPrivates rework: properly free devPrivates on compatibility structures,Eamon Walsh1-0/+2
2007-03-26Merge branch 'master' into XACE-SELINUXEamon Walsh1-157/+148
2007-03-26Remove dead NEED_DBE_BUF_BITS code.Eamon Walsh1-6/+0
2007-03-25General DIX static and dead code cleanup.Adam Jackson1-27/+25
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-2/+2
2007-03-21xace: add access_mode argument to selection hook.Eamon Walsh1-2/+4
2007-03-21dix: add new selection fields supporting redirection.Eamon Walsh1-4/+12
2007-03-21xace: add XACE_SELECTION_ACCESS hook for selection redirection/access.Eamon Walsh1-4/+3
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson1-1/+1
2007-03-08dix: remove 'register' keyword for all variables.Peter Hutterer1-123/+122
2006-12-22Zero out client devPrivates on allocation.Eamon Walsh1-0/+2
2006-12-15Convert callers of LookupClient() to dixLookupClient().Eamon Walsh1-7/+5
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh1-113/+101
2006-12-14Remove instances of macros SECURITY_VERIFY_GEOMETRABLE and SECURITY_VERIFY_GC.Eamon Walsh1-53/+79
2006-12-14Remove instances of macros VERIFY_GEOMETRABLE and VERIFY_GC.Eamon Walsh1-1/+0
2006-12-14Remove instances of macro SECURITY_VERIFY_DRAWABLE.Eamon Walsh1-12/+24
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-59/+59
2006-12-06config: move config.h to hotplug.hDaniel Stone1-1/+0
2006-12-06config: move to block/wakeup handlerDaniel Stone1-3/+0
2006-12-01Define calls away when not building XACE, allowing ifdef's to be removed.Eamon Walsh1-31/+10
2006-11-08CreateColormap: fix return value (bug #7083)Laurence Withers1-1/+1
2006-11-06More work on Bug #8875: revert previous fix and try using client argumentEamon Walsh1-1/+0
2006-11-03Add DTrace probe points for X server <-> client communicationsAlan Coopersmith1-1/+118
2006-10-13Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-28/+41