summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_async_groups.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-10LDAP: Handle very large Active Directory groupsStephen Gallagher1-17/+37
2012-05-10LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher1-6/+8
2012-05-03LDAP: Add helper function to map IDsStephen Gallagher1-46/+2
2012-05-03LDAP: Do not remove uidNumber and gidNumber attributes when saving id-mapped ...Stephen Gallagher1-0/+5
2012-05-03LDAP: Add helper routine to convert LDAP blob to SID stringStephen Gallagher1-20/+4
2012-05-03LDAP: Allow looking up ID-mapped groups by nameStephen Gallagher1-18/+105
2012-05-02LDAP: check return value of sysdb_attrs_get_elJakub Hrozek1-0/+7
2012-04-18Fixed minor memory leak in ldap providerJan Zeleny1-0/+1
2012-04-18Fixed memory context in sdap_fill_memberships()Jan Zeleny1-1/+1
2012-04-18Removed unused block of code is sdap_fill_memberships()Jan Zeleny1-57/+29
2012-04-18Removed a block of dead code in sdap_async_groups.cJan Zeleny1-20/+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-5/+10
2012-02-17LDAP: Ignore group member users that do not have name attributesStephen Gallagher1-2/+2
2012-02-14Fix memory hierarchy when processing nested group membershipsJakub Hrozek1-2/+2
2012-02-04NSS: Add individual timeouts for entry typesStephen Gallagher1-7/+7
2012-02-04LDAP: Fix incorrect search timeoutsStephen Gallagher1-1/+1
2012-02-04LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher1-0/+9
2011-12-16Logically dead code in sdap_nested_group_lookup_groupPavel Březina1-1/+1
2011-12-16Use the case sensitivity flag in the LDAP providerJakub Hrozek1-2/+2
2011-12-16Refactor saving sdap entitiesJakub Hrozek1-39/+10
2011-12-14Support search bases in RFC2307bis enumerationPavel Březina1-10/+145
2011-11-29Fix two small bugs in group dereferencingJakub Hrozek1-2/+5
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-12/+6
2011-11-11Use one transaction instead of two during RFC2307bis group processingJakub Hrozek1-31/+55
2011-11-08LDAP: Remove redundant groups from the lookup listStephen Gallagher1-23/+0
2011-11-02LDAP: Add support for multiple search bases for group enumerationStephen Gallagher1-21/+95
2011-11-02LDAP: Support multiple group search bases (non-enumeration, RFC2307)Stephen Gallagher1-13/+62
2011-10-13SysDB commands that save lastUpdate allows this value to be passed inPavel Březina1-12/+22
2011-10-06Fix small bug where TALLOC_CTX could end up unfreed.Pavel Zuna1-3/+3
2011-09-28Store name aliases for users, groupsJakub Hrozek1-37/+92
2011-09-06Allow turning dereference off by setting the threshold to 0Jakub Hrozek1-1/+1
2011-08-29Fix moving to next entry in deref codeJakub Hrozek1-1/+6
2011-08-15Moved some functions in sdap_async_groupsJan Zeleny1-122/+112
2011-08-15Confusing part of code cleared outJan Zeleny1-34/+32
2011-08-15sdap_async_accounts.c splitJan Zeleny1-0/+2810