summaryrefslogtreecommitdiff
path: root/dix/dispatch.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-04Remove the old Kerberos 5 authentication code.Adam Jackson1-10/+0
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner1-4/+4
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-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
2006-09-08Zero out newly allocated ClientRec structures.Eamon Walsh1-4/+5
2006-08-25Add four new XACE hooks: auditing, key event notification, window initEamon Walsh1-0/+8
2006-08-21Merge branch 'XACE-modular' into my-XACE-modularEamon Walsh1-3/+0
2006-08-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith1-3/+0
2006-08-02Rebase Security extension to use devPrivates for storing security state.Eamon Walsh1-3/+0
2006-08-02Call ClientStateCallback on serverClient devPrivates initialization.Eamon Walsh1-0/+11
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-3/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-3/+0
2006-07-21add basic D-BUS configuration mechanismDaniel Stone1-0/+4
2006-06-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Coopersmith1-1/+1
2006-06-21Correct ifdef - should be XACE, not XCSECURITYAlan Coopersmith1-1/+1
2006-06-21Move Xserver internal API for appgroup from Xagsrv.h to appgroup.hAlan Coopersmith1-1/+1
2006-06-20Move Xserver API for security extension to securitysrv.hAlan Coopersmith1-2/+1
2006-06-19Replace XC-SECURITY code with XACE security hooksEamon Walsh1-23/+18
2006-06-07fix compiler warning about XKB_IN_SERVER redefinitionGreg Kroah-Hartman1-0/+2
2006-06-01Kill LBX, too.Daniel Stone1-54/+1
2006-02-15Mark everything in dixsym.c as _X_EXPORT.Adam Jackson1-12/+12
2005-09-13Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmapDaniel Stone1-0/+17
2005-07-16Mark variables modified in signal handlers as volatile (part of Sun bug idAlan Coopersmith1-2/+8
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-1/+5
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-06-10Bug #2799: Input shape. (Keith Packard)XORG-6_8_99_11Adam Jackson1-0/+6
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-4/+4
2005-03-07xc/programs/Xserver/dix/atom.cRoland Mainz1-224/+110
2004-09-15Unregistering events in XSelectInput() when unregistering IM filterEgbert Eich1-1/+1
2004-07-31- Add some XFIXES bits apparently missed in the DAMAGE-XFIXES mergeEric Anholt1-6/+7
2004-07-29Integration of DAMAGE-XFIXES branch to trunkStuart Kreitman1-3/+32
2004-06-21Bug 778: add ddxBeforeResetAlexander Gottwald1-1/+4
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-23/+31