Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unnessecary free in polkit-auth.c | kremlin | 2014-08-16 | 1 | -2/+0 |
| | |||||
* | tighten up polkit-auth, implement in hostnamed.c | kremlin | 2014-08-16 | 1 | -8/+23 |
| | |||||
* | complete polkit-auth functionality | kremlin | 2014-08-16 | 1 | -2/+64 |
| | | | | | | polkit-auth exposes one function taking an alleged unique bus name and alleged action name (id) and returns an enum describing if and how action is authorized. | ||||
* | add polkit auth object, compile it in makefile, add header to interfaces | kremlin | 2014-08-16 | 1 | -0/+29 |
src/polkit-auth.c and its header are seperately built objects, linked to interfaces, which expose a single, safe auth checking function |