History log of /sssd-io/src/providers/data_provider/dp_iface_backend.c
Revision Date Author Comments Expand
a06e23c0bcf0c8669a29b801876aca8aac422931 16-Aug-2016 Pavel Březina <pbrezina@redhat.com>

sbus: add sbus_request_reply_error() This simplifies error handling in sbus requests since we avoid creating DBusError and checking for NULL manually. It removes few lines of code. This patch does not replace all calls to sbus_request_fail_and_finish since sometimes it is desirable to create the error manualy. But it replaces it in most recent places. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

586fa3571753ab4a607d40fc31503fc0e8effd70 27-Jun-2016 Pavel Březina <pbrezina@redhat.com>

DP: Add org.freedesktop.sssd.DataProvider.Backend Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>