summaryrefslogtreecommitdiff
path: root/src/machine/machinectl.c
Commit message (Expand)AuthorAgeFilesLines
...
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move web-related calls into web-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering2015-10-241-7/+6
* machinectl: accept "none" and "infinity" as specifier when dropping quotas us...Lennart Poettering2015-10-221-1/+1
* machined: when opening a shell via machined, pass tty fds inLennart Poettering2015-10-081-1/+1
* machinectl: fix race when opening new shells with "machinectl shell"Lennart Poettering2015-10-071-5/+5
* bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering2015-09-291-1/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-27/+25
* cgtop: underline table headerLennart Poettering2015-09-221-2/+2
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-5/+1
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1
* cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering2015-09-011-1/+1
* core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering2015-08-281-2/+1
* machinectl: pass $TERM into "machinectl shell" sessionsLennart Poettering2015-08-261-0/+11
* machinectl: remove unused variableThomas Hindoe Paaboel Andersen2015-08-251-1/+1
* machinectl: extend the "shell" syntax to take user@container namesLennart Poettering2015-08-241-5/+21
* machinectl: make machine name parameters for "shell" and "login" optionalLennart Poettering2015-08-241-21/+30
* machinectl: don't show ".host" pseudo-machine in list by defaultLennart Poettering2015-08-241-0/+3
* machined: introduce pseudo-machine ".host" refererring to the host systemLennart Poettering2015-08-241-4/+2
* util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering2015-08-241-0/+1
* machinectl: add new "machinectl shell" commandLennart Poettering2015-08-241-32/+153
* machinectl: support relative host paths in copy-{from,to}Richard Maw2015-08-041-2/+14
* sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2015-07-031-1/+1
* everywhere: port everything to sigprocmask_many() and friendsLennart Poettering2015-06-151-2/+2
* tree-wide: fix memory leaks in users of bus_map_all_properties()David Herrmann2015-06-141-15/+33
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-0/+1
* systemctl: introduce --now for enable, disable and maskJan Synacek2015-05-151-1/+1
* machinectl: remove unused variableThomas Hindoe Paaboel Andersen2015-05-061-1/+1
* core: rework unit name validation and manipulation logicLennart Poettering2015-05-051-25/+30
* sd-bus: drop bus parameter from message callback prototypeLennart Poettering2015-04-291-8/+5
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-1/+1
* man: document "machinectl export-tar" and "export-raw"Lennart Poettering2015-03-101-2/+2
* machinectl: remove unused variablesThomas Hindoe Paaboel Andersen2015-03-091-2/+0
* importd: add API for exporting container/VM imagesLennart Poettering2015-03-091-9/+142
* machinectl: minor --help text improvementsLennart Poettering2015-03-051-2/+2
* importd: add new bus calls for importing local tar and raw imagesLennart Poettering2015-03-051-3/+141
* machinectl: update --help text to clarify that set-limit can also change pool...Lennart Poettering2015-03-021-1/+1
* machined,machinectl: add calls for changing container/VM quotasLennart Poettering2015-02-251-1/+53
* machined/machinectl: when "machinectl image-status" is used without arguments...Lennart Poettering2015-02-241-6/+62
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1Lennart Poettering2015-02-181-1/+1
* machinectl: issue all bus commands while allowing interactive authLennart Poettering2015-02-181-59/+28
* machined: make "machinectl copy-to" and "machinectl copy-from" server side op...Lennart Poettering2015-02-171-126/+12
* machined: move logic for bind mounting into containers from machinectl to mac...Lennart Poettering2015-02-171-184/+27
* tree-wide: whenever we include libgen.h, immediately undefine basename()Lennart Poettering2015-02-111-0/+5
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-5/+5