| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
- No more implicit dependency on Boost.MPL
- Better documentation for template magic
- Move input handler policies to handler definitions where they belong
- Separate out event descriptions from handlers
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
|
|
- Make static methods virtual and store instances in the chains.
- Propagate security context information.
- Saner security policy implementation.
|