aboutsummaryrefslogtreecommitdiff
path: root/include/authz
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster3-12/+9
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster2-9/+6
2019-04-02filemon: fix watch IDs to avoid potential wraparound issuesDaniel P. Berrangé1-1/+1
2019-03-21authz: Use OBJECT_CHECK() on objectsPhilippe Mathieu-Daudé5-10/+10
2019-02-26authz: add QAuthZPAM object type for authorizing using PAMDaniel P. Berrange1-0/+100
2019-02-26authz: add QAuthZListFile object type for a file access control listDaniel P. Berrangé1-0/+111
2019-02-26authz: add QAuthZList object type for an access control listDaniel P. Berrange1-0/+106
2019-02-26authz: add QAuthZSimple object type for easy whitelist auth checksDaniel P. Berrangé1-0/+84
2019-02-26authz: add QAuthZ object as an authorization base classDaniel P. Berrange1-0/+112