Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-16 | xace: drop background-none checking hook, add new hook for controlling | Eamon Walsh | 1 | -1/+1 | |
access to other clients. | |||||
2007-08-15 | xace: rename hostlist security hook to "server" as this hook will be used | Eamon Walsh | 1 | -1/+1 | |
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 | -2/+2 | |
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 | -6/+6 | |
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-26 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -10/+0 | |
2007-03-25 | Static and dead code cleaup for Xext/ | Adam Jackson | 1 | -10/+0 | |
2007-03-21 | xace: bump major version since the hooks have changed. | Eamon Walsh | 1 | -1/+1 | |
2007-03-21 | xace: add XACE_SELECTION_ACCESS hook for selection redirection/access. | Eamon Walsh | 1 | -7/+8 | |
2007-03-19 | xace: drop XACE_WINDOW_INIT hook, it has been superseded by ↵ | Eamon Walsh | 1 | -4/+3 | |
ResourceStateCallback. | |||||
2006-12-01 | Naming change: Security*Operation -> Xace*Operation | Eamon Walsh | 1 | -5/+5 | |
2006-12-01 | Define calls away when not building XACE, allowing ifdef's to be removed. | Eamon Walsh | 1 | -5/+21 | |
2006-08-25 | Add four new XACE hooks: auditing, key event notification, window init | Eamon Walsh | 1 | -1/+5 | |
2006-08-03 | Remove LBX code. | Eamon Walsh | 1 | -10/+1 | |
2006-08-02 | Rebase Security extension to use devPrivates for storing security state. | Eamon Walsh | 1 | -16/+0 | |
2006-06-20 | Add XACE extension source files. | Eamon Walsh | 1 | -0/+124 | |
(Copied from XACE-SELINUX branch in Xorg monolith CVS since these were never imported to modular cvs or git trees.) |