summaryrefslogtreecommitdiffstats
path: root/authz/meson.build
blob: 88fa7769cb1b2ff0d4a5c2f383817979deef910a (plain) (blame)
1
2
3
4
5
6
7
8
9
authz_ss.add(genh)
authz_ss.add(files(
  'base.c',
  'list.c',
  'listfile.c',
  'simple.c',
))

authz_ss.add(when: ['CONFIG_AUTH_PAM', pam], if_true: files('pamacct.c'))
it/qga/commands-win32.c?id=b9a002609fd887447eca8ee10777690d691f91d4'>qga-win32: Add support for NVME bus typeKonstantin Kostiuk2022-05-251-0/+5 * qga: add guest-get-diskstats command for Linux guestsluzhipeng2022-05-251-0/+6 * qga: move qga_get_host_name()Marc-André Lureau2022-04-211-0/+13 * build-sys: drop ntddscsi.h checkMarc-André Lureau2022-04-061-19/+0Star * qga: replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-061-19/+0Star * Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-4/+4 * meson, configure: move ntddscsi API check to mesonMarc-André Lureau2022-02-211-3/+3 * qga-win: Detect Windows 11 by build numberKostiantyn Kostiuk2022-01-101-9/+14 * qga-win: Detect OS based on Windows 10 by first build numberKostiantyn Kostiuk2022-01-101-7/+11 * gqa-win: get_pci_info: Replace 'while' with 2 calls of the functionKostiantyn Kostiuk2022-01-101-6/+24 * gqa-win: get_pci_info: Add g_autofree for few variablesKostiantyn Kostiuk2022-01-101-4/+2Star * gqa-win: get_pci_info: Split logic to separate functionsKostiantyn Kostiuk2022-01-101-74/+87 * gqa-win: get_pci_info: Free parent_dev_info properlyKostiantyn Kostiuk2022-01-101-2/+5 * gqa-win: get_pci_info: Use common 'end' labelKostiantyn Kostiuk2022-01-101-13/+12Star * gqa-win: get_pci_info: Clean dev_info if handle is validKostiantyn Kostiuk2022-01-101-2/+4 * Remove superfluous ERRP_GUARD()Markus Armbruster2021-08-261-1/+0Star * qga-win: Free GMatchInfo properlyKostiantyn Kostiuk2021-08-031-2/+1Star * qga-win: Fix handle leak in ga_get_win_product_name()Basil Salman2021-08-031-2/+7 * qga-win: Fix build_guest_fsinfo() close of nonexistentBasil Salman2021-08-031-2/+4 * qga-win: Add support of Windows Server 2022 in get-osinfo commandKostiantyn Kostiuk2021-07-121-1/+2 * qga: Delete redundant spacesAlexChen2021-03-171-2/+2 * qga: Add spaces around operatorAlexChen2021-03-171-11/+11 * qapi: More complex uses of QAPI_LIST_APPENDEric Blake2021-01-281-58/+30Star * qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-281-8/+3Star * qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-24/+8Star * qga: Tweak a guest-shutdown error messageMarkus Armbruster2020-12-101-1/+1 * qga: Replace an unreachable error by abort()Markus Armbruster2020-12-101-2/+1Star * qga: add implementation of guest-get-disks for WindowsTomáš Golembiovský2020-11-021-6/+101 * qga: add command guest-get-disksTomáš Golembiovský2020-11-021-0/+6 * qga: Flatten simple union GuestDeviceIdMarkus Armbruster2020-11-021-5/+4Star * qga-win: Fix guest-get-devices error API violationsMarkus Armbruster2020-11-021-3/+2Star * qga: Use common time encoding for guest-get-devices 'driver-date'Markus Armbruster2020-11-021-8/+11 * qga: Rename guest-get-devices return member 'address' to 'id'Markus Armbruster2020-11-021-8/+8 * qga/commands-win32: Fix problem with redundant protype declarationThomas Huth2020-09-161-1/+4 * qga: add command guest-get-devices for reporting VirtIO devicesTomáš Golembiovský2020-09-131-1/+209 * qga-win: fix "guest-get-fsinfo" wrong filesystem typeBasil Salman2020-07-28