summaryrefslogtreecommitdiff
path: root/src/core/dbus.c
Commit message (Expand)AuthorAge
* core: fix cgroups-agent match for kdbusDavid Herrmann2015-03-11
* core: rewind message before forwarding itDavid Herrmann2015-03-11
* Allow up to 4096 simultaneous connectionsHannes Reinecke2015-03-04
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* core: rework policykit hookupLennart Poettering2015-02-18
* logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering2015-02-18
* sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering2014-12-10
* core: OOM really shouldn't be considered a deserialization parse failureLennart Poettering2014-12-02
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* core: make sure we have enough information when doing selinux decisionsLennart Poettering2014-11-26
* dbus: return non-zero return value in the case that prefix won't matchLukas Nykryn2014-11-23
* core: unify how we create the notify and private dbus socketLennart Poettering2014-11-07
* mac: add mac_ prefix to distinguish origin security apisWaLyong Cho2014-10-28
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* core: Verify systemd1 DBus method callers via polkitStef Walter2014-08-18
* core: Rename Job.subscribed field to Job.clientsStef Walter2014-08-15
* sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering2014-05-15
* core: no need to pass bus object to selinux access check calls anymoreLennart Poettering2014-05-14
* core: minor typo fixAli H. Caliskan2014-04-17
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* Use strlen even for constant stringsJosh Triplett2014-03-16
* core: fix assert when trying to serialize non-initialized bus peer tracker ob...Lennart Poettering2014-03-03
* bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering2014-03-03
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-20
* bus: fix a couple of format string mistakesLennart Poettering2013-12-28
* core: make check for Disconnected message more preciseLennart Poettering2013-12-21
* core: suppress gcc warnings on selinux-less systemsLennart Poettering2013-12-12
* bus: instead of exposing the dbus1 flags when acquiring a name use our own th...Lennart Poettering2013-12-12
* core: fix bus registration on daemon reexecLennart Poettering2013-12-12
* bus: don't make use of the private bus socket if kdbus is availableLennart Poettering2013-12-03
* core: use normal library call to query list of current namesLennart Poettering2013-12-03
* bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot...Lennart Poettering2013-12-03
* bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering2013-11-28
* bus: also add error parameter to object find and enumerator callbacksLennart Poettering2013-11-22
* bus: restore selinux access control to PID 1 for propertiesLennart Poettering2013-11-21
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-21
* bus: fix seriliazation of activation errorsLennart Poettering2013-11-21
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* bus: initialize variable, now that we might skip debug loggingKay Sievers2013-10-21
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-14
* core: send out "Reloading" signal before and after doing a full reload/reexec...Lennart Poettering2013-07-10
* core: while we are reloading don't suppress bus signalsLennart Poettering2013-07-10
* core: serialize/deserialize bus subscribersLennart Poettering2013-07-10
* core: general cgroup reworkLennart Poettering2013-06-27
* core: bump simultaneous bus connection limit to 512Lennart Poettering2013-05-03
* unit: rework stop pending logicLennart Poettering2013-04-25