History log of /sssd-io/src/sss_client/libwbclient/wbclient.exports
Revision Date Author Comments Expand
d1b2a3394e496f749151ccd5aca29507ca69214b 03-Aug-2017 Sumit Bose <sbose@redhat.com>

libwbclient-sssd: update interface to version 0.14 The main change is a new member of the wbcAuthErrorInfo struct. Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>

f3347a0c72afc75b4d829e9981d1bac6b05a8306 14-Oct-2016 Sumit Bose <sbose@redhat.com>

libwbclient-sssd: update interface to version 0.13 This patch adds wbcCtxUnixIdsToSids() and wbcUnixIdsToSids() to SSSD's libwbclient and implements the latter. Resolves: https://fedorahosted.org/sssd/ticket/3181 Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>

1270ffe9f3809f2fd488ef4a320d344ae107ab87 26-May-2015 Sumit Bose <sbose@redhat.com>

libwbclient-sssd: update interface to version 0.12 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

885386b7e3f1c3e74b354576b98a092b0835d64e 21-Aug-2014 Sumit Bose <sbose@redhat.com>

libwbclient: SSSD implementation This patch implements the libwbclient API for Samba daemons and utilities. The main purpose is to map Active Directory users and groups identified by their SID to POSIX users and groups identified by their POSIX UIDs and GIDs respectively. The API is not fully implemented because SSSD does not support some AD features like WINS or NTLM. Additionally this implementation has its focus on the file-server use case and hence does not implement some features which might be needed for a domain controller use case. Some API calls are generic and independent of the backend like e.g. converting binary SIDs and GUIDs into a string representation and back or memory allocation and deallocation. These parts are taken from the original Samba sources together with copyright and authors. Files with'_sssd' as part of the name contain the SSSD related calls. Resolves: https://fedorahosted.org/sssd/ticket/1588 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>