summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_initgroups_ad.c
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Add a new error code for malformed access control filterJakub Hrozek2014-01-091-2/+2
* AD: cross-domain membership fixSumit Bose2013-12-191-9/+148
* AD: filter domain local groups for trusted/sub domainsSumit Bose2013-12-191-2/+4
* ad: use tokengroups even when id mapping is disabledPavel Březina2013-12-181-20/+517
* ad: refactor tokengroups initgroupsPavel Březina2013-12-181-213/+339
* Initialize sid_str to NULL to avoid freeing random dataJakub Hrozek2013-11-081-1/+1
* free idmapped SIDs correctlyPavel Březina2013-11-071-0/+2
* ad: store group in correct tree on initgroups via tokenGroupsPavel Březina2013-09-261-11/+41
* Fix formating of variables with type: gid_tLukas Slebodnik2013-09-111-2/+1
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-1/+1
* sysdb_add_incomplete_group: store SID string is availableSumit Bose2013-08-191-1/+1
* LDAP: new SDAP domain structureJakub Hrozek2013-06-071-1/+1
* Fixing critical format string issues.Lukas Slebodnik2013-05-201-1/+1
* Add domain arg to sysdb group member functionsSimo Sorce2013-01-151-2/+2
* Add domain arguments to sysdb_add_group functions.Simo Sorce2013-01-151-2/+4
* Add domain to sysdb_search_group_by_gid()Simo Sorce2013-01-151-1/+1
* Add domain to sysdb_search_group_by_name()Simo Sorce2013-01-151-1/+3
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-151-4/+10
* idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek2012-11-281-1/+5
* AD: Handle sysdb lookup failure during tokenGroups processingStephen Gallagher2012-09-241-0/+6
* AD: Optimize initgroups lookups with tokenGroupsStephen Gallagher2012-09-241-0/+277
* LDAP: Add support for AD chain matching extension in initgroupsStephen Gallagher2012-06-131-0/+292