summaryrefslogtreecommitdiffstats
path: root/authz
Commit message (Expand)AuthorAgeFilesLines
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-125-0/+5
* authz: Normalize #include "authz/trace.h" to "trace.h"Markus Armbruster2019-05-135-5/+5
* filemon: fix watch IDs to avoid potential wraparound issuesDaniel P. Berrangé2019-04-021-1/+1
* trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-1/+1
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-5/+5
* authz: add QAuthZPAM object type for authorizing using PAMDaniel P. Berrange2019-02-263-0/+154
* authz: add QAuthZListFile object type for a file access control listDaniel P. Berrangé2019-02-263-0/+288
* authz: add QAuthZList object type for an access control listDaniel P. Berrange2019-02-263-0/+276
* authz: add QAuthZSimple object type for easy whitelist auth checksDaniel P. Berrangé2019-02-263-0/+119
* authz: add QAuthZ object as an authorization base classDaniel P. Berrange2019-02-263-0/+87