| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Sanitize security model yet again | Sebastien Braun | 2010-10-07 | 1 | -16/+42 |
| | | | | | | | | | | | The flags model was not satisfactory since it made it unnecessarily difficult to express the standard policy of "allow all to users that are physically sitting in front of the machine and to privileged users". The new model expressly knows different policies (two at the moment) and refrains from decomposing them. Additional policies are not difficult to add. | ||||
| * | Add description to input event handlers so they can | Sebastien Braun | 2010-10-05 | 1 | -0/+40 |
| | | |||||
| * | Add Permission checking and session information code. | Sebastien Braun | 2010-10-05 | 1 | -0/+4 |
| | | |||||
| * | Refactor InputEvent handler code. | Sebastien Braun | 2010-10-05 | 1 | -35/+73 |
| | | | | | | | - Make static methods virtual and store instances in the chains. - Propagate security context information. - Saner security policy implementation. | ||||
| * | Implement first version of basic input event support | Sebastien Braun | 2010-10-05 | 1 | -0/+187 |
