summaryrefslogtreecommitdiffstats
path: root/src/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-061-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
* machinectl: show_properties() already logs the errorDjalal Harouni2013-12-191-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
* bus: remove explicit activator-specific flags, the kdbus supports it nowKay Sievers2013-12-121-1/+1
* bus: add SD_BUS_NAME_REPLACE_EXISTING to all activatable services, fix one fl...Kay Sievers2013-12-121-1/+1
* bus: instead of exposing the dbus1 flags when acquiring a name use our own th...Lennart Poettering2013-12-121-1/+1
* event: hook up sd-event with the service watchdog logicLennart Poettering2013-12-111-0/+2
* bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering2013-12-102-5/+10
* Help output spring cleaningZbigniew Jędrzejewski-Szmek2013-12-091-5/+5
* bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot...Lennart Poettering2013-12-031-6/+1
* bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering2013-11-282-4/+21
* service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering2013-11-271-7/+3
* bus: also add error parameter to object find and enumerator callbacksLennart Poettering2013-11-223-5/+4
* logind,machined,run: properly invoke StartTransientUnit() bus callLennart Poettering2013-11-211-0/+4
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-213-78/+75
* bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering2013-11-212-50/+50
* bus: add API calls to escape string components of objects pathsLennart Poettering2013-11-211-2/+2
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-0/+1
* bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering2013-11-121-1/+1
* bus: introduce concept of a "default" event loop per-thread and make use of i...Lennart Poettering2013-11-121-1/+1
* bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering2013-11-121-1/+1
* 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
* machine: add missing header includeKay Sievers2013-11-071-0/+1
* machine: move symbols referenced by shared code from main to shared fileKay Sievers2013-11-072-41/+41
* 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
* machined: keep track of the initial leader PID of a machineLennart Poettering2013-11-063-3/+14
* logind: add virtual object paths that always can be used to refer to the call...Lennart Poettering2013-11-052-42/+62
* logind: automatically determine client side PID if GetSessionByPID() is calle...Lennart Poettering2013-11-051-1/+9
* bus: update bus_map_all_properties()Kay Sievers2013-11-051-168/+55