Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-02 | Correct outdated e-mail address in "Author" statements. | Eamon Walsh | 1 | -1/+1 | |
Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov> | |||||
2008-02-29 | XACE: Add generic support for property and selection polyinstantiation. | Eamon Walsh | 1 | -2/+2 | |
2008-02-05 | XACE: Push the dix "structure" includes down to the security modules. | Eamon Walsh | 1 | -5/+4 | |
2007-10-23 | xace: Still more changes to selection code. Removed the SelectionPtr from | Eamon Walsh | 1 | -1/+0 | |
the hook - the hook only needs the Atom to control access to the selection object. Upgraded the SelectionCallback to take a client argument and additional type codes so that it can be used for redirection. | |||||
2007-10-17 | xace: Add an access_mode field to the extension structure. | Eamon Walsh | 1 | -0/+1 | |
This allows the same callback to be used for both extension hooks. | |||||
2007-09-28 | xace: remove obsoleted DRAWABLE_ACCESS hook. | Eamon Walsh | 1 | -7/+0 | |
2007-09-05 | xace: add new fields to resource access hook to allow parent resource objects | Eamon Walsh | 1 | -1/+3 | |
to be passed in at create time. Also added a missing devPrivates initializer. | |||||
2007-08-30 | xace: add hooks + new access codes: XFixes extension. | Eamon Walsh | 1 | -0/+1 | |
Required a new name argument to the selection access hook to handle XFixesSelectSelectionInput. | |||||
2007-08-29 | xace: drop map-window checking hook, add new hooks for controlling the | Eamon Walsh | 1 | -2/+14 | |
delivery of events to windows and clients. This is tentative. It's likely that an additional last-resort hook will be necessary for code that calls TryClientEvents or WriteEventsToClient directly. It's also possible that new xace machinery will be necessary to classify events and pull useful resource ID's out of them. The failure case also needs some thinking through. Should event delivery "succeed" or should it report undeliverable? Finally, XKB appears to call WriteToClient to pass events. Sigh. | |||||
2007-08-28 | xace: add hooks + new access codes: core protocol input requests | Eamon Walsh | 1 | -1/+1 | |
2007-08-16 | xace: drop background-none checking hook, add new hook for controlling | Eamon Walsh | 1 | -1/+8 | |
access to other clients. | |||||
2007-08-15 | xace: rename hostlist security hook to "server" as this hook will be used | Eamon Walsh | 1 | -2/+4 | |
for other types of server access besides just the host list. | |||||
2007-08-06 | xace: drop site-policy and declare-extension-security hooks, add 2 new hooks | Eamon Walsh | 1 | -10/+4 | |
for controlling access to screens and screen savers. | |||||
2007-04-17 | xace: change the semantics of the return value of XACE hooks to allow | Eamon Walsh | 1 | -10/+10 | |
arbitrary X status codes instead of just TRUE/FALSE. The dix layer in most cases still does not propagate the return value of XACE hooks back to the client, however. There is more error propagation work to do. | |||||
2007-03-28 | xace: minor comment fixes. | Eamon Walsh | 1 | -2/+1 | |
2007-03-22 | xace: drop the name argument from the property callback. | Eamon Walsh | 1 | -2/+0 | |
2007-03-22 | xace: add new argument to property hook for property structure itself. | Eamon Walsh | 1 | -0/+2 | |
2007-03-21 | xace: add access_mode argument to selection hook. | Eamon Walsh | 1 | -0/+1 | |
2007-03-21 | xace: add XACE_SELECTION_ACCESS hook for selection redirection/access. | Eamon Walsh | 1 | -0/+8 | |
2007-03-19 | xace: drop XACE_WINDOW_INIT hook, it has been superseded by ↵ | Eamon Walsh | 1 | -6/+0 | |
ResourceStateCallback. | |||||
2006-08-25 | Add four new XACE hooks: auditing, key event notification, window init | Eamon Walsh | 1 | -0/+20 | |
2006-08-03 | Remove LBX code. | Eamon Walsh | 1 | -26/+0 | |
2006-06-20 | Add XACE extension source files. | Eamon Walsh | 1 | -0/+141 | |
(Copied from XACE-SELINUX branch in Xorg monolith CVS since these were never imported to modular cvs or git trees.) |