aboutsummaryrefslogtreecommitdiffstats
path: root/src/polkit-auth.c
Commit message (Collapse)AuthorAgeFilesLines
* remove unnessecary free in polkit-auth.ckremlin2014-08-161-2/+0
|
* tighten up polkit-auth, implement in hostnamed.ckremlin2014-08-161-8/+23
|
* complete polkit-auth functionalitykremlin2014-08-161-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 interfaceskremlin2014-08-161-0/+29
src/polkit-auth.c and its header are seperately built objects, linked to interfaces, which expose a single, safe auth checking function