aboutsummaryrefslogtreecommitdiff
path: root/authz
AgeCommit message (Expand)AuthorFilesLines
2021-06-25configure, meson: convert pam detection to mesonPaolo Bonzini1-1/+1
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2020-11-18authz-simple: Check that 'identity' property is setKevin Wolf1-0/+14
2020-11-18authz-pam: Check that 'service' property is setKevin Wolf1-0/+6
2020-11-18authz-list-file: Improve an error messageMarkus Armbruster1-1/+2
2020-11-18authz-list-file: Fix file read error handlingMarkus Armbruster1-0/+3
2020-10-29authz: Fix Lesser GPL version numberChetan Pant5-5/+5
2020-10-13authz-list-file: Fix crash when filename is not setEduardo Habkost1-0/+5
2020-10-12authz: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé1-10/+0
2020-09-18qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost4-4/+0
2020-08-21meson: convert authz directory to MesonMarc-André Lureau2-7/+19
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster4-11/+6
2020-02-07authz: fix usage of bool in listfile.cJafar Abdi1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster5-0/+5
2019-05-13authz: Normalize #include "authz/trace.h" to "trace.h"Markus Armbruster5-5/+5
2019-04-02filemon: fix watch IDs to avoid potential wraparound issuesDaniel P. Berrangé1-1/+1
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-1/+1
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-5/+5
2019-02-26authz: add QAuthZPAM object type for authorizing using PAMDaniel P. Berrange3-0/+154
2019-02-26authz: add QAuthZListFile object type for a file access control listDaniel P. Berrangé3-0/+288
2019-02-26authz: add QAuthZList object type for an access control listDaniel P. Berrange3-0/+276
2019-02-26authz: add QAuthZSimple object type for easy whitelist auth checksDaniel P. Berrangé3-0/+119
2019-02-26authz: add QAuthZ object as an authorization base classDaniel P. Berrange3-0/+87