aboutsummaryrefslogtreecommitdiff
path: root/include/authz
AgeCommit message (Expand)Author
2021-01-29Prefer 'on' | 'off' over 'yes' | 'no' for bool optionsDaniel P. Berrangé
2020-10-29authz: Fix Lesser GPL version numberChetan Pant
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost
2020-09-18qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost
2020-09-09Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2019-08-16Include generated QAPI headers lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster
2019-04-02filemon: fix watch IDs to avoid potential wraparound issuesDaniel P. Berrangé
2019-03-21authz: Use OBJECT_CHECK() on objectsPhilippe Mathieu-Daudé
2019-02-26authz: add QAuthZPAM object type for authorizing using PAMDaniel P. Berrange
2019-02-26authz: add QAuthZListFile object type for a file access control listDaniel P. Berrangé
2019-02-26authz: add QAuthZList object type for an access control listDaniel P. Berrange
2019-02-26authz: add QAuthZSimple object type for easy whitelist auth checksDaniel P. Berrangé
2019-02-26authz: add QAuthZ object as an authorization base classDaniel P. Berrange