summaryrefslogtreecommitdiff
path: root/src/bus-proxyd
AgeCommit message (Expand)AuthorFilesLines
2015-04-10shared: add formats-util.hRonny Chevalier4-0/+4
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann1-4/+4
2015-03-11bus-proxy: complain only once about queue overflowsDavid Herrmann2-4/+13
2015-03-10bus-proxy: add support for "GetConnectionCredentials" methodLukasz Skalski3-4/+85
2015-03-03bus-proxyd: avoid logging oom twiceZbigniew Jędrzejewski-Szmek1-1/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen9-71/+0
2015-02-14bus-proxy: be more verbose if messages cannot be forwardedDavid Herrmann1-2/+8
2015-02-14bus-proxy: don't fake data we don't haveDavid Herrmann1-6/+6
2015-02-13bus-proxy: ECONNRESET/ENOTCONN can hit us on every step, hence handle it on e...Lennart Poettering1-2/+14
2015-02-13bus-proxy: a few simplificationsLennart Poettering1-17/+11
2015-02-13bus-proxy: close each connection fd only onceLennart Poettering1-1/+3
2015-02-13bus-proxy: also consider ENOTCONN a clean termination conditionLennart Poettering1-6/+6
2015-02-13bus-proxy: whenever we cannot forward a message, report this back to caller, ...Lennart Poettering3-27/+53
2015-02-13bus-proxy: rename synthetic_reply_return_strv() to synthetic_reply_method_ret...Lennart Poettering3-5/+6
2015-02-13bus-proxy: minor simplificationsLennart Poettering1-15/+13
2015-02-13bus-proxy: no need to negate error codes, log_error_errno() already does itLennart Poettering1-2/+2
2015-02-13bus-proxy: tell Coverity we don't care about these return valuesLennart Poettering1-2/+2
2015-02-13bus-proxy: we don't pointlessly abbreviate function namesLennart Poettering3-39/+39
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen4-4/+4
2015-02-10bus-proxyd: initialize ioctl structure only onceLennart Poettering1-3/+4
2015-02-07bus-proxyd: fix 'ListQueuedOwners' callLukasz Skalski1-0/+1
2015-02-05bus: sync with kdbus (ABI break)David Herrmann1-8/+7
2015-02-02remove unused variablesThomas Hindoe Paaboel Andersen1-2/+0
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek1-2/+2
2015-01-18bus-proxy: don't pretend everyone is rootDavid Herrmann1-1/+1
2015-01-18bus: use EUID over UID and fix unix-credsDavid Herrmann3-13/+13
2015-01-18bus-proxy: fake all UIDs/GIDs, not just the real UID/GIDDavid Herrmann1-6/+6
2015-01-18bus-proxy: fix bus-uid trackingDavid Herrmann1-4/+8
2015-01-17bus-proxy: don't print error-messages if we check multiple destsDavid Herrmann4-121/+162
2015-01-17bus-proxy: implement org.freedesktop.DBus.ReloadConfig()David Herrmann3-10/+23
2015-01-17bus-proxy: fix indentationDavid Herrmann1-1/+1
2015-01-17bus-proxy: drop privileges if run as rootDavid Herrmann1-0/+17
2015-01-17bus-proxy: share policy between threadsDavid Herrmann8-44/+203
2015-01-17bus-proxy: set custom thread namesDavid Herrmann1-0/+8
2015-01-17bus-proxy: turn into multi-threaded daemonDavid Herrmann1-126/+117
2015-01-17bus-proxy: bring back systemd-stdio-bridgeDavid Herrmann1-0/+282
2015-01-17bus-proxy: extract proxy into Proxy objectDavid Herrmann3-804/+920
2015-01-17bus-proxy: refactor bus-creationDavid Herrmann1-105/+104
2015-01-15bus-proxyd: move synthesize_name_acquired()Daniel Mack3-66/+68
2015-01-15bus-proxy: factor out code for driver handling and message synthesisDaniel Mack5-731/+872
2015-01-11bus-proxy: implement 'at_console'David Herrmann2-5/+58
2015-01-11bus-proxy: print message direction in policy logsDavid Herrmann4-33/+39
2015-01-11bus-proxy: fix receiver policy on dbus-1 to kdbus signalsDavid Herrmann1-1/+11
2015-01-11bus-proxy: fix swapped path/interface debug messagesDavid Herrmann1-2/+2
2015-01-11bus-proxy: fix policy for expected/non-expected reply tagsDavid Herrmann1-0/+16
2015-01-09bus-proxy: make sure we have creds when two legacy clients talk to each otherLennart Poettering1-0/+18
2015-01-09bus-proxy-test: show parsed system/session policyLennart Poettering2-1/+27
2015-01-09bus-proxy: eat up "*" matches, they are pointlessLennart Poettering1-12/+33
2015-01-09bus-proxy: dbus-daemon implies that connections from UIDs that are identical ...Lennart Poettering1-1/+8
2015-01-09bus-proxyd: xml - consider empty tags as recvKay Sievers1-5/+4