summaryrefslogtreecommitdiff
path: root/src/core/dbus.c
AgeCommit message (Expand)Author
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-17unit: allocate bus name match string on the stackLennart Poettering
2015-09-09tree-wide: take benefit of the fact that hashmap_free() returns NULLLennart Poettering
2015-09-09tree-wide: make use of the fact that strv_free() returns NULLLennart Poettering
2015-09-06core: pass details to polkit for some unit actionsMichael Chapman
2015-09-06bus-util: support details in CheckAuthorization callsMichael Chapman
2015-08-31unit: add new macros to test for unit contextsLennart Poettering
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering
2015-08-06core: dbus: track bus names per unitDaniel Mack
2015-07-04core: fix coding style in agent-handlingDavid Herrmann
2015-07-04core: harden cgroups-agent forwardingDavid Herrmann
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-05-11treewide: Correct typos and spell plural of bus consistentTorstein Husebø
2015-04-29tree-wide: get rid of a few more explicit bus parametersLennart Poettering
2015-04-29core: for queued reload message there is no need to store the bus explicitlyLennart Poettering
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering
2015-04-29core: annotate event sourcesTom Gundersen
2015-04-23core: explicitly specify credentials for direct connections, tooLennart Poettering
2015-04-10dbus: typo fix in logThomas Hindoe Paaboel Andersen
2015-03-11core: fix cgroups-agent match for kdbusDavid Herrmann
2015-03-11core: rewind message before forwarding itDavid Herrmann
2015-03-04Allow up to 4096 simultaneous connectionsHannes Reinecke
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-18core: rework policykit hookupLennart Poettering
2015-02-18logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering
2014-12-10sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering
2014-12-02core: OOM really shouldn't be considered a deserialization parse failureLennart Poettering
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-26core: make sure we have enough information when doing selinux decisionsLennart Poettering
2014-11-23dbus: return non-zero return value in the case that prefix won't matchLukas Nykryn
2014-11-07core: unify how we create the notify and private dbus socketLennart Poettering
2014-10-28mac: add mac_ prefix to distinguish origin security apisWaLyong Cho
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-08-18core: Verify systemd1 DBus method callers via polkitStef Walter
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