summaryrefslogtreecommitdiff
path: root/src/access
Commit message (Expand)AuthorAgeFilesLines
* access: Update format strings in translated messagesJiri Denemark2023-04-012-3/+3
* docs|access: Don't build the ACL flags into a separate XMLPeter Krempa2023-03-061-16/+0
* docs/html: Properly generate ACL permissions into API referencePeter Krempa2023-02-201-0/+4
* access: Allow 'node-device.read' permission for anonymous usersPeter Krempa2023-02-201-0/+1
* meson: Replace external_program.path() with external_program.full_path()Michal Privoznik2022-10-101-1/+1
* meson: Replace meson.source_root() with meson.project_source_root()Michal Privoznik2022-10-101-1/+1
* access: Remove unused includesPeng Liang2022-06-164-7/+0
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-137-189/+182
* api: add virNodeDeviceUndefine()Jonathon Jongsma2021-04-072-1/+7
* Do not check return value of VIR_EXPAND_NJiri Denemark2021-03-221-2/+1
* access: replace VIR_FREE with g_free in all *Dispose() functionsLaine Stump2021-02-051-1/+1
* meson: drop use of .path() for python argsDaniel P. Berrangé2020-11-091-1/+1
* src: use g_new0 instead of VIR_ALLOCJán Tomko2020-10-081-2/+1
* access: ensure ACL files are rebuilt when protocol changesDaniel P. Berrangé2020-09-161-4/+8
* meson: src/access: add check-aclperms testPavel Hrdina2020-08-031-0/+7
* meson: src/access: generate libvirt_access*.xml filesPavel Hrdina2020-08-032-25/+12
* meson: src/access: generate org.libvirt.api.policyPavel Hrdina2020-08-032-17/+14
* meson: src: build libvirt.so libraryPavel Hrdina2020-08-032-2/+2
* meson: src: build libvirt.syms and libvirt.def symbol filesPavel Hrdina2020-08-032-22/+14
* meson: src: build libvirt_access.a static libraryPavel Hrdina2020-08-032-76/+72
* meson: remove automake specific directivesPavel Hrdina2020-08-031-12/+1
* Remove virutil.h from all header filesJán Tomko2020-02-241-1/+0
* access: report an error if no access manager is presentDaniel P. Berrangé2019-12-181-0/+6
* src: rewrite polkit ACL generator in PythonDaniel P. Berrangé2019-11-202-122/+3
* access: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-4/+2
* src: stop distributing generated source filesPavel Hrdina2019-11-081-1/+2
* src: access: generate source files into build directoryPavel Hrdina2019-11-081-7/+7
* Use G_N_ELEMENTS instead of ARRAY_CARDINALITYJán Tomko2019-10-151-1/+1
* access: use G_GNUC_UNUSEDJán Tomko2019-10-152-47/+47
* access: convert polkit driver to auto free memoryDaniel P. Berrangé2019-10-141-24/+14
* build: link to glib libraryDaniel P. Berrangé2019-10-141-1/+3
* util: sanitize return values for virIdentity gettersDaniel P. Berrangé2019-09-161-3/+15
* util: change identity class attribute namesDaniel P. Berrangé2019-09-161-4/+4
* access: fix incorrect addition to virAccessPermNetworkLaine Stump2019-08-161-6/+6
* backup: Add new domain:checkpoint access controlEric Blake2019-07-262-1/+8
* access: add permissions for network port objectsDaniel P. Berrangé2019-06-179-1/+141
* src/access: use #pragma once in headersJonathon Jongsma2019-06-136-44/+24
* maint: Add filetype annotations to Makefile.inc.amAndrea Bolognani2019-04-121-0/+2
* util: Move enum convertors into virenum.(c|h)Peter Krempa2019-04-101-0/+1
* Require a semicolon for VIR_ENUM_IMPL callsCole Robinson2019-02-031-10/+20
* Enforce a standard header file guard symbol nameDaniel P. Berrangé2018-12-146-18/+18
* Fix minor typos in messages and docsYuri Chornoivan2018-12-051-2/+2
* access: Modify the VIR_ERR_ACCESS_DENIED to include driverNameJohn Ferlan2018-11-141-12/+14
* Revert "access: Modify the VIR_ERR_ACCESS_DENIED to include driverName"John Ferlan2018-11-141-13/+12
* access: Modify the VIR_ERR_ACCESS_DENIED to include driverNameJohn Ferlan2018-11-051-12/+13
* access: Fix nwfilter-binding ACL access API name generationJohn Ferlan2018-08-241-2/+2
* access: add nwfilter binding object permissionsDaniel P. Berrangé2018-06-268-1/+124
* access/: Remove spaces after castsMartin Kletzander2018-05-031-1/+1
* virobject: Introduce VIR_CLASS_NEW() macroMichal Privoznik2018-04-181-4/+1
* Merge WITH_POLKIT1 and WITH_POLKITJán Tomko2018-03-142-5/+5