summaryrefslogtreecommitdiff
path: root/src/bus-proxyd/bus-proxyd.c
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-271-1/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* sd-bus: fix error handling of pthread API callsLennart Poettering2015-10-171-7/+6
* bus-proxy: don't close local bus fds twiceLennart Poettering2015-10-171-2/+2
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-15/+13
* Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann2015-08-271-4/+3
* sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers2015-08-111-3/+4
* turn kdbus support into a runtime optionKay Sievers2015-06-171-4/+0
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* bus-proxyd: avoid logging oom twiceZbigniew Jędrzejewski-Szmek2015-03-031-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-14/+0
* bus-proxy: a few simplificationsLennart Poettering2015-02-131-17/+11
* bus-proxy: close each connection fd only onceLennart Poettering2015-02-131-1/+3
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-121-1/+1
* bus-proxy: fix bus-uid trackingDavid Herrmann2015-01-181-4/+8
* bus-proxy: drop privileges if run as rootDavid Herrmann2015-01-171-0/+17
* bus-proxy: share policy between threadsDavid Herrmann2015-01-171-4/+13
* bus-proxy: set custom thread namesDavid Herrmann2015-01-171-0/+8
* bus-proxy: turn into multi-threaded daemonDavid Herrmann2015-01-171-126/+117
* bus-proxy: extract proxy into Proxy objectDavid Herrmann2015-01-171-804/+8
* bus-proxy: refactor bus-creationDavid Herrmann2015-01-171-105/+104
* bus-proxyd: move synthesize_name_acquired()Daniel Mack2015-01-151-66/+0
* bus-proxy: factor out code for driver handling and message synthesisDaniel Mack2015-01-151-731/+70
* bus-proxy: print message direction in policy logsDavid Herrmann2015-01-111-8/+8
* bus-proxy: fix receiver policy on dbus-1 to kdbus signalsDavid Herrmann2015-01-111-1/+11
* bus-proxy: fix policy for expected/non-expected reply tagsDavid Herrmann2015-01-111-0/+16
* bus-proxy: make sure we have creds when two legacy clients talk to each otherLennart Poettering2015-01-091-0/+18
* bus-proxy: dbus-daemon implies that connections from UIDs that are identical ...Lennart Poettering2015-01-091-1/+8
* bus-proxyd: fix EPERM on repliesDavid Herrmann2015-01-081-9/+24
* bus-proxyd: optimize replies if they're not requestedDavid Herrmann2015-01-081-0/+3
* bus-proxy: augment credentials from /proc for cmdline updateDavid Herrmann2015-01-081-1/+1
* sd-bus: always catch name requests for the special names "org.freedesktop.DBu...Lennart Poettering2015-01-071-4/+0
* bus-proxyd: don't allow to acquire org.freedesktop.DBus nameLukasz Skalski2015-01-051-0/+4
* machined,bus-proxy: fix connecting to containersLennart Poettering2015-01-051-2/+2
* tree-wide: spelling fixesVeres Lajos2014-12-301-1/+1
* bus-proxy: fix sd_bus_reply_*() usageDavid Herrmann2014-12-291-3/+14
* core: rearrange code so that libsystemd/sd-bus/ does not include header files...Lennart Poettering2014-12-231-1/+2
* bus-proxyd: ignore errors from sd_bus_creds_get_well_known_names()Daniel Mack2014-12-231-7/+3
* bus-proxyd: handle -ESRCH and -ENXIO gracefullyDaniel Mack2014-12-231-3/+10
* bus-proxy: cloning smack labelPrzemyslaw Kedzierski2014-12-091-0/+22
* bus-proxy: fix compat with autostarted servicesLennart Poettering2014-12-081-5/+7
* bus-proxy: don't log bus policy every single time we runLennart Poettering2014-12-021-1/+1
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-281-10/+10
* sd-bus: rename sd_bus_get_owner_id() → sd_bus_get_bus_id()Lennart Poettering2014-11-281-2/+2
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-40/+20
* bus-proxy: automatically detect scope of bus and derive which XML snippets to...Lennart Poettering2014-11-281-25/+36