Age | Commit message (Expand) | Author |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-17 | sd-bus: fix error handling of pthread API calls | Lennart Poettering |
2015-10-17 | bus-proxy: don't close local bus fds twice | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-08-27 | Revert "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 available | Kay Sievers |
2015-06-17 | turn kdbus support into a runtime option | Kay Sievers |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-03-03 | bus-proxyd: avoid logging oom twice | Zbigniew Jędrzejewski-Szmek |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
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-12 | include <poll.h> instead of <sys/poll.h> | Thomas Hindoe Paaboel Andersen |
2015-01-18 | bus-proxy: fix bus-uid tracking | 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: 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: 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 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: dbus-daemon implies that connections from UIDs that are identical ... | 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 |
2015-01-05 | machined,bus-proxy: fix connecting to containers | Lennart Poettering |
2014-12-30 | tree-wide: spelling fixes | Veres Lajos |
2014-12-29 | bus-proxy: fix sd_bus_reply_*() usage | David Herrmann |
2014-12-23 | core: rearrange code so that libsystemd/sd-bus/ does not include header files... | Lennart Poettering |
2014-12-23 | bus-proxyd: ignore errors from sd_bus_creds_get_well_known_names() | Daniel Mack |
2014-12-23 | bus-proxyd: handle -ESRCH and -ENXIO gracefully | Daniel Mack |
2014-12-09 | bus-proxy: cloning smack label | Przemyslaw Kedzierski |
2014-12-08 | bus-proxy: fix compat with autostarted services | Lennart Poettering |
2014-12-02 | bus-proxy: don't log bus policy every single time we run | Lennart Poettering |
2014-11-28 | treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1 | Lennart Poettering |
2014-11-28 | sd-bus: rename sd_bus_get_owner_id() → sd_bus_get_bus_id() | Lennart Poettering |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | bus-proxy: automatically detect scope of bus and derive which XML snippets to... | Lennart Poettering |
2014-11-28 | sd-bus: rename default bus address constants, they aren't "paths" but "addres... | Lennart Poettering |
2014-11-28 | sd-bus: rework credential query logic | Lennart Poettering |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |