Age | Commit message (Expand) | Author |
2015-11-02 | core: be more verbose when NameOwnerChanged subscriptions fail | Daniel Mack |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | user-util: move UID/GID related macros from macro.h to user-util.h | Lennart Poettering |
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 | unit: allocate bus name match string on the stack | Lennart Poettering |
2015-09-09 | tree-wide: take benefit of the fact that hashmap_free() returns NULL | Lennart Poettering |
2015-09-09 | tree-wide: make use of the fact that strv_free() returns NULL | Lennart Poettering |
2015-09-06 | core: pass details to polkit for some unit actions | Michael Chapman |
2015-09-06 | bus-util: support details in CheckAuthorization calls | Michael Chapman |
2015-08-31 | unit: add new macros to test for unit contexts | Lennart Poettering |
2015-08-28 | core: add unit_dbus_interface_from_type() to unit-name.h | Lennart Poettering |
2015-08-06 | core: dbus: track bus names per unit | Daniel Mack |
2015-07-04 | core: fix coding style in agent-handling | David Herrmann |
2015-07-04 | core: harden cgroups-agent forwarding | David Herrmann |
2015-05-11 | core: rename SystemdRunningAs to ManagerRunningAs | Lennart Poettering |
2015-05-11 | treewide: Correct typos and spell plural of bus consistent | Torstein Husebø |
2015-04-29 | tree-wide: get rid of a few more explicit bus parameters | Lennart Poettering |
2015-04-29 | core: for queued reload message there is no need to store the bus explicitly | Lennart Poettering |
2015-04-29 | sd-bus: drop bus parameter from message callback prototype | Lennart Poettering |
2015-04-29 | core: annotate event sources | Tom Gundersen |
2015-04-23 | core: explicitly specify credentials for direct connections, too | Lennart Poettering |
2015-04-10 | dbus: typo fix in log | Thomas Hindoe Paaboel Andersen |
2015-03-11 | core: fix cgroups-agent match for kdbus | David Herrmann |
2015-03-11 | core: rewind message before forwarding it | David Herrmann |
2015-03-04 | Allow up to 4096 simultaneous connections | Hannes Reinecke |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-18 | core: rework policykit hookup | Lennart Poettering |
2015-02-18 | logind: open up most bus calls for unpriviliged processes, using PolicyKit | Lennart Poettering |
2014-12-10 | sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/... | Lennart Poettering |
2014-12-02 | core: OOM really shouldn't be considered a deserialization parse failure | Lennart Poettering |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
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 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-26 | core: make sure we have enough information when doing selinux decisions | Lennart Poettering |
2014-11-23 | dbus: return non-zero return value in the case that prefix won't match | Lukas Nykryn |
2014-11-07 | core: unify how we create the notify and private dbus socket | Lennart Poettering |
2014-10-28 | mac: add mac_ prefix to distinguish origin security apis | WaLyong Cho |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-08-18 | core: Verify systemd1 DBus method callers via polkit | Stef Walter |
2014-08-15 | core: Rename Job.subscribed field to Job.clients | Stef Walter |
2014-05-15 | sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta... | Lennart Poettering |
2014-05-14 | core: no need to pass bus object to selinux access check calls anymore | Lennart Poettering |
2014-04-17 | core: minor typo fix | Ali H. Caliskan |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-16 | Use strlen even for constant strings | Josh Triplett |
2014-03-03 | core: fix assert when trying to serialize non-initialized bus peer tracker ob... | Lennart Poettering |
2014-03-03 | bus: add sd_bus_track object for tracking peers, and port core over to it | Lennart Poettering |