Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SIFP: Fix warning format-security | Lukas Slebodnik | 2016-12-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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> | ||||
* | sss_sifp: make it compatible with latest version of the infopipe | Pavel Březina | 2016-06-27 | 1 | -27/+0 |
| | | | | | | | | | | 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> | ||||
* | sss_sifp: implement API | Pavel Březina | 2014-05-29 | 1 | -0/+117 |
https://fedorahosted.org/sssd/ticket/2254 Reviewed-by: Sumit Bose <sbose@redhat.com> |