summaryrefslogtreecommitdiffstats
path: root/src/lib/idmap/sss_idmap.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename struct dom_sid to struct sss_dom_sidSumit Bose2012-05-141-3/+3
| | | | | To avoid conflicts with struct dom_sid used by samba the sss_ prefix is added to the struct used by libsss_idmap.
* LDAP: Add routine to extract domain SID from an object SIDStephen Gallagher2012-05-031-2/+0
| | | | Also makes the domain prefix macros from sss_idmap public.
* Allow different SID representations in libidmapSumit Bose2012-05-011-13/+114
| | | | | | Besides as strings it is now possible to use binary SIDs or a struct containing all SID information. Functions to convert between these formats are added as well.
* Add idmap librarySumit Bose2012-03-261-0/+375