summaryrefslogtreecommitdiff
path: root/src/machine/machined-dbus.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* machined: add UnregisterMachine methodZbigniew Jędrzejewski-Szmek2019-10-291-0/+5
* tree-wide: make use of errno_or_else() everywhereLennart Poettering2019-07-111-10/+11
* fileio: replace read_nul_string() by read_line() with a special flagLennart Poettering2018-12-181-4/+4
* tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-121-1/+1
* lockfile: drop unnecessary headers from lockfile-util.hYu Watanabe2018-12-061-0/+1
* Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering2018-12-031-4/+4
|\
| * machine-image: introduce image_hash_ops and use itYu Watanabe2018-12-021-4/+4
* | util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
|/
* import: drop logic of setting up /var/lib/machines as btrfs loopback mountLennart Poettering2018-11-261-30/+1
* machined: rework referencing of machine scopes from machined, tooLennart Poettering2018-11-091-9/+26
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* machine: ignore containers which disable private user namespace in MapToMachi...Yu Watanabe2018-06-131-0/+8
* machined: move bus_reply_pair_array() into generic utilitiesLennart Poettering2018-05-241-27/+0
* machined: unify how we forward image method calls from manager to image objectLennart Poettering2018-05-241-171/+17
* machined: introduce a common function for redirecting machine method calls fr...Lennart Poettering2018-05-241-174/+17
* machine-image: rework error handlingLennart Poettering2018-05-241-19/+19
* machine-image: introduce two different classes of imagesLennart Poettering2018-05-241-12/+12
* machine: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-151-14/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* fixed 3 occurences of 'Failed top open' (#8349)SjonHortensius2018-03-041-2/+2
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-5/+4
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-2/+2
* machined: port machined's bus APIs to use new image metadata APILennart Poettering2017-11-201-0/+75
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Revert "tree-wide: use pid_is_valid() at more places"Alan Jenkins2017-10-031-1/+1
* tree-wide: use pid_is_valid() at more placesLennart Poettering2017-08-311-1/+1
* machined: expose "UID shift" concept for containersLennart Poettering2017-02-171-0/+21
* machined: add API for querying the OS release of a machine imageLennart Poettering2016-12-071-0/+52
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: use %m in calls to sd_bus_error_set_errnofZbigniew Jędrzejewski-Szmek2016-09-131-1/+3
* util-lib: rework /tmp and /var/tmp handling codeLennart Poettering2016-08-041-1/+1
* Various fixes for typos found by lintian (#3705)Michael Biebl2016-07-121-1/+1
* machined: "machinectl clean" can take a while, do it asynchronously from a ba...Lennart Poettering2016-06-241-35/+179
* machined: add new OpenRootDirectory() call to Machine objectsLennart Poettering2016-04-251-0/+21
* machinectl: add new "machinectl clean" commandLennart Poettering2016-04-121-0/+88
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* 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
* machined: when the pool limit is set to infinity don't resize backing loopbac...Lennart Poettering2016-01-271-5/+8
* logind,machined: bump TasksMax=Lennart Poettering2016-01-251-1/+1
* tree-wide: check if errno is greater than zero (2)Zbigniew Jędrzejewski-Szmek2016-01-131-4/+4
* nspawn: set TasksMax in machined instead of nspawnAlban Crequy2015-12-041-0/+4
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-11/+11
* tree-wide: use right cast macros for UIDs, GIDs and PIDsLennart Poettering2015-11-171-1/+1
* machined,logind: be more careful when accepting PIDs and UIDs from clientsLennart Poettering2015-11-151-0/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1