summaryrefslogtreecommitdiffstats
path: root/src/sss_client/idmap
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Fix names of arguments in doxygen commentsLukas Slebodnik2014-02-171-3/+3
| | | | Reviewed-by: Pavel Březina <pbrezina@redhat.com>
* sss_client: Use SAFEALIGN_COPY_<type> macros where appropriate.Michal Zidek2013-12-031-2/+4
| | | | | resolves: https://fedorahosted.org/sssd/ticket/1359
* Add client library for SID related lookupsSumit Bose2013-05-034-0/+1905
This patch add a library for client side lookups for a SID or with a SID through the calls: - sss_nss_getsidbyname - sss_nss_getsidbyid - sss_nss_getnamebysid - sss_nss_getidbysid The library is called libsss_nss_idmap and the contributed spec file will create two new packages libsss_nss_idmap and libsss_nss_idmap-devel.