Age | Commit message (Expand) | Author |
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 |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2013-12-28 | bus: fix a couple of format string mistakes | Lennart Poettering |
2013-12-21 | core: make check for Disconnected message more precise | Lennart Poettering |
2013-12-12 | core: suppress gcc warnings on selinux-less systems | Lennart Poettering |
2013-12-12 | bus: instead of exposing the dbus1 flags when acquiring a name use our own th... | Lennart Poettering |
2013-12-12 | core: fix bus registration on daemon reexec | Lennart Poettering |
2013-12-03 | bus: don't make use of the private bus socket if kdbus is available | Lennart Poettering |
2013-12-03 | core: use normal library call to query list of current names | Lennart Poettering |
2013-12-03 | bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot... | Lennart Poettering |
2013-11-28 | bus: add new sd_bus_creds object to encapsulate process credentials | Lennart Poettering |
2013-11-22 | bus: also add error parameter to object find and enumerator callbacks | Lennart Poettering |
2013-11-21 | bus: restore selinux access control to PID 1 for properties | Lennart Poettering |
2013-11-21 | bus: rework message handlers to always take an error argument | Lennart Poettering |
2013-11-21 | bus: fix seriliazation of activation errors | Lennart Poettering |
2013-11-20 | core: convert PID 1 to libsystemd-bus | Lennart Poettering |
2013-10-21 | bus: initialize variable, now that we might skip debug logging | Kay Sievers |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering |