summaryrefslogtreecommitdiff
path: root/src/machine/image-dbus.c
Commit message (Expand)AuthorAgeFilesLines
* copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-1/+1
* Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek2017-01-141-1/+1
|\
| * dissect: make using a generic partition as root partition optionalLennart Poettering2016-12-211-1/+1
| * dissect: optionally, only look for GPT partition tables, nothing elseLennart Poettering2016-12-201-1/+1
* | machined: remove unused variable (#4993)Thomas H. P. Andersen2016-12-291-1/+0
|/
* nspawn/dissect: automatically discover dm-verity verity partitionsLennart Poettering2016-12-071-1/+1
* dissect: add support for encrypted imagesLennart Poettering2016-12-071-1/+1
* machined: add API for querying the OS release of a machine imageLennart Poettering2016-12-071-0/+165
* machined: "machinectl clean" can take a while, do it asynchronously from a ba...Lennart Poettering2016-06-241-2/+2
* machined: rework copy-from/copy-to operation to use generic Operation objectLennart Poettering2016-05-021-2/+2
* machined: also make image removal operation asynchronousLennart Poettering2016-05-021-3/+32
* util: rework sigkill_wait() to not require pid_t pointerLennart Poettering2016-05-021-1/+1
* machined: run clone operation asynchronously in the backgroundLennart Poettering2016-05-021-5/+35
* machined: generate a nicer error when the user tries "machinectl clone" on no...Lennart Poettering2016-04-251-0/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* machined: add early checks for unrealistically large image/pool sizesLennart Poettering2016-01-271-0/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-2/+3
* bus-util: support details in CheckAuthorization callsMichael Chapman2015-09-061-0/+5
* sd-bus: drop bus parameter from message callback prototypeLennart Poettering2015-04-291-10/+0
* machined,machinectl: add calls for changing container/VM quotasLennart Poettering2015-02-251-0/+39
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering2015-02-181-0/+4
* machined: open up most of machined's commands to unprivileged clients via Pol...Lennart Poettering2015-02-181-4/+58
* machined: refer to the disk space allocated for an image to "usage" rather th...Lennart Poettering2015-01-191-2/+2
* machined: Fix MarkReadOnly method's name on busSylvain Plantefève2014-12-281-1/+1
* machined: don't look for images on each property get, but cache the image obj...Lennart Poettering2014-12-281-332/+84
* machined: add support for reporting image size via btrfs quotaLennart Poettering2014-12-281-6/+115
* machinectl/machined: implement "rename", "clone", "read-only" verbs for machi...Lennart Poettering2014-12-281-0/+92
* machined: add "machinectl remove" for removing imagesLennart Poettering2014-12-281-1/+24
* machined: Move image discovery logic into src/shared, so that we can make use...Lennart Poettering2014-12-281-1/+2
* machined: beef up machined image listing with creation/modification times of ...Lennart Poettering2014-12-251-4/+60
* machined: add a full bus object for imagesLennart Poettering2014-12-191-0/+234