chiark / gitweb /
treewide: use log_*_errno whenever %m is in the format string
[elogind.git] / src / machine / machinectl.c
2014-11-28 Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28 Michal Schmidttreewide: yet more log_*_errno + return simplifications
2014-11-28 Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28 Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-10-31 Lennart Poetteringptyforward: rework PTY forwarder logic used by nspawn...
2014-08-04 Lennart Poetteringbus: always explicitly close bus from main programs
2014-08-04 Zbigniew Jędrzejew... Unify parse_argv style
2014-07-19 Zbigniew Jędrzejew... machinectl: make sure we are not reading an unitialized...
2014-07-18 Lennart Poetteringchange type for address family to "int"
2014-07-10 Lennart Poetteringmachinectl: show network interface name for containers
2014-07-03 Lennart Poetteringmachinectl: show /etc/os-release information of contain...
2014-05-18 Lennart Poetteringmachined: add logic to query IP addresses of containers
2014-03-24 Lennart Poetteringutil: replace close_pipe() with new safe_close_pair()
2014-03-18 Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-18 Lennart Poetteringmachinectl: reimplement machinectl's "reboot" verb...
2014-02-19 Jason A. Donenfeldsd-bus: the bus returned should be the first arg
2014-02-18 Thomas Hindoe Paab... machinectl: remove unused --no-ask-password
2014-02-18 Thomas Hindoe Paab... machinectl: add bash completion
2014-02-12 Lennart Poetteringmachinectl: add new "machinectl reboot" call
2014-02-11 Lennart Poetteringmachined: optionally, allow registration of pre-existin...
2013-12-23 Lennart Poetteringmachinectl: fix success check when getting pty from...
2013-12-23 Lennart Poetteringbus: when getting a kdbus connection into a container...
2013-12-19 Djalal Harounimachinectl: show_properties() already logs the error
2013-12-17 Lennart Poetteringbus: when entering an existing namespace to connect...
2013-12-14 Lennart Poetteringbus: when connecting to a container's kdbus instance...
2013-12-09 Zbigniew Jędrzejew... Help output spring cleaning
2013-11-27 Lennart Poetteringservice: add the ability for units to join other unit...
2013-11-08 Lennart Poetteringmachinectl: close bus to container early
2013-11-07 Lennart Poetteringmachinectl: show list headers even if we pipe, since...
2013-11-07 Lennart Poetteringbus: log message parsing errors everywhere with a gener...
2013-11-07 Lennart Poetteringpolkit: don't spawn local client if we access a remote...
2013-11-07 Simon Peetersbus: make bus_print_all_properties work for non machine...
2013-11-06 Lennart Poetteringmachinectl: we need glibc's socket.h, not our own
2013-11-06 Zbigniew Jędrzejew... machinectl: use initialization instead of zeroing
2013-11-06 Lennart Poetteringclients: unify how we invoke getopt_long()
2013-11-06 Lennart Poetteringclients: various simplifications
2013-11-05 Kay Sieversbus: update bus_map_all_properties()
2013-11-01 Thomas Hindoe Paab... machinectl: fix warning when compiling with -Og
2013-10-31 Lennart Poetteringmachinectl: add new command to spawn a getty inside...
2013-10-30 Lennart Poetteringrun: add support for executing commands remotely via...
2013-10-30 Lennart Poetteringmachinectl: we don't really just show information,...
2013-10-30 Lennart Poetteringbus: add API call to create bus connection to the syste...
2013-10-30 Lennart Poetteringbus: move ssh support into public API of libsystem-bus
2013-10-30 Marc-Antoine Perennoumachinectl: privileged option is gone
2013-10-30 Tom Gundersenmachinectl: port to sd-bus
2013-07-11 Lennart Poetteringloginctl: suppress cgroup tree output if cgroup is...
2013-07-10 Lennart Poetteringloginctl: restore cgroup display for status output
2013-07-07 Zbigniew Jędrzejew... man: document machinectl and systemd-machined
2013-07-02 Lennart Poetteringmachined: split out machine registration stuff from...