index
:
xorg-server.git
debian-unstable
xorg7.5+xs1.6
forcked debian package
Julien Viard de Galbert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xext
/
xace.c
Age
Commit message (
Expand
)
Author
2008-02-29
XACE: Add generic support for property and selection polyinstantiation.
Eamon Walsh
2008-02-12
XACE: Move the selection access hook to its own function.
Eamon Walsh
2008-02-05
XACE: Push the dix "structure" includes down to the security modules.
Eamon Walsh
2008-02-05
XACE: Move the property access hook to its own function.
Eamon Walsh
2008-01-25
XACE: Remove the extension code entirely, XACE is completely static now.
Eamon Walsh
2008-01-25
XACE: Stop using fake requestVectors in favor of a simple hook call.
Eamon Walsh
2008-01-25
XACE: Don't need to actually register a protocol extension.
Eamon Walsh
2008-01-03
XACE: DeleteCallbackList zeroes out its argument so don't do it twice.
Eamon Walsh
2008-01-03
Bug #13765: Heap corruption in XC-SECURITY extension code.
Eamon Walsh
2007-11-14
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
2007-11-06
Modified performance patches from Arjan van de Ven <arjan@infradead.org>
Eamon Walsh
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
2007-11-05
Xext: Remove usage of alloca
Daniel Stone
2007-10-23
xace: Still more changes to selection code. Removed the SelectionPtr from
Eamon Walsh
2007-10-17
xace: Add an access_mode field to the extension structure.
Eamon Walsh
2007-09-28
xace: remove obsoleted DRAWABLE_ACCESS hook.
Eamon Walsh
2007-09-05
xace: add new fields to resource access hook to allow parent resource objects
Eamon Walsh
2007-08-30
xace: add hooks + new access codes: XFixes extension.
Eamon Walsh
2007-08-29
xace: drop map-window checking hook, add new hooks for controlling the
Eamon Walsh
2007-08-28
xace: add hooks + new access codes: core protocol input requests
Eamon Walsh
2007-08-16
xace: drop background-none checking hook, add new hook for controlling
Eamon Walsh
2007-08-15
xace: rename hostlist security hook to "server" as this hook will be used
Eamon Walsh
2007-08-06
xace: drop site-policy and declare-extension-security hooks, add 2 new hooks
Eamon Walsh
2007-04-17
xace: change the semantics of the return value of XACE hooks to allow
Eamon Walsh
2007-03-26
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
2007-03-25
Static and dead code cleaup for Xext/
Adam Jackson
2007-03-22
xace: drop the name argument from the property callback.
Eamon Walsh
2007-03-22
xace: add new argument to property hook for property structure itself.
Eamon Walsh
2007-03-21
xace: add access_mode argument to selection hook.
Eamon Walsh
2007-03-21
xace: add XACE_SELECTION_ACCESS hook for selection redirection/access.
Eamon Walsh
2007-03-19
xace: drop XACE_WINDOW_INIT hook, it has been superseded by ResourceStateCall...
Eamon Walsh
2006-12-01
Naming change: Security*Operation -> Xace*Operation
Eamon Walsh
2006-11-08
xace: avoid 'unused variable pScreen'
Daniel Stone
2006-09-08
Include dix-config.h.
Eamon Walsh
2006-08-25
Add four new XACE hooks: auditing, key event notification, window init
Eamon Walsh
2006-08-03
Remove LBX code.
Eamon Walsh
2006-08-02
Rebase Security extension to use devPrivates for storing security state.
Eamon Walsh
2006-06-20
Add XACE extension source files.
Eamon Walsh