summaryrefslogtreecommitdiff
path: root/src/machine/machine-dbus.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* os-util: add helpers for finding /etc/os-releaseLennart Poettering2018-05-241-8/+6
* machine: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-151-27/+2
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-6/+3
* Merge pull request #8554 from poettering/chase-trail-slashZbigniew Jędrzejewski-Szmek2018-03-261-1/+1
|\
| * fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()Lennart Poettering2018-03-221-1/+1
* | macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
|/
* fixed 3 occurences of 'Failed top open' (#8349)SjonHortensius2018-03-041-1/+1
* machined: use getent to get default shell for machinectl shell (#7684)Shawn Landden2018-01-161-12/+31
* tree-wide: make use of wait_for_terminate_and_check() at various placesLennart Poettering2018-01-041-18/+9
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-25/+20
* Add mkdir_errno_wrapper() and use instead of mkdir() in various placesZbigniew Jędrzejewski-Szmek2017-12-161-1/+1
* Merge pull request #7198 from poettering/stdin-stdoutLennart Poettering2017-11-191-2/+2
|\
| * fs-util: rename path_is_safe() → path_is_normalized()Lennart Poettering2017-11-171-2/+2
* | Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* | machined: support "machinectl bind" on non-directories (#7349)Lennart Poettering2017-11-191-24/+60
|/
* Fix error message when binding files (#7196)Zeal Jagannatha2017-11-141-1/+1
* machined: refuse bind mounts on containers that have user namespaces appliedLennart Poettering2017-02-171-0/+7
* machined: when copying files from/to userns containers chown to rootLennart Poettering2017-02-171-2/+11
* copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-3/+3
* machined: expose "UID shift" concept for containersLennart Poettering2017-02-171-0/+27
* machined: add API for querying the OS release of a machine imageLennart Poettering2016-12-071-27/+13
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* bus-util: generalize helper for ID128 prpoertiesLennart Poettering2016-10-071-19/+1
* machined: "machinectl clean" can take a while, do it asynchronously from a ba...Lennart Poettering2016-06-241-1/+1
* machined: don't bother explicitly closing the errno pipeLennart Poettering2016-06-241-2/+0
* util-lib: make localed's nonempty() generic, rename it to empty_to_null() and...Lennart Poettering2016-05-301-2/+1
* machined: rework copy-from/copy-to operation to use generic Operation objectLennart Poettering2016-05-021-60/+6
* machined: add new OpenRootDirectory() call to Machine objectsLennart Poettering2016-04-251-0/+92
* tree-wide: remove useless NULLs from strjoinaZbigniew Jędrzejewski-Szmek2016-04-131-1/+1
* tree-wide: add new SIGNAL_VALID() macro-like function that validates signal n...Lennart Poettering2016-04-121-1/+2
* Remove/add (un)needed includesNathan McSween2016-02-181-0/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* machine: fix typo: MS_MOUNT does not existAlban Crequy2016-01-051-1/+1
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-11/+11
* 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-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-9/+10
* machined: when opening a shell via machined, pass tty fds inLennart Poettering2015-10-081-9/+12
* core: allow setting WorkingDirectory= to the special value ~Lennart Poettering2015-09-291-2/+3
* nspawn, machined: fix comments and error messagesKrzesimir Nowak2015-09-221-9/+9
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-1/+1
* machined: improve error message when trying to get a bus in bus-less containersLennart Poettering2015-09-071-3/+5
* bus-util: support details in CheckAuthorization callsMichael Chapman2015-09-061-0/+7
* machined: introduce a ptsname_namespace() call and make use of itLennart Poettering2015-09-011-3/+4
* machined: call unlockpt() in container, not hostLennart Poettering2015-09-011-6/+0
* machined: beef up PolicyKit actionsLennart Poettering2015-08-241-3/+3