summaryrefslogtreecommitdiff
path: root/src/bus-proxyd
AgeCommit message (Expand)Author
2015-06-17turn kdbus support into a runtime optionKay Sievers
2015-05-21bus-proxy: fix GetConnectionSELinuxSecurityContext() return valueLennart Poettering
2015-04-10shared: add formats-util.hRonny Chevalier
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
2015-03-11bus-proxy: complain only once about queue overflowsDavid Herrmann
2015-03-10bus-proxy: add support for "GetConnectionCredentials" methodLukasz Skalski
2015-03-03bus-proxyd: avoid logging oom twiceZbigniew Jędrzejewski-Szmek
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-14bus-proxy: be more verbose if messages cannot be forwardedDavid Herrmann
2015-02-14bus-proxy: don't fake data we don't haveDavid Herrmann
2015-02-13bus-proxy: ECONNRESET/ENOTCONN can hit us on every step, hence handle it on e...Lennart Poettering
2015-02-13bus-proxy: a few simplificationsLennart Poettering
2015-02-13bus-proxy: close each connection fd only onceLennart Poettering
2015-02-13bus-proxy: also consider ENOTCONN a clean termination conditionLennart Poettering
2015-02-13bus-proxy: whenever we cannot forward a message, report this back to caller, ...Lennart Poettering
2015-02-13bus-proxy: rename synthetic_reply_return_strv() to synthetic_reply_method_ret...Lennart Poettering
2015-02-13bus-proxy: minor simplificationsLennart Poettering
2015-02-13bus-proxy: no need to negate error codes, log_error_errno() already does itLennart Poettering
2015-02-13bus-proxy: tell Coverity we don't care about these return valuesLennart Poettering
2015-02-13bus-proxy: we don't pointlessly abbreviate function namesLennart Poettering
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen
2015-02-10bus-proxyd: initialize ioctl structure only onceLennart Poettering
2015-02-07bus-proxyd: fix 'ListQueuedOwners' callLukasz Skalski
2015-02-05bus: sync with kdbus (ABI break)David Herrmann
2015-02-02remove unused variablesThomas Hindoe Paaboel Andersen
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-18bus-proxy: don't pretend everyone is rootDavid Herrmann
2015-01-18bus: use EUID over UID and fix unix-credsDavid Herrmann
2015-01-18bus-proxy: fake all UIDs/GIDs, not just the real UID/GIDDavid Herrmann
2015-01-18bus-proxy: fix bus-uid trackingDavid Herrmann
2015-01-17bus-proxy: don't print error-messages if we check multiple destsDavid Herrmann
2015-01-17bus-proxy: implement org.freedesktop.DBus.ReloadConfig()David Herrmann
2015-01-17bus-proxy: fix indentationDavid 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: bring back systemd-stdio-bridgeDavid 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: implement 'at_console'David Herrmann
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 swapped path/interface debug messagesDavid 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-test: show parsed system/session policyLennart Poettering
2015-01-09bus-proxy: eat up "*" matches, they are pointlessLennart Poettering