summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-control.c
AgeCommit message (Expand)Author
2014-01-13libsystemd-bus: rename to libsystemdTom Gundersen
2013-12-25bus: rename message "serial" to "cookie"Lennart Poettering
2013-12-24bus: properly shift cgroup data returned from kdbus by the container's root b...Lennart Poettering
2013-12-24bus: only accept kdbus creds if they are validLennart Poettering
2013-12-23bus: don't attach KDBUS_ITEM_ID to match ioctl() if we don't need itLennart Poettering
2013-12-23bus: fix sender match creation on kdbusLennart Poettering
2013-12-23bus: update kdbus.hKay Sievers
2013-12-23bus: always talk to the full dbus driver objectLennart Poettering
2013-12-23bus: use memcpy() rather than unbounded strcpy()Lennart Poettering
2013-12-21bus: when getting credentials of a bus name that is activatable but not activ...Lennart Poettering
2013-12-21bus: send status message from proxyd to systemd about client we are working forLennart Poettering
2013-12-21bus: when watching bus names, we always need to add a change matchLennart Poettering
2013-12-20libsystemd-bus: match on any connection ID unless specifiedDaniel Mack
2013-12-20libsystemd-bus: follow changes in kdbusDaniel Mack
2013-12-19bus: reenable id change subscriptionsLennart Poettering
2013-12-19bus: do not add empty strings, size should be 0Kay Sievers
2013-12-19driverd: implement AddMatch/RemoveMatch logicLennart Poettering
2013-12-18bus: when releasing, taking, listing bus names check if they are validLennart Poettering
2013-12-18bus: sync with kdbusDaniel Mack
2013-12-13libsystemd-bus: the same error codes for sd_bus_release_name() (for kdbus and...Lukasz Skalski
2013-12-13bus: properly parse NameOwnerChanged messages when caller explicitly wants to...Lennart Poettering
2013-12-12bus: update kdbus.hKay Sievers
2013-12-12bus: instead of exposing the dbus1 flags when acquiring a name use our own th...Lennart Poettering
2013-12-12bus: update name listing logic to current kernel interfaceLennart Poettering
2013-12-10macro: log assertion at debug level in assert_return()Lennart Poettering
2013-12-06bus: catch up with latest kdbus changesKay Sievers
2013-12-05bus: switch to multiple KDBUS_ITEM_NAME including the flagsKay Sievers
2013-12-04libsystemd-bus: catch up with latest kdbus changesKay Sievers
2013-12-04libsystemd-bus: catch up with latest kdbus list query changesKay Sievers
2013-12-03bus: fix parsing of AcquireName() responseLennart Poettering
2013-12-03bus: rework sd_bus_list_names() to return two lists for acquired and activata...Lennart Poettering
2013-12-03bus: internalize a lot of protocol definitionsLennart Poettering
2013-12-03bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot...Lennart Poettering
2013-12-03libsystemd-bus: catch up with latest kdbus changesDaniel Mack
2013-12-03libsystemd-bus: catch up with latest kdbus changesDaniel Mack
2013-12-02libsystemd-bus: catch up with latest kdbus changesDaniel Mack
2013-12-02busctl: add command to dump creds of a peer or pidLennart Poettering
2013-12-02bus: be nice to LLVM and don't embedd a VLA in a unionLennart Poettering
2013-12-01bus: remove unused variableThomas Hindoe Paaboel Andersen
2013-11-30bus: catch up with kdbusKay Sievers
2013-11-30bus: include unique and well known names in credentials objectLennart Poettering
2013-11-30libsystemd-bus: catch up with latest kdbus changesDaniel Mack
2013-11-29libsystemd-bus: sd_bus_request_name: use kdbus_translate_request_name_flags()Daniel Mack
2013-11-29libsystemd-bus: add kdbus support for sd_bus_get_owner()Daniel Mack
2013-11-29libsystemd-bus: factor out DBus bits out of sd_bus_get_owner()Daniel Mack
2013-11-29bus: fix size calculation for match dataKay Sievers
2013-11-29kdbus: synthesize NameOwnerChange signals from kernel messages and support ma...Lennart Poettering
2013-11-29libsystemd-bus: clean up bus-control.c fileLukasz Skalski
2013-11-29libsystemd-bus: sd_bus_request_name: fix return value for kdbusDaniel Mack
2013-11-29libsystemd-bus: make sd_bus_list_names return all connections, including uniq...Daniel Mack