aboutsummaryrefslogtreecommitdiff
path: root/include/authz
AgeCommit message (Expand)AuthorFilesLines
2021-01-29Prefer 'on' | 'off' over 'yes' | 'no' for bool optionsDaniel P. Berrangé1-1/+1
2020-10-29authz: Fix Lesser GPL version numberChetan Pant5-5/+5
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost5-5/+5
2020-09-18qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost4-4/+4
2020-09-09Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost4-20/+8
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost5-20/+10
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost5-45/+10
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost5-10/+14
2019-08-16Include generated QAPI headers lessMarkus Armbruster1-1/+0
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