summaryrefslogtreecommitdiff
path: root/Xext/xace.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-3/+3
2012-11-05Xext: fix shadow warningsYaakov Selkowitz1-6/+6
2012-03-21Introduce a consistent coding styleKeith Packard1-194/+204
2012-01-06xace: ricer tuning for XaceHookAdam Jackson1-0/+4
2010-08-10xace: Invalid reference to out-of-scope data.Chris Wilson1-95/+75
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-1/+1
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-1/+1
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-3/+0
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-7/+7
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-2/+2
2009-09-02Correct outdated e-mail address in "Author" statements.Eamon Walsh1-1/+1
2009-07-07The way XaceHook() mixes struct initializers and va_arg() is not portable andMichael Lorenz1-63/+53
2009-01-22Remove a bunch of useless casts.Adam Jackson1-1/+1
2009-01-11Xext: ANSI cleanupsJulien Cristau1-9/+8
2008-12-18xace: Export wrappers around two Xtrans functions used by modules.Eamon Walsh1-0/+20
2008-12-18Add xace headers to the SDK when enabled and export the XaceHooks symbolEamon Walsh1-1/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-1/+1
2008-12-02Add visibility flags to XSERVER_CFLAGS.Paulo Cesar Pereira de Andrade1-1/+1
2008-02-29XACE: Add generic support for property and selection polyinstantiation.Eamon Walsh1-4/+5
2008-02-12XACE: Move the selection access hook to its own function.Eamon Walsh1-11/+7
2008-02-05XACE: Push the dix "structure" includes down to the security modules.Eamon Walsh1-0/+4
2008-02-05XACE: Move the property access hook to its own function.Eamon Walsh1-12/+8
2008-01-25XACE: Remove the extension code entirely, XACE is completely static now.Eamon Walsh1-9/+0
2008-01-25XACE: Stop using fake requestVectors in favor of a simple hook call.Eamon Walsh1-121/+18
2008-01-25XACE: Don't need to actually register a protocol extension.Eamon Walsh1-50/+0
2008-01-03XACE: DeleteCallbackList zeroes out its argument so don't do it twice.Eamon Walsh1-3/+0
2008-01-03Bug #13765: Heap corruption in XC-SECURITY extension code.Eamon Walsh1-1/+1
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh1-44/+31
2007-11-06Modified performance patches from Arjan van de Ven <arjan@infradead.org>Eamon Walsh1-26/+21
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+2
2007-11-05Xext: Remove usage of allocaDaniel Stone1-2/+2
2007-10-23xace: Still more changes to selection code. Removed the SelectionPtr fromEamon Walsh1-1/+0
2007-10-17xace: Add an access_mode field to the extension structure.Eamon Walsh1-2/+13
2007-09-28xace: remove obsoleted DRAWABLE_ACCESS hook.Eamon Walsh1-10/+0
2007-09-05xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh1-1/+3
2007-08-30xace: add hooks + new access codes: XFixes extension.Eamon Walsh1-0/+1
2007-08-29xace: drop map-window checking hook, add new hooks for controlling theEamon Walsh1-2/+17
2007-08-28xace: add hooks + new access codes: core protocol input requestsEamon Walsh1-1/+1
2007-08-16xace: drop background-none checking hook, add new hook for controllingEamon Walsh1-2/+12
2007-08-15xace: rename hostlist security hook to "server" as this hook will be usedEamon Walsh1-2/+2
2007-08-06xace: drop site-policy and declare-extension-security hooks, add 2 new hooksEamon Walsh1-13/+7
2007-04-17xace: change the semantics of the return value of XACE hooks to allowEamon Walsh1-24/+25
2007-03-26Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+2
2007-03-25Static and dead code cleaup for Xext/Adam Jackson1-2/+2
2007-03-22xace: drop the name argument from the property callback.Eamon Walsh1-1/+0
2007-03-22xace: add new argument to property hook for property structure itself.Eamon Walsh1-2/+1
2007-03-21xace: add access_mode argument to selection hook.Eamon Walsh1-0/+1
2007-03-21xace: add XACE_SELECTION_ACCESS hook for selection redirection/access.Eamon Walsh1-0/+10
2007-03-19xace: drop XACE_WINDOW_INIT hook, it has been superseded by ResourceStateCall...Eamon Walsh1-8/+0
2006-12-01Naming change: Security*Operation -> Xace*OperationEamon Walsh1-1/+1