History log of /sssd/src/lib/sifp/sss_sifp_utils.c
Revision Date Author Comments Expand
8618716d6ed4eadca2743eb2dfbbb8d11c4fb22f 01-Dec-2016 Lukas Slebodnik <lslebodn@redhat.com>

SIFP: Fix warning format-security dbus-1.11.8 added attributes for format string check to few functions in public header files. And therefore there is a warning. src/lib/sifp/sss_sifp_utils.c: In function ‘sss_sifp_set_io_error’: src/lib/sifp/sss_sifp_utils.c:44:5: error: format not a string literal and no format arguments [-Werror=format-security] dbus_set_error(ctx->io_error, error->name, error->message); ^~~~~~~~~~~~~~ Reviewed-by: Pavel Březina <pbrezina@redhat.com>

2a45f13e3139063d3a5842119e7377c8c98aea1d 27-Jun-2016 Pavel Březina <pbrezina@redhat.com>

sss_sifp: make it compatible with latest version of the infopipe Current version of infopipe leverage different interfaces and object paths which were not accessible through the simple ifp library. This patch changes the API, which is ok since it was never declared as a public library and beside deprecated openlmi there are no known users. We will use this in sssctl tool. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

91cf6f4c6069d6aff01aab171825e83a1a669e2f 29-May-2014 Pavel Březina <pbrezina@redhat.com>

sss_sifp: implement API https://fedorahosted.org/sssd/ticket/2254 Reviewed-by: Sumit Bose <sbose@redhat.com>