summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2013-10-15Add CIFS idmap pluginBenjamin Franzke1-0/+340
2013-09-03Include sys/types.h for types id_t and uid_tLukas Slebodnik1-0/+1
2013-08-28UTIL: Create new wraper header file sss_endian.hLukas Slebodnik1-0/+1
2013-06-28idmap: add sss_idmap_domain_has_algorithmic_mappingSumit Bose2-0/+55
2013-06-28idmap: add calls to check if ID mapping conforms to rangesSumit Bose2-0/+186
2013-06-28idmap: allow NULL domain sid for external mappingsSumit Bose1-32/+44
2013-06-28idmap: add option to indicate external_mappingSumit Bose2-4/+43
2013-06-28idmap: add optional unique range idSumit Bose2-1/+17
2013-06-28idmap: allow first RID to be setSumit Bose2-20/+109
2013-06-11Fix some doxygen warningsSumit Bose1-3/+3
2013-05-03IDMAP: Fix variable initializationOndrej Kos1-1/+1
2013-04-29libsss_idmap: function to calculate rangeMichal Zidek3-1/+287
2013-04-03Fix potential out-of-bounds write in sss_idmap_sid_to_dom_sidJakub Hrozek1-1/+1
2013-03-06Updated Doxygen configuration to 1.8.1Thorsten Scherf1-134/+478
2013-01-08IDMAP: add sss_idmap_smb_sid_to_unix()Sumit Bose2-0/+39
2012-12-04Dereference after null check in sss_idmap_sid_to_unixMichal Zidek1-1/+5
2012-11-28idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek2-1/+17
2012-06-08sss_idmap: fix typo which prevents sub auth larger then 2^31Sumit Bose1-3/+3
2012-06-08sss_idmap: add support for samba struct dom_sidSumit Bose3-0/+305
2012-05-14Rename struct dom_sid to struct sss_dom_sidSumit Bose3-23/+23
2012-05-04Fix endian issue in SID conversionSumit Bose1-9/+13
2012-05-03LDAP: Add routine to extract domain SID from an object SIDStephen Gallagher2-2/+3
2012-05-01Allow different SID representations in libidmapSumit Bose4-13/+719
2012-04-05Use HTML_TIMESTAMP instead of HTML_FOOTER_DESCRIPTIONJakub Hrozek1-3/+4
2012-03-26Add idmap librarySumit Bose4-0/+2123