summaryrefslogtreecommitdiff
path: root/Xext/xace.c
Commit message (Expand)AuthorAgeFilesLines
* xace: Don't censor window bordersKeith Packard2016-09-281-7/+6
* xace: Fix XaceCensorImage to actually censor the right part of the imageAaron Plattner2016-08-151-1/+2
* xace: Remove the audit hooks and tune dispatchAdam Jackson2016-06-101-27/+8
* Xext, os: Remove OS-internal usages within XACE and XSELinuxKeith Packard2015-09-241-11/+2
* xace: Add XaceHookIsSet helper functionAndrew Eikum2015-06-101-0/+15
* Replace 'pointer' type with 'void *'Keith Packard2014-01-121-3/+3
* Xext: fix shadow warningsYaakov Selkowitz2012-11-051-6/+6
* Introduce a consistent coding styleKeith Packard2012-03-211-194/+204
* xace: ricer tuning for XaceHookAdam Jackson2012-01-061-0/+4
* xace: Invalid reference to out-of-scope data.Chris Wilson2010-08-101-95/+75
* Remove more superfluous if(p) checks around free(p)Mikhail Gusarov2010-06-061-1/+1
* Replace deprecated bzero with memsetMikhail Gusarov2010-06-061-1/+1
* Clean up after removal of screen parameters from region macros.Jamey Sharp2010-06-051-3/+0
* Rename region macros to eliminate screen argumentKeith Packard2010-06-051-7/+7
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-131-2/+2
* Correct outdated e-mail address in "Author" statements.Eamon Walsh2009-09-021-1/+1
* The way XaceHook() mixes struct initializers and va_arg() is not portable andMichael Lorenz2009-07-071-63/+53
* Remove a bunch of useless casts.Adam Jackson2009-01-221-1/+1
* Xext: ANSI cleanupsJulien Cristau2009-01-111-9/+8
* xace: Export wrappers around two Xtrans functions used by modules.Eamon Walsh2008-12-181-0/+20
* Add xace headers to the SDK when enabled and export the XaceHooks symbolEamon Walsh2008-12-181-1/+1
* Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade2008-12-031-1/+1
* Add visibility flags to XSERVER_CFLAGS.Paulo Cesar Pereira de Andrade2008-12-021-1/+1
* XACE: Add generic support for property and selection polyinstantiation.Eamon Walsh2008-02-291-4/+5
* XACE: Move the selection access hook to its own function.Eamon Walsh2008-02-121-11/+7
* XACE: Push the dix "structure" includes down to the security modules.Eamon Walsh2008-02-051-0/+4
* XACE: Move the property access hook to its own function.Eamon Walsh2008-02-051-12/+8
* XACE: Remove the extension code entirely, XACE is completely static now.Eamon Walsh2008-01-251-9/+0
* XACE: Stop using fake requestVectors in favor of a simple hook call.Eamon Walsh2008-01-251-121/+18
* XACE: Don't need to actually register a protocol extension.Eamon Walsh2008-01-251-50/+0
* XACE: DeleteCallbackList zeroes out its argument so don't do it twice.Eamon Walsh2008-01-031-3/+0
* Bug #13765: Heap corruption in XC-SECURITY extension code.Eamon Walsh2008-01-031-1/+1
* Merge branch 'master' into XACE-SELINUXEamon Walsh2007-11-141-44/+31
|\
| * Modified performance patches from Arjan van de Ven <arjan@infradead.org>Eamon Walsh2007-11-061-26/+21
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-11-051-2/+2
|\ \ | |/
| * Xext: Remove usage of allocaDaniel Stone2007-11-051-2/+2
* | xace: Still more changes to selection code. Removed the SelectionPtr fromEamon Walsh2007-10-231-1/+0
* | xace: Add an access_mode field to the extension structure.Eamon Walsh2007-10-171-2/+13
* | xace: remove obsoleted DRAWABLE_ACCESS hook.Eamon Walsh2007-09-281-10/+0
* | xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh2007-09-051-1/+3
* | xace: add hooks + new access codes: XFixes extension.Eamon Walsh2007-08-301-0/+1
* | xace: drop map-window checking hook, add new hooks for controlling theEamon Walsh2007-08-291-2/+17
* | xace: add hooks + new access codes: core protocol input requestsEamon Walsh2007-08-281-1/+1
* | xace: drop background-none checking hook, add new hook for controllingEamon Walsh2007-08-161-2/+12
* | xace: rename hostlist security hook to "server" as this hook will be usedEamon Walsh2007-08-151-2/+2
* | xace: drop site-policy and declare-extension-security hooks, add 2 new hooksEamon Walsh2007-08-061-13/+7
* | xace: change the semantics of the return value of XACE hooks to allowEamon Walsh2007-04-171-24/+25
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-03-261-2/+2
|\ \ | |/
| * Static and dead code cleaup for Xext/Adam Jackson2007-03-251-2/+2
* | xace: drop the name argument from the property callback.Eamon Walsh2007-03-221-1/+0