summaryrefslogtreecommitdiff
path: root/src/machine
AgeCommit message (Expand)AuthorFilesLines
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt3-24/+24
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering1-4/+4
2014-11-06machined: reorder method calls in vtableLennart Poettering1-1/+1
2014-11-05core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering1-0/+4
2014-10-31ptyforward: rework PTY forwarder logic used by nspawn to utilize the normal e...Lennart Poettering1-4/+31
2014-10-23label: unify code to make directories, symlinksLennart Poettering1-0/+1
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-3/+3
2014-09-08machined: remove redundant sd_notifyDave Reisner1-4/+0
2014-08-21notify: send STOPPING=1 from our daemonsLennart Poettering1-0/+1
2014-08-14machine_kill(): Don't kill the unit when killing the leaderEelco Dolstra1-0/+2
2014-08-12networkd: add minimal client tool "networkd" to query network statusLennart Poettering1-1/+1
2014-08-04machined: fix address API signaturesLennart Poettering1-1/+1
2014-08-04machine: make sure unpriviliged "machinectl status" can show the machine's OS...Lennart Poettering1-4/+8
2014-08-04bus: always explicitly close bus from main programsLennart Poettering1-2/+2
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-7/+4
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek1-3/+3
2014-07-18machinectl: make sure we are not reading an unitialized variableZbigniew Jędrzejewski-Szmek1-0/+2
2014-07-18change type for address family to "int"Lennart Poettering2-9/+9
2014-07-18shared: rename PROTO_ADDRESS_SIZE() to FAMILY_ADDRESS_SIZE()Lennart Poettering1-1/+1
2014-07-10machinectl: show network interface name for containersLennart Poettering1-11/+64
2014-07-10machined: allow registering host-side network interfaces for communication wi...Lennart Poettering4-7/+127
2014-07-10machined: when querying addresses of a container, use same code as nss-myhost...Lennart Poettering1-88/+13
2014-07-10shared: split out in_addr related calls from socket-util.[ch] into its privat...Lennart Poettering1-1/+1
2014-07-10machined: various modernizations when enumerating container addressesLennart Poettering1-18/+34
2014-07-06machine: don't return uninitialized variableTom Gundersen1-1/+1
2014-07-03machine: properly distuingish created and registered machinesLennart Poettering1-1/+2
2014-07-03machinectl: show /etc/os-release information of container in status outputLennart Poettering5-2/+165
2014-07-03machined: don't force terminate registered machinesLennart Poettering3-4/+8
2014-07-03sd-bus: support connecting to remote hosts, directly into containersLennart Poettering1-18/+1
2014-06-12machine: minor modernizationsLennart Poettering1-5/+10
2014-05-22machine: escape fields we store in /run, so that they can be properly unescap...Lennart Poettering1-6/+31
2014-05-19machined: make sure GetMachineAddresses() is available for unprivileged proce...Lennart Poettering1-0/+8
2014-05-18machined: add logic to query IP addresses of containersLennart Poettering4-34/+307
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek3-5/+5
2014-05-15sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering2-4/+8
2014-03-24util: replace close_pipe() with new safe_close_pair()Lennart Poettering1-1/+1
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-4/+2
2014-03-18machinectl: reimplement machinectl's "reboot" verb on top of "kill", and add ...Lennart Poettering1-66/+19
2014-03-18machined: fix Kill() bus call on machine objects when "what" is specified as ...Lennart Poettering3-4/+12
2014-03-11bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco...Lennart Poettering1-2/+3
2014-03-04Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek1-4/+2
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering1-2/+2
2014-02-20sd-bus: the bus returned should be the first argJason A. Donenfeld1-1/+1
2014-02-19make gcc shut upLennart Poettering1-2/+2
2014-02-18machinectl: remove unused --no-ask-passwordThomas Hindoe Paaboel Andersen1-8/+0
2014-02-18machinectl: add bash completionThomas Hindoe Paaboel Andersen1-2/+12
2014-02-12machinectl: add new "machinectl reboot" callLennart Poettering1-1/+66
2014-02-11machined: fix enumeration of existing machines on restartLennart Poettering1-0/+4
2014-02-11machined: optionally, allow registration of pre-existing units (scopesLennart Poettering5-35/+110
2014-02-07machined: since we can now somewhat reliable get notifications for dyingLennart Poettering1-8/+0