summaryrefslogtreecommitdiff
path: root/src/machine
Commit message (Expand)AuthorAgeFilesLines
* label: unify code to make directories, symlinksLennart Poettering2014-10-231-0/+1
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-3/+3
* machined: remove redundant sd_notifyDave Reisner2014-09-081-4/+0
* notify: send STOPPING=1 from our daemonsLennart Poettering2014-08-211-0/+1
* machine_kill(): Don't kill the unit when killing the leaderEelco Dolstra2014-08-141-0/+2
* networkd: add minimal client tool "networkd" to query network statusLennart Poettering2014-08-121-1/+1
* machined: fix address API signaturesLennart Poettering2014-08-041-1/+1
* machine: make sure unpriviliged "machinectl status" can show the machine's OS...Lennart Poettering2014-08-041-4/+8
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-2/+2
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-7/+4
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-3/+3
* 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-182-9/+9
* shared: rename PROTO_ADDRESS_SIZE() to FAMILY_ADDRESS_SIZE()Lennart Poettering2014-07-181-1/+1
* machinectl: show network interface name for containersLennart Poettering2014-07-101-11/+64
* machined: allow registering host-side network interfaces for communication wi...Lennart Poettering2014-07-104-7/+127
* machined: when querying addresses of a container, use same code as nss-myhost...Lennart Poettering2014-07-101-88/+13
* shared: split out in_addr related calls from socket-util.[ch] into its privat...Lennart Poettering2014-07-101-1/+1
* machined: various modernizations when enumerating container addressesLennart Poettering2014-07-101-18/+34
* machine: don't return uninitialized variableTom Gundersen2014-07-061-1/+1
* machine: properly distuingish created and registered machinesLennart Poettering2014-07-031-1/+2
* machinectl: show /etc/os-release information of container in status outputLennart Poettering2014-07-035-2/+165
* machined: don't force terminate registered machinesLennart Poettering2014-07-033-4/+8
* sd-bus: support connecting to remote hosts, directly into containersLennart Poettering2014-07-031-18/+1
* machine: minor modernizationsLennart Poettering2014-06-121-5/+10
* machine: escape fields we store in /run, so that they can be properly unescap...Lennart Poettering2014-05-221-6/+31
* machined: make sure GetMachineAddresses() is available for unprivileged proce...Lennart Poettering2014-05-191-0/+8
* machined: add logic to query IP addresses of containersLennart Poettering2014-05-184-34/+307
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-153-5/+5
* sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering2014-05-152-4/+8
* 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
* machined: fix Kill() bus call on machine objects when "what" is specified as ...Lennart Poettering2014-03-183-4/+12
* bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco...Lennart Poettering2014-03-111-2/+3
* Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek2014-03-041-4/+2
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-2/+2
* sd-bus: the bus returned should be the first argJason A. Donenfeld2014-02-201-1/+1
* make gcc shut upLennart Poettering2014-02-191-2/+2
* 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: fix enumeration of existing machines on restartLennart Poettering2014-02-111-0/+4
* machined: optionally, allow registration of pre-existing units (scopesLennart Poettering2014-02-115-35/+110
* machined: since we can now somewhat reliable get notifications for dyingLennart Poettering2014-02-071-8/+0
* Update some message formatsZbigniew Jędrzejewski-Szmek2014-02-051-6/+6
* 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
* bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering2013-12-221-11/+11
* machined: implement exit-on-idleLennart Poettering2013-12-191-16/+13