summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_initgroups_ad.c
Commit message (Expand)AuthorAgeFilesLines
* SDAP: Store SID members during AD initgroups with a qualified nameMichal Zidek2016-07-071-1/+6
* util: make concatenate_string_array() reusableSumit Bose2016-04-131-25/+0
* LDAP: refactor sdap_ad_tokengroups_initgr_mapping_done()Sumit Bose2016-04-131-27/+51
* SDAP: make some AD specific calls publicSumit Bose2016-04-131-14/+14
* SDAP: rename sdap_get_id_specific_filterPavel Březina2016-01-191-2/+1
* Fix minor typosYuri Chornoivan2015-07-231-1/+1
* Download complete groups if ignore_group_members is set with tokengroupsJakub Hrozek2015-05-311-2/+15
* LDAP/AD: do not resolve group members during tokenGroups requestSumit Bose2015-03-171-1/+1
* LDAP: Add UUID when saving incomplete groupsJakub Hrozek2015-01-301-1/+1
* SDAP: Fix warning Value stored to is never readLukas Slebodnik2014-10-121-1/+0
* Use the alternative objectclass in group maps.Michal Zidek2014-09-151-3/+10
* AD: process non-posix nested groups using tokenGroupsPavel Reichl2014-09-081-8/+1
* SDAP: Update groups for user just once.Lukas Slebodnik2014-08-261-20/+77
* SDAP: Use different talloc_context for array of namesLukas Slebodnik2014-08-261-1/+1
* SDAP: Immediately finish request for empty arrayLukas Slebodnik2014-08-261-1/+1
* ad initgroups: continue if resolved SID is still missingPavel Březina2014-08-091-6/+13
* ad: update membership after SIDs are resolvedPavel Březina2014-07-221-25/+62
* ad: comment ENOENT when id mapping is disabledPavel Březina2014-07-221-0/+3
* SDAP: Continue resolving SID even if some failPavel Reichl2014-07-211-1/+6
* LDAP: tokengroups do not work with id_provider=ldapPavel Reichl2014-07-211-11/+71
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-2/+2
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-80/+80
* AD: Remove unused memory contextsLukas Slebodnik2014-02-011-4/+3
* 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/+516
* ad: refactor tokengroups initgroupsPavel Březina2013-12-181-211/+337
* SYSDB: Drop redundant sysdb_ctx parameter from sysdb.cMichal Zidek2013-11-151-2/+1
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-3/+2
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-151-2/+2
* 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