summaryrefslogtreecommitdiff
path: root/src/machine/machine-dbus.c
Commit message (Expand)AuthorAgeFilesLines
* basic: add RuntimeScope enumLennart Poettering2023-03-101-1/+1
* machined: pass shell command line to polkitLudwig Nussel2022-12-291-0/+5
* tree-wide: use -EBADF moreYu Watanabe2022-12-211-3/+3
* tree-wide: introduce PIPE_EBADF macroYu Watanabe2022-12-201-4/+4
* tree-wide: use -EBADF also in pipe initializersZbigniew Jędrzejewski-Szmek2022-12-191-4/+4
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-8/+8
* copy: Support passing a deny list of files/directories to not copyDaan De Meyer2022-11-101-2/+2
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-28/+14
* tree-wide: port things dirname_malloc() → path_extract_directory()Lennart Poettering2022-08-231-14/+10
* machine: drop an unused variableFrantisek Sumsal2022-08-201-4/+2
* machinectl: Add plumbing for a `--force` flag for file copyAlexander Wilson2022-07-271-0/+24
* machine: update to use new-style sd-bus macros (#23012)Amarjargal2022-04-081-79/+55
* machined: provide more details to polkit authLudwig Nussel2022-01-181-8/+59
* machined: set TTYPath for container shellLudwig Nussel2021-12-231-1/+2
* alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-141-1/+1
* tree-wide: sd_bus_error_setf → set_bus_error_setZbigniew Jędrzejewski-Szmek2021-04-071-17/+17
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* machine: adjust error message to use 'normalized' instead of ../Luca Boccassi2021-01-181-2/+2
* machine/basic: factor out helper function to add airlocked mount to namespaceLuca Boccassi2021-01-181-206/+8
* basic: add make_mount_point_inode helperLuca Boccassi2020-12-211-10/+4
* machine: drop really old kdbus left-overLennart Poettering2020-12-151-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: port remaining umount() calls to umount_verbose()Lennart Poettering2020-09-231-4/+4
* tree-wide: switch remaining mount() invocations over to mount_nofollow_verbose()Lennart Poettering2020-09-231-14/+20
* machine: fix error code propagation in two casesLennart Poettering2020-09-231-2/+2
* tree-wide: copy hardlinks wherever we deal with possibly large OS-style treesLennart Poettering2020-09-091-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-2/+1
* nspawn/machine: move mount propagation dir to /run/host/incomingLennart Poettering2020-08-201-5/+3
* machine: Pass machine, user, program values to polkit on OpenMachineShellMarti Raudsepp2020-08-031-5/+12
* shared: split out property get helpersLennart Poettering2020-06-301-0/+1
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-1/+1
* machine: switch to BusLocator-oriented helpersVito Caputo2020-05-071-15/+2
* machined: convert to the new scheme and add --bus-introspectZbigniew Jędrzejewski-Szmek2020-05-051-92/+99
* machined: add dbus parameter namesZbigniew Jędrzejewski-Szmek2020-04-121-12/+86
* *: convert amenable fdopen calls to take_fdopenVito Caputo2020-03-311-3/+2
* shared: split out polkit stuff from bus-util.c → bus-polkit.cLennart Poettering2020-01-221-0/+1
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* Merge pull request #13866 from keszybz/nspawn-restartsLennart Poettering2019-10-301-0/+28
|\
| * machined: add UnregisterMachine methodZbigniew Jędrzejewski-Szmek2019-10-291-0/+28
* | basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-1/+1
|/
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* terminal-util: introduce openpt_allocate()Franck Bui2019-06-181-17/+4
* util: split out namespace related stuff into a new namespace-util.[ch] pairLennart Poettering2019-03-131-0/+1
* tree-wide: whenever we allocate a new bus object, close it before dropping fi...Lennart Poettering2019-01-171-1/+1
* tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-121-1/+1
* util: drop missing.h from socket-util.hYu Watanabe2018-12-061-0/+1
* util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-1/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* tree-wide: more IOVEC_MAKE() conversionsLennart Poettering2018-11-281-2/+3
* fileio: drop "newline" parameter for env file parsersLennart Poettering2018-11-141-1/+1