summaryrefslogtreecommitdiffstats
path: root/src/lib/idmap/sss_idmap.h
Commit message (Collapse)AuthorAgeFilesLines
* sss_idmap: add support for samba struct dom_sidSumit Bose2012-06-081-0/+107
| | | | | | | | The samba ndr libraries use struct dom_sid to handle SIDs. Since there is no public samba library which offers conversion from other representations, e.g. as string, this is added to libsss_idmap. To avoid compile-time or run-time dependency to any samba library or header file the definition of the struct is copied here.
* Rename struct dom_sid to struct sss_dom_sidSumit Bose2012-05-141-7/+7
| | | | | 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-0/+3
| | | | Also makes the domain prefix macros from sss_idmap public.
* Allow different SID representations in libidmapSumit Bose2012-05-011-0/+179
| | | | | | 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/+199