summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_initgroups.c
Commit message (Expand)AuthorAgeFilesLines
* AD: cross-domain membership fixSumit Bose2013-12-191-3/+47
* ad: use tokengroups even when id mapping is disabledPavel Březina2013-12-181-5/+5
* ad: refactor tokengroups initgroupsPavel Březina2013-12-181-8/+8
* sdap_idmap_domain_has_algorithmic_mapping: add domain name argumentSumit Bose2013-10-251-0/+4
* LDAP: Allow searching subdomain during RFC2307bis initgroupsJakub Hrozek2013-09-271-9/+11
* LDAP: Require ID numbers when ID mapping is offJakub Hrozek2013-09-271-4/+55
* sysdb: get_sysdb_grouplist() can return either names or dnPavel Březina2013-09-261-16/+49
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-7/+10
* sysdb_add_incomplete_group: store SID string is availableSumit Bose2013-08-191-8/+17
* save_rfc2307bis_user_memberships: use fq names for subdomainsSumit Bose2013-08-191-0/+16
* sdap_add_incomplete_groups: use fully qualified name if neededSumit Bose2013-08-191-4/+14
* sdap_get_initgr_done: use the right SID to get a GIDSumit Bose2013-08-191-1/+2
* Fix memory context for a state memberSumit Bose2013-08-071-1/+1
* LDAP: Use domain-specific name where appropriateJakub Hrozek2013-07-241-27/+24
* Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mappingSumit Bose2013-06-281-7/+13
* LDAP: return sdap search return code to IDJakub Hrozek2013-06-071-2/+2
* LDAP: new SDAP domain structureJakub Hrozek2013-06-071-8/+10
* LDAP: Pass in a connection to ID functionsJakub Hrozek2013-06-071-1/+4
* LDAP: If deref search fails, try again without derefJan Cholasta2013-03-211-1/+11
* ldap: Fallback option for rfc2307 schemaSimo Sorce2013-03-201-2/+15
* Removing unused declaration of functions and variable.Lukas Slebodnik2013-03-191-10/+0
* Fix initialization of multiple variablesOndrej Kos2013-03-131-1/+1
* Remove sysdb as a be context structure memberSimo Sorce2013-01-211-1/+1
* LDAP: avoid complex realloc logic in save_rfc2307bis_group_membershipsJakub Hrozek2013-01-151-12/+4
* Add domain arguemnt to sysdb_get_real_name()Simo Sorce2013-01-151-1/+2
* Add domain arg to sysdb group member functionsSimo Sorce2013-01-151-5/+7
* Add domain arguments to sysdb_add_group functions.Simo Sorce2013-01-151-2/+2
* Add domain to sysdb_search_group_by_name()Simo Sorce2013-01-151-6/+12
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-151-10/+22
* LDAP: remove dead assignmentJakub Hrozek2012-12-101-1/+0
* LDAP: Continue adjusting group membership even if there is nothing to addJakub Hrozek2012-12-051-2/+1
* sdap_add_incomplete_groups(): fix ret may be uninitialized warningPavel Březina2012-09-241-1/+1
* AD: Optimize initgroups lookups with tokenGroupsStephen Gallagher2012-09-241-4/+20
* Unify usage of sysdb transactionsMichal Zidek2012-08-231-27/+47
* Remove compilation warning: ret may be uninitializedPavel Březina2012-08-211-0/+2
* Process all groups from a single nesting levelJakub Hrozek2012-08-211-4/+14
* When ldap_group_nesting_level was reached, the LDAP provider tried to link gr...Michal Zidek2012-08-101-1/+45
* LDAP: Auto-detect support for the ldap match ruleStephen Gallagher2012-06-131-1/+3
* LDAP: Add support for AD chain matching extension in initgroupsStephen Gallagher2012-06-131-9/+20
* LDAP: Make sdap_initgr_common_store() non-staticStephen Gallagher2012-06-121-7/+7
* LDAP: Add helper function to get list of a user's groups from sysdbStephen Gallagher2012-06-121-33/+64
* LDAP: Fix incorrect switch statement in sdap_get_initgr_done()Stephen Gallagher2012-06-121-1/+1
* Utilize attribute exclusion in LDAP initgroupsJan Zeleny2012-05-311-3/+33
* Add support for filtering atributesJan Zeleny2012-05-311-10/+10
* Ghost members - removed sdap_check_aliases()Jan Zeleny2012-05-311-7/+0
* LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher2012-05-101-5/+5
* LDAP: Treat groups with unmappable SIDs as non-POSIX groupsStephen Gallagher2012-05-031-9/+12
* LDAP: Add helper function to map IDsStephen Gallagher2012-05-031-16/+5
* LDAP: Add helper routine to convert LDAP blob to SID stringStephen Gallagher2012-05-031-28/+144
* Fix nested groups processingJakub Hrozek2012-03-081-26/+60