summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gummiboot/sd-boot/systemd-boot: rename galoreTom Gundersen2015-02-1814-21/+21
* logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering2015-02-1818-121/+318
* machinectl: issue all bus commands while allowing interactive authLennart Poettering2015-02-181-59/+28
* machined: open up most of machined's commands to unprivileged clients via Pol...Lennart Poettering2015-02-185-19/+147
* sd-bus: allow setting a per-connection default value for the "allow-interacti...Lennart Poettering2015-02-185-0/+23
* import: remove unused variableThomas Hindoe Paaboel Andersen2015-02-171-1/+0
* machined: make "machinectl copy-to" and "machinectl copy-from" server side op...Lennart Poettering2015-02-177-128/+262
* machined: various simplificationsLennart Poettering2015-02-171-25/+25
* bus: sync with kdbusDavid Herrmann2015-02-173-10/+15
* bus: don't rely on static IDs in testsDavid Herrmann2015-02-171-1/+5
* machined: move logic for bind mounting into containers from machinectl to mac...Lennart Poettering2015-02-174-184/+258
* bootctl: add sd-boot supportKay Sievers2015-02-177-589/+1532
* sd-boot: add EFI boot manager and stub loaderKay Sievers2015-02-1713-0/+3435
* tmpfiles: Fix parse_acl error messageMartin Pitt2015-02-171-1/+1
* journal-remote: fix client_cert memory leakMichal Schmidt2015-02-171-1/+5
* journal-remote: fix certificate status memory leakMichal Schmidt2015-02-171-0/+1
* Revert "build-sys: re-add old symbols for abi compat"Michal Schmidt2015-02-161-3/+0
* Transpose args in strv_fnmatch() to be more ooZbigniew Jędrzejewski-Szmek2015-02-165-16/+16
* test-network: fix segfault with NULL dev_path/driver/type/nameZbigniew Jędrzejewski-Szmek2015-02-161-4/+8
* analyze: change behaviour of combined --to/from--patternZbigniew Jędrzejewski-Szmek2015-02-161-5/+15
* network-internal: chain matches with AND in net_match_config()Zbigniew Jędrzejewski-Szmek2015-02-161-8/+8
* Add helper for fnmatch over strvZbigniew Jędrzejewski-Szmek2015-02-165-128/+41
* timesync: Use UINT64_C for OFFSET_1900_1970Cristian Rodríguez2015-02-161-1/+1
* build-sys: re-add old symbols for abi compatZbigniew Jędrzejewski-Szmek2015-02-161-0/+3
* sd-bus: add missing format attributeCristian Rodríguez2015-02-161-1/+1
* sd-bus: make sure we always serialize the reply cookie as 64bit on dbus2, and...Lennart Poettering2015-02-162-11/+19
* Revert "Revert "sd-bus: change serialization of kdbus messages to qualify in ...Lennart Poettering2015-02-169-321/+656
* core: make RuntimeDirectory honor SELinux labelsZbigniew Jędrzejewski-Szmek2015-02-141-1/+1
* bus-proxy: be more verbose if messages cannot be forwardedDavid Herrmann2015-02-141-2/+8
* bootchart: display each CPU utilization/waitWaLyong Cho2015-02-144-35/+70
* bus-proxy: don't fake data we don't haveDavid Herrmann2015-02-141-6/+6
* util: use a shared lookup function for string tablesBruno Bottazzini2015-02-142-10/+18
* networkd: network - rename ipv6token parserTom Gundersen2015-02-143-5/+5
* networkd: .network - rename LinkLocal to LinkLocalAddressingTom Gundersen2015-02-141-1/+1
* sd-rtnl: add missing IFLA_INET6_ADDR_GEN_MODE definitionDjalal Harouni2015-02-141-0/+18
* bus-proxy: ECONNRESET/ENOTCONN can hit us on every step, hence handle it on e...Lennart Poettering2015-02-131-2/+14
* bus-proxy: a few simplificationsLennart Poettering2015-02-131-17/+11
* sd-bus: initialize a few structs at time or declarationLennart Poettering2015-02-131-10/+9
* bus-proxy: close each connection fd only onceLennart Poettering2015-02-131-1/+3
* bus-proxy: also consider ENOTCONN a clean termination conditionLennart Poettering2015-02-131-6/+6
* exit-on-idle: only exit if actually idleTom Gundersen2015-02-131-1/+1
* bus-proxy: whenever we cannot forward a message, report this back to caller, ...Lennart Poettering2015-02-133-27/+53
* bus-proxy: rename synthetic_reply_return_strv() to synthetic_reply_method_ret...Lennart Poettering2015-02-133-5/+6
* bus-proxy: minor simplificationsLennart Poettering2015-02-131-15/+13
* sd-bus: export sd_bus_error_set_errnofv()Lennart Poettering2015-02-135-4/+7
* bus-proxy: no need to negate error codes, log_error_errno() already does itLennart Poettering2015-02-131-2/+2
* bus-proxy: tell Coverity we don't care about these return valuesLennart Poettering2015-02-131-2/+2
* bus-proxy: we don't pointlessly abbreviate function namesLennart Poettering2015-02-133-39/+39
* sd-bus: sync kdbus.h (ABI break)Daniel Mack2015-02-131-3/+3
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-1231-31/+31