summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-creds.c
AgeCommit message (Expand)Author
2014-01-13libsystemd-bus: rename to libsystemdTom Gundersen
2014-01-05man: document some more bus functionsZbigniew Jędrzejewski-Szmek
2014-01-02bus: fix memleak in sd_bus_creds_new_from_pidZbigniew Jędrzejewski-Szmek
2013-12-24bus: properly shift cgroup data returned from kdbus by the container's root b...Lennart Poettering
2013-12-12bus: fix order in which we check credsLennart Poettering
2013-12-12bus: when checking whether a creds object contains some field, don't use asse...Lennart Poettering
2013-12-10bus: when we _unref() a NULL pointer, don't use assert_return()Lennart Poettering
2013-12-05bus: switch to multiple KDBUS_ITEM_NAME including the flagsKay Sievers
2013-12-02busctl: add command to dump creds of a peer or pidLennart Poettering
2013-11-30bus: include unique and well known names in credentials objectLennart Poettering
2013-11-29bus: revert attempts to make the integration-testing workKay Sievers
2013-11-29bus: do not fail if "comm" information cannot be retrieved from /procKay Sievers
2013-11-29bus: do not fail if task information cannot be retrieved from /procKay Sievers
2013-11-29bus: do not fail if cgroup information cannot be retrieved from /procKay Sievers
2013-11-29bus: creds - ignore EINVAL when acessing the (inactive) LSM /proc interfaceKay Sievers
2013-11-28bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering