summaryrefslogtreecommitdiffstats
path: root/src/sbus/sssd_dbus_request.c
Commit message (Expand)AuthorAgeFilesLines
* SBUS: Print debug message when handler failsPavel Březina2016-06-201-0/+2
* UTIL: Add ERR_SBUS_REQUEST_HANDLEDJakub Hrozek2016-05-101-0/+1
* DEBUG: Add missing new linesLukas Slebodnik2015-12-141-2/+2
* sbus: Check string arguments for valid UTF-8 stringsJakub Hrozek2015-11-141-1/+45
* sbus: Add a special error code for messages sent by the bus itselfJakub Hrozek2015-09-011-0/+5
* sbus: Initialize errno if constructing message fails and add debug messagesJakub Hrozek2015-09-011-0/+6
* sbus: remove unused 'reply as' functionsPavel Březina2015-02-171-184/+0
* sbus: add object path to sbus requestPavel Březina2015-01-231-0/+1
* SBUS: Initialize DBusError before using itJakub Hrozek2014-11-251-0/+1
* SBUS: Fix error handling after closing containerLukas Slebodnik2014-10-221-0/+2
* sbus_request: fix potential NULL dereferencePavel Březina2014-07-011-2/+9
* SBUS: Utility function sbus_request_return_array_as_variantPavel Březina2014-05-221-0/+118
* SBUS: Utility function sbus_request_return_as_variantJakub Hrozek2014-05-221-0/+64
* SBUS: Add an async request to retrieve the caller IDJakub Hrozek2014-05-131-0/+201
* SBUS: Add a convenience function sbus_error_newJakub Hrozek2014-05-131-0/+27
* SBUS: Fix error handling conditionJakub Hrozek2014-05-131-1/+2
* SBUS: several trivial style fixesJakub Hrozek2014-05-131-2/+2
* sbus request: fix error initializationPavel Březina2014-04-191-2/+4
* sbus: Add type-safe DBus method handlers and finish functionsStef Walter2014-04-191-0/+30
* sbus: Add the sbus_request_parse_or_finish() methodStef Walter2014-03-141-0/+106
* sbus: Add struct sbus_request to represent a DBus invocationStef Walter2014-03-141-0/+112