index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-bus
/
bus-creds.c
Age
Commit message (
Expand
)
Author
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-09-09
tree-wide: make use of the fact that strv_free() returns NULL
Lennart Poettering
2015-09-09
tree-wide: drop {} from one-line if blocks
Lennart Poettering
2015-09-09
tree-wide: use coccinelle to patch a lot of code to use mfree()
Lennart Poettering
2015-09-04
audit: audit calls should return ENODATA when process are not in an audit ses...
Lennart Poettering
2015-08-27
Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"
David Herrmann
2015-08-11
sd-bus: do not connect to dbus-1 socket when kdbus is available
Kay Sievers
2015-06-09
bus-creds: always set SD_BUS_CREDS_PID when we set pid in the mask
Zbigniew Jędrzejewski-Szmek
2015-05-26
treewide: fix typos
Torstein Husebø
2015-04-30
sd-bus,sd-login: add api for querying the slice within the the user systemd i...
Lennart Poettering
2015-04-29
sd-bus: properly handle creds that are known but undefined for a process
Lennart Poettering
2015-04-23
sd-bus: add controlling tty field to sd_creds object
Lennart Poettering
2015-04-22
sd-bus: handle ppid=0 more gracefully (which happens for pid=1)
Lennart Poettering
2015-04-21
sd-bus: expose ppid field
Lennart Poettering
2015-04-21
sd-bus: when augmenting creds, remember which ones were augmented
Lennart Poettering
2015-04-21
sd-bus: augmenting cgroups-based creds when we have the cgroup path already i...
Lennart Poettering
2015-04-21
sd-bus: when augmenting creds, don't override any creds in any case
Lennart Poettering
2015-04-21
sd-bus: when copying creds objects, make sure we copy even the implicit well ...
Lennart Poettering
2015-04-10
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
shared: add formats-util.h
Ronny Chevalier
2015-03-13
tree-wide: there is no ENOTSUP on linux
David Herrmann
2015-03-02
sd-bus: sync kdbus.h (ABI break)
Daniel Mack
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-01-23
sd-bus: fix typo
Lennart Poettering
2014-12-30
bus: fix capabilities on big-endian
David Herrmann
2014-12-30
bus: drop creds->capability_size
David Herrmann
2014-12-09
sd-bus: get rid of PID starttime concept
Lennart Poettering
2014-11-27
sd-bus: set creds info for "org.freedesktop.DBus.Local" generated messages, too
Lennart Poettering
2014-11-27
sd-bus: fake valid well-known-names metadata for faked bus messages
Lennart Poettering
2014-11-27
sd-bus: optimize how we generate the well-known-names lists in messages from ...
Lennart Poettering
2014-11-26
sd-bus: given that the kernel now passes the auxgroups list as 32bit array to...
Lennart Poettering
2014-11-25
sd-bus: properly copy selinux label and description field when duplicating cr...
Lennart Poettering
2014-11-25
sd-bus: add supplementary groups list to creds object
Lennart Poettering
2014-11-25
sd-bus: update to current kernel version, by splitting off the extended KDBUS...
Lennart Poettering
2014-11-04
sd-bus: rename "connection name" to "description" for the sd-bus API too
Lennart Poettering
2014-05-15
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-03-11
bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco...
Lennart Poettering
2014-02-20
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-18
util: generalize code that checks whether PIDs are alive or unwaited for
Lennart Poettering
2014-01-22
bus: unescape connection name when reading it from credentials
Lennart Poettering
2014-01-22
bus: include connection name in credentials structure
Lennart Poettering
2014-01-21
libsystemd: split up into subdirs
Tom Gundersen