summaryrefslogtreecommitdiff
path: root/src/core/dbus.c
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-15/+17
* unit: allocate bus name match string on the stackLennart Poettering2015-10-171-1/+1
* tree-wide: take benefit of the fact that hashmap_free() returns NULLLennart Poettering2015-09-091-2/+1
* tree-wide: make use of the fact that strv_free() returns NULLLennart Poettering2015-09-091-4/+2
* core: pass details to polkit for some unit actionsMichael Chapman2015-09-061-5/+0
* bus-util: support details in CheckAuthorization callsMichael Chapman2015-09-061-5/+5
* unit: add new macros to test for unit contextsLennart Poettering2015-08-311-1/+1
* core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering2015-08-281-15/+19
* core: dbus: track bus names per unitDaniel Mack2015-08-061-35/+15
* core: fix coding style in agent-handlingDavid Herrmann2015-07-041-12/+8
* core: harden cgroups-agent forwardingDavid Herrmann2015-07-041-1/+25
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-8/+8
* treewide: Correct typos and spell plural of bus consistentTorstein Husebø2015-05-111-1/+1
* tree-wide: get rid of a few more explicit bus parametersLennart Poettering2015-04-291-4/+2
* core: for queued reload message there is no need to store the bus explicitlyLennart Poettering2015-04-291-10/+3
* sd-bus: drop bus parameter from message callback prototypeLennart Poettering2015-04-291-10/+9
* core: annotate event sourcesTom Gundersen2015-04-291-0/+2
* core: explicitly specify credentials for direct connections, tooLennart Poettering2015-04-231-0/+9
* dbus: typo fix in logThomas Hindoe Paaboel Andersen2015-04-101-1/+1
* core: fix cgroups-agent match for kdbusDavid Herrmann2015-03-111-16/+13
* core: rewind message before forwarding itDavid Herrmann2015-03-111-7/+11
* Allow up to 4096 simultaneous connectionsHannes Reinecke2015-03-041-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* core: rework policykit hookupLennart Poettering2015-02-181-2/+6
* logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering2015-02-181-4/+4
* sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering2014-12-101-1/+1
* core: OOM really shouldn't be considered a deserialization parse failureLennart Poettering2014-12-021-2/+7
* treewide: another round of simplificationsMichal Schmidt2014-11-281-12/+6
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-4/+4
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-64/+32
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-35/+35
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-35/+35
* core: make sure we have enough information when doing selinux decisionsLennart Poettering2014-11-261-0/+8
* dbus: return non-zero return value in the case that prefix won't matchLukas Nykryn2014-11-231-1/+1
* core: unify how we create the notify and private dbus socketLennart Poettering2014-11-071-3/+2
* mac: add mac_ prefix to distinguish origin security apisWaLyong Cho2014-10-281-4/+4
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-1/+1
* core: Verify systemd1 DBus method callers via polkitStef Walter2014-08-181-0/+19
* core: Rename Job.subscribed field to Job.clientsStef Walter2014-08-151-2/+2
* sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering2014-05-151-12/+17
* core: no need to pass bus object to selinux access check calls anymoreLennart Poettering2014-05-141-2/+2
* core: minor typo fixAli H. Caliskan2014-04-171-1/+1
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-4/+1
* Use strlen even for constant stringsJosh Triplett2014-03-161-1/+1
* core: fix assert when trying to serialize non-initialized bus peer tracker ob...Lennart Poettering2014-03-031-1/+0
* bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering2014-03-031-10/+85
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-2/+2