summaryrefslogtreecommitdiff
path: root/src/core/dbus.c
Commit message (Expand)AuthorAge
* 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
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-05
* Remove some dead codeZbigniew Jędrzejewski-Szmek2013-03-31
* dbus: let's make this const array staticLennart Poettering2013-03-30
* Use bus_maybe_send_reply() where applicableColin Walters2013-03-18
* bus: Escape environment-based D-Bus addresses properlySimon McVittie2013-03-06
* core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek2012-09-18
* build-sys: __secure_getenv lost dunder in libc 2.17Zbigniew Jędrzejewski-Szmek2012-09-17
* manager: extend performance measurement interface to include firmware/loader ...Lennart Poettering2012-09-13
* shared: in code that might get called from suid programs use __secure_getenv(...Lennart Poettering2012-09-03
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-26
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-25
* mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers2012-05-31
* dbus-job: allow multiple bus clientsMichal Schmidt2012-04-20
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
* move libsystemd_core.la sources into core/Kay Sievers2012-04-11