Age | Commit message (Expand) | Author |
2015-02-14 | bus-proxy: be more verbose if messages cannot be forwarded | David Herrmann |
2015-02-14 | bus-proxy: don't fake data we don't have | David Herrmann |
2015-02-13 | bus-proxy: ECONNRESET/ENOTCONN can hit us on every step, hence handle it on e... | Lennart Poettering |
2015-02-13 | bus-proxy: a few simplifications | Lennart Poettering |
2015-02-13 | bus-proxy: close each connection fd only once | Lennart Poettering |
2015-02-13 | bus-proxy: also consider ENOTCONN a clean termination condition | Lennart Poettering |
2015-02-13 | bus-proxy: whenever we cannot forward a message, report this back to caller, ... | Lennart Poettering |
2015-02-13 | bus-proxy: rename synthetic_reply_return_strv() to synthetic_reply_method_ret... | Lennart Poettering |
2015-02-13 | bus-proxy: minor simplifications | Lennart Poettering |
2015-02-13 | bus-proxy: no need to negate error codes, log_error_errno() already does it | Lennart Poettering |
2015-02-13 | bus-proxy: tell Coverity we don't care about these return values | Lennart Poettering |
2015-02-13 | bus-proxy: we don't pointlessly abbreviate function names | Lennart Poettering |
2015-02-12 | include <poll.h> instead of <sys/poll.h> | Thomas Hindoe Paaboel Andersen |
2015-02-10 | bus-proxyd: initialize ioctl structure only once | Lennart Poettering |
2015-02-07 | bus-proxyd: fix 'ListQueuedOwners' call | Lukasz Skalski |
2015-02-05 | bus: sync with kdbus (ABI break) | David Herrmann |
2015-02-02 | remove unused variables | Thomas Hindoe Paaboel Andersen |
2015-01-22 | Assorted format fixes | Zbigniew Jędrzejewski-Szmek |
2015-01-18 | bus-proxy: don't pretend everyone is root | David Herrmann |
2015-01-18 | bus: use EUID over UID and fix unix-creds | David Herrmann |
2015-01-18 | bus-proxy: fake all UIDs/GIDs, not just the real UID/GID | David Herrmann |
2015-01-18 | bus-proxy: fix bus-uid tracking | David Herrmann |
2015-01-17 | bus-proxy: don't print error-messages if we check multiple dests | David Herrmann |
2015-01-17 | bus-proxy: implement org.freedesktop.DBus.ReloadConfig() | David Herrmann |
2015-01-17 | bus-proxy: fix indentation | David Herrmann |
2015-01-17 | bus-proxy: drop privileges if run as root | David Herrmann |
2015-01-17 | bus-proxy: share policy between threads | David Herrmann |
2015-01-17 | bus-proxy: set custom thread names | David Herrmann |
2015-01-17 | bus-proxy: turn into multi-threaded daemon | David Herrmann |
2015-01-17 | bus-proxy: bring back systemd-stdio-bridge | David Herrmann |
2015-01-17 | bus-proxy: extract proxy into Proxy object | David Herrmann |
2015-01-17 | bus-proxy: refactor bus-creation | David Herrmann |
2015-01-15 | bus-proxyd: move synthesize_name_acquired() | Daniel Mack |
2015-01-15 | bus-proxy: factor out code for driver handling and message synthesis | Daniel Mack |
2015-01-11 | bus-proxy: implement 'at_console' | David Herrmann |
2015-01-11 | bus-proxy: print message direction in policy logs | David Herrmann |
2015-01-11 | bus-proxy: fix receiver policy on dbus-1 to kdbus signals | David Herrmann |
2015-01-11 | bus-proxy: fix swapped path/interface debug messages | David Herrmann |
2015-01-11 | bus-proxy: fix policy for expected/non-expected reply tags | David Herrmann |
2015-01-09 | bus-proxy: make sure we have creds when two legacy clients talk to each other | Lennart Poettering |
2015-01-09 | bus-proxy-test: show parsed system/session policy | Lennart Poettering |
2015-01-09 | bus-proxy: eat up "*" matches, they are pointless | Lennart Poettering |
2015-01-09 | bus-proxy: dbus-daemon implies that connections from UIDs that are identical ... | Lennart Poettering |
2015-01-09 | bus-proxyd: xml - consider empty tags as recv | Kay Sievers |
2015-01-09 | bus-proxy: make sure sure eavesdrop= XML attributes are properly handled | Lennart Poettering |
2015-01-08 | bus-proxyd: fix EPERM on replies | David Herrmann |
2015-01-08 | bus-proxyd: optimize replies if they're not requested | David Herrmann |
2015-01-08 | bus-proxy: augment credentials from /proc for cmdline update | David Herrmann |
2015-01-07 | sd-bus: always catch name requests for the special names "org.freedesktop.DBu... | Lennart Poettering |
2015-01-05 | bus-proxyd: don't allow to acquire org.freedesktop.DBus name | Lukasz Skalski |