summaryrefslogtreecommitdiff
path: root/src/core/dbus.c
AgeCommit message (Expand)Author
2014-08-15core: Rename Job.subscribed field to Job.clientsStef Walter
2014-05-15sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering
2014-05-14core: no need to pass bus object to selinux access check calls anymoreLennart Poettering
2014-04-17core: minor typo fixAli H. Caliskan
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-16Use strlen even for constant stringsJosh Triplett
2014-03-03core: fix assert when trying to serialize non-initialized bus peer tracker ob...Lennart Poettering
2014-03-03bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2013-12-28bus: fix a couple of format string mistakesLennart Poettering
2013-12-21core: make check for Disconnected message more preciseLennart Poettering
2013-12-12core: suppress gcc warnings on selinux-less systemsLennart Poettering
2013-12-12bus: instead of exposing the dbus1 flags when acquiring a name use our own th...Lennart Poettering
2013-12-12core: fix bus registration on daemon reexecLennart Poettering
2013-12-03bus: don't make use of the private bus socket if kdbus is availableLennart Poettering
2013-12-03core: use normal library call to query list of current namesLennart Poettering
2013-12-03bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot...Lennart Poettering
2013-11-28bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering
2013-11-22bus: also add error parameter to object find and enumerator callbacksLennart Poettering
2013-11-21bus: restore selinux access control to PID 1 for propertiesLennart Poettering
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering
2013-11-21bus: fix seriliazation of activation errorsLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-10-21bus: initialize variable, now that we might skip debug loggingKay Sievers
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-07-10core: send out "Reloading" signal before and after doing a full reload/reexec...Lennart Poettering
2013-07-10core: while we are reloading don't suppress bus signalsLennart Poettering
2013-07-10core: serialize/deserialize bus subscribersLennart Poettering
2013-06-27core: general cgroup reworkLennart Poettering
2013-05-03core: bump simultaneous bus connection limit to 512Lennart Poettering
2013-04-25unit: rework stop pending logicLennart Poettering
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek
2013-03-31Remove some dead codeZbigniew Jędrzejewski-Szmek
2013-03-30dbus: let's make this const array staticLennart Poettering
2013-03-18Use bus_maybe_send_reply() where applicableColin Walters
2013-03-06bus: Escape environment-based D-Bus addresses properlySimon McVittie
2012-09-18core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek
2012-09-17build-sys: __secure_getenv lost dunder in libc 2.17Zbigniew Jędrzejewski-Szmek
2012-09-13manager: extend performance measurement interface to include firmware/loader ...Lennart Poettering
2012-09-03shared: in code that might get called from suid programs use __secure_getenv(...Lennart Poettering
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden
2012-07-25use "Out of memory." consistantly (or with "\n")Shawn Landden
2012-05-31mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers
2012-04-20dbus-job: allow multiple bus clientsMichal Schmidt
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11move libsystemd_core.la sources into core/Kay Sievers