summaryrefslogtreecommitdiffstats
path: root/include/authz
Commit message (Expand)AuthorAgeFilesLines
* Prefer 'on' | 'off' over 'yes' | 'no' for bool optionsDaniel P. Berrangé2021-01-291-1/+1
* authz: Fix Lesser GPL version numberChetan Pant2020-10-295-5/+5
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-185-5/+5
* qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost2020-09-184-4/+4
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-094-20/+8Star
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-095-20/+10Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-095-45/+10Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-095-10/+14
* Include generated QAPI headers lessMarkus Armbruster2019-08-161-1/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* Clean up ill-advised or unusual header guardsMarkus Armbruster2019-05-133-12/+9Star
* Clean up header guards that don't match their file nameMarkus Armbruster2019-05-132-9/+6Star
* filemon: fix watch IDs to avoid potential wraparound issuesDaniel P. Berrangé2019-04-021-1/+1
* authz: Use OBJECT_CHECK() on objectsPhilippe Mathieu-Daudé2019-03-215-10/+10
* authz: add QAuthZPAM object type for authorizing using PAMDaniel P. Berrange2019-02-261-0/+100
* authz: add QAuthZListFile object type for a file access control listDaniel P. Berrangé2019-02-261-0/+111
* authz: add QAuthZList object type for an access control listDaniel P. Berrange2019-02-261-0/+106
* authz: add QAuthZSimple object type for easy whitelist auth checksDaniel P. Berrangé2019-02-261-0/+84
* authz: add QAuthZ object as an authorization base classDaniel P. Berrange2019-02-261-0/+112