summaryrefslogtreecommitdiff
path: root/src/machine
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-05Update some message formatsZbigniew Jędrzejewski-Szmek1-6/+6
2013-12-23machinectl: fix success check when getting pty from within containerLennart Poettering1-4/+4
2013-12-23bus: when getting a kdbus connection into a container wait first for child, t...Lennart Poettering1-9/+9
2013-12-22bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering1-11/+11
2013-12-19machined: implement exit-on-idleLennart Poettering1-16/+13
2013-12-18machinectl: show_properties() already logs the errorDjalal Harouni1-3/+1
2013-12-17bus: when entering an existing namespace to connect to a container's system b...Lennart Poettering1-3/+3
2013-12-14bus: when connecting to a container's kdbus instance, enter namespace firstLennart Poettering1-29/+12
2013-12-12bus: remove explicit activator-specific flags, the kdbus supports it nowKay Sievers1-1/+1
2013-12-12bus: add SD_BUS_NAME_REPLACE_EXISTING to all activatable services, fix one fl...Kay Sievers1-1/+1
2013-12-12bus: instead of exposing the dbus1 flags when acquiring a name use our own th...Lennart Poettering1-1/+1
2013-12-11event: hook up sd-event with the service watchdog logicLennart Poettering1-0/+2
2013-12-10bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering2-5/+10
2013-12-08Help output spring cleaningZbigniew Jędrzejewski-Szmek1-5/+5
2013-12-03bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot...Lennart Poettering1-6/+1
2013-11-28bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering2-4/+21
2013-11-27service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering1-7/+3
2013-11-22bus: also add error parameter to object find and enumerator callbacksLennart Poettering3-5/+4
2013-11-21logind,machined,run: properly invoke StartTransientUnit() bus callLennart Poettering1-0/+4
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering3-78/+75
2013-11-21bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering2-50/+50
2013-11-21bus: add API calls to escape string components of objects pathsLennart Poettering1-2/+2
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering1-0/+1
2013-11-12bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering1-1/+1
2013-11-12bus: introduce concept of a "default" event loop per-thread and make use of i...Lennart Poettering1-1/+1
2013-11-12bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering1-1/+1
2013-11-08machinectl: close bus to container earlyLennart Poettering1-1/+5
2013-11-07machinectl: show list headers even if we pipe, since that appears to be the u...Lennart Poettering1-4/+2
2013-11-07bus: log message parsing errors everywhere with a generalized bus_log_parse_e...Lennart Poettering1-23/+11
2013-11-07polkit: don't spawn local client if we access a remote systemLennart Poettering1-1/+1