summaryrefslogtreecommitdiff
path: root/src/machine/machine-dbus.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* machined: introduce pseudo-machine ".host" refererring to the host systemLennart Poettering2015-08-241-172/+244
* machined: add new OpenShell() bus callLennart Poettering2015-08-241-19/+261
* namespace helpers: Allow entering a UID namespaceRichard Maw2015-08-171-4/+4
* machined: Relax path checks for Copy{From,To}Richard Maw2015-08-041-4/+4
* machine: remove unused variablesThomas Hindoe Paaboel Andersen2015-07-081-2/+0
* property callback returns are consistentUmut Tezduyar Lindskog2015-07-081-10/+2
* turn kdbus support into a runtime optionKay Sievers2015-06-171-4/+0
* Stop talking about the "XDG" version of basename()Simon McVittie2015-06-171-2/+2
* sd-bus: allow passing NULL as bus parameter to sd_bus_send()Lennart Poettering2015-04-291-4/+4
* sd-bus: drop bus parameter from message callback prototypeLennart Poettering2015-04-291-17/+21
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* machine: do not rely on asprintf setting arg on errorZbigniew Jędrzejewski-Szmek2015-03-071-3/+5
* machined: use x-machine-unix prefix for the container bus on dbus1Benjamin Franzke2015-03-011-1/+1
* machined: fix check if host directory could be openedThomas Hindoe Paaboel Andersen2015-02-241-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0