aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* machined: simplificationsLennart Poettering2013-11-056-27/+23
* machinectl: fix warning when compiling with -OgThomas Hindoe Paaboel Andersen2013-11-011-1/+1
* machinectl: add new command to spawn a getty inside a containerLennart Poettering2013-10-311-8/+241
* run: add support for executing commands remotely via SSH or in a containerLennart Poettering2013-10-301-18/+6
* machinectl: we don't really just show information, we execute operationsLennart Poettering2013-10-301-2/+2
* bus: add API call to create bus connection to the system bus of local containersLennart Poettering2013-10-301-47/+43
* bus: move ssh support into public API of libsystem-busLennart Poettering2013-10-301-1/+1
* machinectl: privileged option is goneMarc-Antoine Perennou2013-10-301-1/+0
* machinectl: port to sd-busTom Gundersen2013-10-301-222/+186
* machined: port over to libsystemd-busLennart Poettering2013-10-306-1160/+700
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-142-3/+3
* bus: fix access to unitialized variable in error pathZbigniew Jędrzejewski-Szmek2013-10-131-12/+6
* Move functions around to fix underlinking in test-machine-tablesZbigniew Jędrzejewski-Szmek2013-09-262-46/+46
* Remove six unused variables and add annotationZbigniew Jędrzejewski-Szmek2013-09-171-2/+0
* logind: update the session state file before we send out the CreateSession() ...Lennart Poettering2013-07-262-3/+6
* logind: update state file after generating the session fifo, not beforeLennart Poettering2013-07-261-1/+2
* machined: correct how some properties are exported on the busLennart Poettering2013-07-191-0/+1
* machined: forward scope properties array from client to systemdLennart Poettering2013-07-115-10/+132
* loginctl: suppress cgroup tree output if cgroup is emptyLennart Poettering2013-07-111-3/+10
* loginctl: restore cgroup display for status outputLennart Poettering2013-07-111-30/+75
* logind: when creating the scope job fails, return this immediately to the cli...Lennart Poettering2013-07-101-0/+1
* logind: don't misunderstand UnitRemoved signals during reloadingLennart Poettering2013-07-102-7/+56
* man: document machinectl and systemd-machinedZbigniew Jędrzejewski-Szmek2013-07-061-1/+1
* tests: add tests for string lookup tablesZbigniew Jędrzejewski-Szmek2013-07-051-0/+30
* logind/machined: properly notice when units are gc'edLennart Poettering2013-07-032-1/+33
* machine: fix -Wmaybe-uninitialized warningDave Reisner2013-07-021-1/+1