summaryrefslogtreecommitdiff
path: root/src/machine/machinectl.c
Commit message (Expand)AuthorAgeFilesLines
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-2/+2
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-7/+4
* machinectl: make sure we are not reading an unitialized variableZbigniew Jędrzejewski-Szmek2014-07-181-0/+2
* change type for address family to "int"Lennart Poettering2014-07-181-4/+4
* machinectl: show network interface name for containersLennart Poettering2014-07-101-11/+64
* machinectl: show /etc/os-release information of container in status outputLennart Poettering2014-07-031-0/+44
* machined: add logic to query IP addresses of containersLennart Poettering2014-05-181-6/+69
* util: replace close_pipe() with new safe_close_pair()Lennart Poettering2014-03-241-1/+1
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-4/+2
* machinectl: reimplement machinectl's "reboot" verb on top of "kill", and add ...Lennart Poettering2014-03-181-66/+19
* sd-bus: the bus returned should be the first argJason A. Donenfeld2014-02-201-1/+1
* machinectl: remove unused --no-ask-passwordThomas Hindoe Paaboel Andersen2014-02-181-8/+0
* machinectl: add bash completionThomas Hindoe Paaboel Andersen2014-02-181-2/+12
* machinectl: add new "machinectl reboot" callLennart Poettering2014-02-121-1/+66
* machined: optionally, allow registration of pre-existing units (scopesLennart Poettering2014-02-111-8/+8
* machinectl: fix success check when getting pty from within containerLennart Poettering2013-12-231-4/+4
* bus: when getting a kdbus connection into a container wait first for child, t...Lennart Poettering2013-12-231-9/+9
* machinectl: show_properties() already logs the errorDjalal Harouni2013-12-181-3/+1
* bus: when entering an existing namespace to connect to a container's system b...Lennart Poettering2013-12-171-3/+3
* bus: when connecting to a container's kdbus instance, enter namespace firstLennart Poettering2013-12-141-29/+12
* Help output spring cleaningZbigniew Jędrzejewski-Szmek2013-12-081-5/+5
* service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering2013-11-271-7/+3
* machinectl: close bus to container earlyLennart Poettering2013-11-081-1/+5
* machinectl: show list headers even if we pipe, since that appears to be the u...Lennart Poettering2013-11-071-4/+2
* bus: log message parsing errors everywhere with a generalized bus_log_parse_e...Lennart Poettering2013-11-071-23/+11
* polkit: don't spawn local client if we access a remote systemLennart Poettering2013-11-071-1/+1
* bus: make bus_print_all_properties work for non machinectl casesSimon Peeters2013-11-071-1/+1
* machinectl: we need glibc's socket.h, not our ownLennart Poettering2013-11-071-1/+1
* machinectl: use initialization instead of zeroingZbigniew Jędrzejewski-Szmek2013-11-061-7/+5
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-5/+3
* clients: various simplificationsLennart Poettering2013-11-061-11/+5
* bus: update bus_map_all_properties()Kay Sievers2013-11-051-168/+55
* machinectl: fix warning when compiling with -OgThomas Hindoe Paaboel Andersen2013-11-011-1/+1
* machinectl: add new command to spawn a getty inside a containerLennart Poettering2013-10-311-8/+241
* run: add support for executing commands remotely via SSH or in a containerLennart Poettering2013-10-301-18/+6
* machinectl: we don't really just show information, we execute operationsLennart Poettering2013-10-301-2/+2
* bus: add API call to create bus connection to the system bus of local containersLennart Poettering2013-10-301-47/+43
* bus: move ssh support into public API of libsystem-busLennart Poettering2013-10-301-1/+1
* machinectl: privileged option is goneMarc-Antoine Perennou2013-10-301-1/+0
* machinectl: port to sd-busTom Gundersen2013-10-301-222/+186
* loginctl: suppress cgroup tree output if cgroup is emptyLennart Poettering2013-07-111-3/+10
* loginctl: restore cgroup display for status outputLennart Poettering2013-07-111-30/+75
* man: document machinectl and systemd-machinedZbigniew Jędrzejewski-Szmek2013-07-061-1/+1
* machined: split out machine registration stuff from logindLennart Poettering2013-07-021-0/+764