summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_async_initgroups.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-27LDAP: Allow searching subdomain during RFC2307bis initgroupsJakub Hrozek1-9/+11
2013-09-27LDAP: Require ID numbers when ID mapping is offJakub Hrozek1-4/+55
2013-09-26sysdb: get_sysdb_grouplist() can return either names or dnPavel Březina1-16/+49
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik1-7/+10
2013-08-19sysdb_add_incomplete_group: store SID string is availableSumit Bose1-8/+17
2013-08-19save_rfc2307bis_user_memberships: use fq names for subdomainsSumit Bose1-0/+16
2013-08-19sdap_add_incomplete_groups: use fully qualified name if neededSumit Bose1-4/+14
2013-08-19sdap_get_initgr_done: use the right SID to get a GIDSumit Bose1-1/+2
2013-08-07Fix memory context for a state memberSumit Bose1-1/+1
2013-07-24LDAP: Use domain-specific name where appropriateJakub Hrozek1-27/+24
2013-06-28Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mappingSumit Bose1-7/+13
2013-06-07LDAP: return sdap search return code to IDJakub Hrozek1-2/+2
2013-06-07LDAP: new SDAP domain structureJakub Hrozek1-8/+10
2013-06-07LDAP: Pass in a connection to ID functionsJakub Hrozek1-1/+4
2013-03-21LDAP: If deref search fails, try again without derefJan Cholasta1-1/+11
2013-03-20ldap: Fallback option for rfc2307 schemaSimo Sorce1-2/+15
2013-03-19Removing unused declaration of functions and variable.Lukas Slebodnik1-10/+0
2013-03-13Fix initialization of multiple variablesOndrej Kos1-1/+1
2013-01-21Remove sysdb as a be context structure memberSimo Sorce1-1/+1
2013-01-15LDAP: avoid complex realloc logic in save_rfc2307bis_group_membershipsJakub Hrozek1-12/+4
2013-01-15Add domain arguemnt to sysdb_get_real_name()Simo Sorce1-1/+2
2013-01-15Add domain arg to sysdb group member functionsSimo Sorce1-5/+7
2013-01-15Add domain arguments to sysdb_add_group functions.Simo Sorce1-2/+2
2013-01-15Add domain to sysdb_search_group_by_name()Simo Sorce1-6/+12
2013-01-15Add domain to sysdb_search_user_by_name()Simo Sorce1-10/+22
2012-12-10LDAP: remove dead assignmentJakub Hrozek1-1/+0
2012-12-05LDAP: Continue adjusting group membership even if there is nothing to addJakub Hrozek1-2/+1
2012-09-24sdap_add_incomplete_groups(): fix ret may be uninitialized warningPavel Březina1-1/+1
2012-09-24AD: Optimize initgroups lookups with tokenGroupsStephen Gallagher1-4/+20
2012-08-23Unify usage of sysdb transactionsMichal Zidek1-27/+47
2012-08-21Remove compilation warning: ret may be uninitializedPavel Březina1-0/+2
2012-08-21Process all groups from a single nesting levelJakub Hrozek1-4/+14
2012-08-10When ldap_group_nesting_level was reached, the LDAP provider tried to link gr...Michal Zidek1-1/+45
2012-06-13LDAP: Auto-detect support for the ldap match ruleStephen Gallagher1-1/+3
2012-06-13LDAP: Add support for AD chain matching extension in initgroupsStephen Gallagher1-9/+20
2012-06-12LDAP: Make sdap_initgr_common_store() non-staticStephen Gallagher1-7/+7
2012-06-12LDAP: Add helper function to get list of a user's groups from sysdbStephen Gallagher1-33/+64
2012-06-12LDAP: Fix incorrect switch statement in sdap_get_initgr_done()Stephen Gallagher1-1/+1
2012-05-31Utilize attribute exclusion in LDAP initgroupsJan Zeleny1-3/+33
2012-05-31Add support for filtering atributesJan Zeleny1-10/+10
2012-05-31Ghost members - removed sdap_check_aliases()Jan Zeleny1-7/+0
2012-05-10LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher1-5/+5
2012-05-03LDAP: Treat groups with unmappable SIDs as non-POSIX groupsStephen Gallagher1-9/+12
2012-05-03LDAP: Add helper function to map IDsStephen Gallagher1-16/+5
2012-05-03LDAP: Add helper routine to convert LDAP blob to SID stringStephen Gallagher1-28/+144
2012-03-08Fix nested groups processingJakub Hrozek1-26/+60
2012-03-05Use proper errno codeJakub Hrozek1-1/+1
2012-02-24Modifications to simplify list_missing_attrsJan Zeleny1-1/+1
2012-02-24LDAP: Only use paging control on requests for multiple entriesStephen Gallagher1-6/+12
2012-02-23LDAP: Properly assign orig_dnStephen Gallagher1-0/+1