summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fix names of arguments in doxygen commentsLukas Slebodnik2014-02-261-1/+1
* IDMAP: add sss_idmap_check_collision(_ex)Sumit Bose2014-02-262-37/+151
* idmap: add API to free allocated SIDsPavel Březina2013-11-072-0/+84
* idmap: add sss_idmap_domain_by_name_has_algorithmic_mapping()Sumit Bose2013-10-252-4/+73
* idmap: allow ranges with external mapping to overlapSumit Bose2013-10-171-5/+7
* idmap: fix a memory leak if a collision is detectedSumit Bose2013-10-171-6/+7
* idmap: add internal function to free a domain structSumit Bose2013-10-171-4/+15
* Include sys/types.h for types id_t and uid_tLukas Slebodnik2013-09-031-0/+1
* UTIL: Create new wraper header file sss_endian.hLukas Slebodnik2013-08-281-0/+1
* idmap: add sss_idmap_domain_has_algorithmic_mappingSumit Bose2013-06-282-0/+55
* idmap: add calls to check if ID mapping conforms to rangesSumit Bose2013-06-282-0/+186
* idmap: allow NULL domain sid for external mappingsSumit Bose2013-06-281-32/+44
* idmap: add option to indicate external_mappingSumit Bose2013-06-282-4/+43
* idmap: add optional unique range idSumit Bose2013-06-282-1/+17
* idmap: allow first RID to be setSumit Bose2013-06-282-20/+109
* Fix some doxygen warningsSumit Bose2013-06-111-3/+3
* IDMAP: Fix variable initializationOndrej Kos2013-05-031-1/+1
* libsss_idmap: function to calculate rangeMichal Zidek2013-04-293-1/+287
* Fix potential out-of-bounds write in sss_idmap_sid_to_dom_sidJakub Hrozek2013-04-031-1/+1
* Updated Doxygen configuration to 1.8.1Thorsten Scherf2013-03-061-134/+478
* IDMAP: add sss_idmap_smb_sid_to_unix()Sumit Bose2013-01-082-0/+39
* Dereference after null check in sss_idmap_sid_to_unixMichal Zidek2012-12-041-1/+5
* idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek2012-11-282-1/+17
* sss_idmap: fix typo which prevents sub auth larger then 2^31Sumit Bose2012-06-081-3/+3
* sss_idmap: add support for samba struct dom_sidSumit Bose2012-06-083-0/+305
* Rename struct dom_sid to struct sss_dom_sidSumit Bose2012-05-143-23/+23
* Fix endian issue in SID conversionSumit Bose2012-05-041-9/+13
* LDAP: Add routine to extract domain SID from an object SIDStephen Gallagher2012-05-032-2/+3
* Allow different SID representations in libidmapSumit Bose2012-05-014-13/+719
* Use HTML_TIMESTAMP instead of HTML_FOOTER_DESCRIPTIONJakub Hrozek2012-04-051-3/+4
* Add idmap librarySumit Bose2012-03-264-0/+2123