summaryrefslogtreecommitdiff
path: root/authz
Commit message (Expand)AuthorAgeFilesLines
* error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2023-02-231-1/+0
* configure, meson: convert pam detection to mesonPaolo Bonzini2021-06-251-1/+1
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* authz-simple: Check that 'identity' property is setKevin Wolf2020-11-181-0/+14
* authz-pam: Check that 'service' property is setKevin Wolf2020-11-181-0/+6
* authz-list-file: Improve an error messageMarkus Armbruster2020-11-181-1/+2
* authz-list-file: Fix file read error handlingMarkus Armbruster2020-11-181-0/+3
* authz: Fix Lesser GPL version numberChetan Pant2020-10-295-5/+5
* authz-list-file: Fix crash when filename is not setEduardo Habkost2020-10-131-0/+5
* authz: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-121-10/+0
* qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost2020-09-184-4/+0
* meson: convert authz directory to MesonMarc-André Lureau2020-08-212-7/+19
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-154-11/+6
* authz: fix usage of bool in listfile.cJafar Abdi2020-02-071-1/+1
* 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