summaryrefslogtreecommitdiff
path: root/src/bus-proxyd/bus-proxyd.c
AgeCommit message (Expand)Author
2016-06-06./move.shLuke Shumaker
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-17sd-bus: fix error handling of pthread API callsLennart Poettering
2015-10-17bus-proxy: don't close local bus fds twiceLennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-08-27Revert "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 availableKay Sievers
2015-06-17turn kdbus support into a runtime optionKay Sievers
2015-04-10shared: add formats-util.hRonny Chevalier
2015-03-03bus-proxyd: avoid logging oom twiceZbigniew Jędrzejewski-Szmek
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-13bus-proxy: a few simplificationsLennart Poettering
2015-02-13bus-proxy: close each connection fd only onceLennart Poettering
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen
2015-01-18bus-proxy: fix bus-uid trackingDavid Herrmann
2015-01-17bus-proxy: drop privileges if run as rootDavid Herrmann
2015-01-17bus-proxy: share policy between threadsDavid Herrmann
2015-01-17bus-proxy: set custom thread namesDavid Herrmann
2015-01-17bus-proxy: turn into multi-threaded daemonDavid Herrmann
2015-01-17bus-proxy: extract proxy into Proxy objectDavid Herrmann
2015-01-17bus-proxy: refactor bus-creationDavid Herrmann
2015-01-15bus-proxyd: move synthesize_name_acquired()Daniel Mack
2015-01-15bus-proxy: factor out code for driver handling and message synthesisDaniel Mack
2015-01-11bus-proxy: print message direction in policy logsDavid Herrmann
2015-01-11bus-proxy: fix receiver policy on dbus-1 to kdbus signalsDavid Herrmann
2015-01-11bus-proxy: fix policy for expected/non-expected reply tagsDavid Herrmann
2015-01-09bus-proxy: make sure we have creds when two legacy clients talk to each otherLennart Poettering
2015-01-09bus-proxy: dbus-daemon implies that connections from UIDs that are identical ...Lennart Poettering
2015-01-08bus-proxyd: fix EPERM on repliesDavid Herrmann
2015-01-08bus-proxyd: optimize replies if they're not requestedDavid Herrmann
2015-01-08bus-proxy: augment credentials from /proc for cmdline updateDavid Herrmann
2015-01-07sd-bus: always catch name requests for the special names "org.freedesktop.DBu...Lennart Poettering
2015-01-05bus-proxyd: don't allow to acquire org.freedesktop.DBus nameLukasz Skalski
2015-01-05machined,bus-proxy: fix connecting to containersLennart Poettering
2014-12-30tree-wide: spelling fixesVeres Lajos
2014-12-29bus-proxy: fix sd_bus_reply_*() usageDavid Herrmann
2014-12-23core: rearrange code so that libsystemd/sd-bus/ does not include header files...Lennart Poettering
2014-12-23bus-proxyd: ignore errors from sd_bus_creds_get_well_known_names()Daniel Mack
2014-12-23bus-proxyd: handle -ESRCH and -ENXIO gracefullyDaniel Mack
2014-12-09bus-proxy: cloning smack labelPrzemyslaw Kedzierski
2014-12-08bus-proxy: fix compat with autostarted servicesLennart Poettering
2014-12-02bus-proxy: don't log bus policy every single time we runLennart Poettering
2014-11-28treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering
2014-11-28sd-bus: rename sd_bus_get_owner_id() → sd_bus_get_bus_id()Lennart Poettering
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt