summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/bus-creds.c
AgeCommit message (Expand)Author
2015-04-23sd-bus: add controlling tty field to sd_creds objectLennart Poettering
2015-04-22sd-bus: handle ppid=0 more gracefully (which happens for pid=1)Lennart Poettering
2015-04-21sd-bus: expose ppid fieldLennart Poettering
2015-04-21sd-bus: when augmenting creds, remember which ones were augmentedLennart Poettering
2015-04-21sd-bus: augmenting cgroups-based creds when we have the cgroup path already i...Lennart Poettering
2015-04-21sd-bus: when augmenting creds, don't override any creds in any caseLennart Poettering
2015-04-21sd-bus: when copying creds objects, make sure we copy even the implicit well ...Lennart Poettering
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-04-10shared: add formats-util.hRonny Chevalier
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
2015-03-02sd-bus: sync kdbus.h (ABI break)Daniel Mack
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-23sd-bus: fix typoLennart Poettering
2014-12-30bus: fix capabilities on big-endianDavid Herrmann
2014-12-30bus: drop creds->capability_sizeDavid Herrmann
2014-12-09sd-bus: get rid of PID starttime conceptLennart Poettering
2014-11-27sd-bus: set creds info for "org.freedesktop.DBus.Local" generated messages, tooLennart Poettering
2014-11-27sd-bus: fake valid well-known-names metadata for faked bus messagesLennart Poettering
2014-11-27sd-bus: optimize how we generate the well-known-names lists in messages from ...Lennart Poettering
2014-11-26sd-bus: given that the kernel now passes the auxgroups list as 32bit array to...Lennart Poettering
2014-11-25sd-bus: properly copy selinux label and description field when duplicating cr...Lennart Poettering
2014-11-25sd-bus: add supplementary groups list to creds objectLennart Poettering
2014-11-25sd-bus: update to current kernel version, by splitting off the extended KDBUS...Lennart Poettering
2014-11-04sd-bus: rename "connection name" to "description" for the sd-bus API tooLennart Poettering
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-03-11bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco...Lennart Poettering
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-18util: generalize code that checks whether PIDs are alive or unwaited forLennart Poettering
2014-01-22bus: unescape connection name when reading it from credentialsLennart Poettering
2014-01-22bus: include connection name in credentials structureLennart Poettering
2014-01-21libsystemd: split up into subdirsTom Gundersen