summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-creds.h
Commit message (Collapse)AuthorAge
* bus: switch to multiple KDBUS_ITEM_NAME including the flagsKay Sievers2013-12-05
|
* bus: include unique and well known names in credentials objectLennart Poettering2013-11-30
|
* bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering2013-11-28
This way we can unify handling of credentials that are attached to messages, or can be queried for bus name owners or connection peers. This also adds the ability to extend incomplete credential information with data from /proc, Also, provide a convenience call that will automatically determine the most appropriate credential object for an incoming message, by using the the attached information if possible, the sending name information if available and otherwise the peer's credentials.