summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus
Commit message (Expand)AuthorAgeFilesLines
* sd-bus: deal with cookie overrunsLennart Poettering2019-07-261-1/+46
* sd-bus: allow connecting to the pseudo-container ".host"Lennart Poettering2019-05-031-2/+2
* sd-bus: call cap_last_cap() only once in has_cap()Lennart Poettering2019-05-031-2/+5
* sd-bus: use size_t when dealing with memory offsetsLennart Poettering2019-05-031-1/+1
* capability: introduce CAP_TO_MASK_CORRECTED() macro replacing CAP_TO_MASK()Lennart Poettering2019-05-031-1/+1
* bus-message: avoid wrap-around when using length read from messageZbigniew Jędrzejewski-Szmek2019-05-031-0/+24
* bus-message: return -EBADMSG not -EINVAL on invalid !gvariant messagesZbigniew Jędrzejewski-Szmek2019-05-031-1/+1
* bus-message: also properly copy struct signature when skippingZbigniew Jędrzejewski-Szmek2019-05-031-3/+3
* bus-message: fix skipping of array fields in !gvariant messagesZbigniew Jędrzejewski-Szmek2019-05-031-4/+4
* bus-message: output debug information about offset troublesZbigniew Jędrzejewski-Szmek2019-05-031-1/+4
* bus-message: drop asserts in functions which are wrappers for varargs versionZbigniew Jędrzejewski-Szmek2019-05-031-9/+0
* bus-message: fix calculation of offsets table for arraysZbigniew Jędrzejewski-Szmek2019-05-031-5/+12
* bus-message: remove duplicate assignmentZbigniew Jędrzejewski-Szmek2019-05-031-1/+0
* bus-message: fix calculation of offsets tableZbigniew Jędrzejewski-Szmek2019-05-031-18/+18
* bus: do not print (null) if the message has unknown typeZbigniew Jędrzejewski-Szmek2019-05-031-2/+8
* bus-message: use defineZbigniew Jędrzejewski-Szmek2019-05-031-1/+1
* bus-message: rename function for clarityZbigniew Jędrzejewski-Szmek2019-05-031-22/+22
* bus-message: let's always use -EBADMSG when the message is badZbigniew Jędrzejewski-Szmek2019-05-031-0/+2
* bus-message: avoid an infinite loop on empty structuresZbigniew Jędrzejewski-Szmek2019-05-035-11/+18
* bus-message: use structured initialization to avoid use of unitialized memoryZbigniew Jędrzejewski-Szmek2019-05-031-32/+27
* test-bus-marshal: use cescaping instead of hexmemZbigniew Jędrzejewski-Szmek2019-05-031-5/+3
* tree-wide: shorten error logging a bitYu Watanabe2019-05-021-4/+2
* sd-bus: if we receive an invalid dbus message, ignore and proceeedLennart Poettering2019-04-081-3/+6
* Allocate temporary strings to hold dbus paths on the heapRiccardo Schirone2019-04-081-14/+54
* Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit.Riccardo Schirone2019-04-082-1/+5
* bus-socket: Fix line_begins() to accept word matching full stringFilipe Brandenburger2019-03-271-4/+1
* sd-bus: properly initialize containersv239-9Jan Synacek2018-12-061-0/+1
* sd-bus: unify three code-paths which free struct bus_containerZbigniew Jędrzejewski-Szmek2018-12-061-32/+32
* Introduce free_and_strndup and use it in bus-message.cZbigniew Jędrzejewski-Szmek2018-10-291-21/+13
* bus-message: do not crash on message with a string of zero lengthZbigniew Jędrzejewski-Szmek2018-10-291-0/+6
* bus: move BUS_DONT_DESTROY calls after assertsZbigniew Jędrzejewski-Szmek2018-08-272-8/+10
* tree-wide: drop MSG_NOSIGNAL flag from recvmsg() invocationsLennart Poettering2018-06-201-2/+2
* sd-bus: fix typo in commentYu Watanabe2018-06-191-1/+1
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-142-6/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-142-2/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-1451-51/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-1453-106/+0
* tree-wide: unify how we define bit mak enumsLennart Poettering2018-06-121-2/+2
* core: introduce a new load state "bad-setting"Lennart Poettering2018-06-112-0/+2
* sd-bus: also add destroy callbacks to sd_bus_track objectsLennart Poettering2018-06-071-5/+25
* bus: optionally call a callbacks for cleanupZbigniew Jędrzejewski-Szmek2018-06-062-0/+21
* Merge pull request #9131 from poettering/memory-startswithLennart Poettering2018-05-311-7/+4
|\
| * tree-wide: make use of memory_startswith() at various placesLennart Poettering2018-05-301-7/+4
* | sd-bus: make add match method callback slot "floating"Lennart Poettering2018-05-301-2/+10
* | bus-slot: for bus slot objects with no explicit description use the match str...Lennart Poettering2018-05-301-2/+7
* | sd-bus: add new sd_bus_slot_set_floating() callLennart Poettering2018-05-302-0/+39
|/
* sd-bus: use _cleanup_ moreZbigniew Jędrzejewski-Szmek2018-05-261-24/+13
* add new portable service frameworkLennart Poettering2018-05-241-0/+2
* tree-wide: do not wrap assert_se in extra parenthesesZbigniew Jędrzejewski-Szmek2018-05-141-1/+2
* sd-bus: use free_and_strdup()Yu Watanabe2018-05-141-22/+11