summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_initgroups.c
Commit message (Expand)AuthorAgeFilesLines
* Fix nested groups processingJakub Hrozek2012-03-091-27/+61
* Modifications to simplify list_missing_attrsJan Zeleny2012-02-241-1/+1
* LDAP: Only use paging control on requests for multiple entriesStephen Gallagher2012-02-241-6/+12
* LDAP: Properly assign orig_dnStephen Gallagher2012-02-231-0/+1
* Fix memory hierarchy when processing nested group membershipsJakub Hrozek2012-02-141-6/+8
* LDAP: Fix incorrect search timeoutsStephen Gallagher2012-02-041-1/+1
* LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher2012-02-041-1/+34
* Use the case sensitivity flag in the LDAP providerJakub Hrozek2011-12-161-4/+13
* Use dereference during IPA provider initgroupsJakub Hrozek2011-11-301-40/+149
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-16/+7
* Squash transactions in sdap_initgr_common_storeJakub Hrozek2011-11-111-6/+25
* Use correct state struct in sdap_initgr_rfc2307bis_next_baseJakub Hrozek2011-11-071-2/+3
* Fix segfault in sdap_get_initgr_userJakub Hrozek2011-11-071-1/+2
* LDAP: Add multiple search bases for initgroups (RFC2307bis groups)Stephen Gallagher2011-11-021-77/+225
* LDAP: Add multiple search bases for initgroups (RFC2307 groups)Stephen Gallagher2011-11-021-17/+99
* LDAP: Add multiple search bases for initgroups (users)Stephen Gallagher2011-11-021-30/+72
* Steal result onto mem_ctx in sdap_initgr_nested_get_direct_parentsJakub Hrozek2011-10-311-2/+1
* RFC2307bis initgroups: fix nested groups processingJakub Hrozek2011-10-311-20/+33
* Plug memory leaks in LDAP providerJakub Hrozek2011-10-251-0/+3
* Cancel transactions correctly during initgroupsJakub Hrozek2011-10-171-13/+31
* Use fewer transactions during IPA initgroupsJakub Hrozek2011-10-171-171/+273
* Use fewer transactions during RFC2307bis initgroupsJakub Hrozek2011-10-171-346/+366
* Utility functions for LDAP nested schema initgroupsJakub Hrozek2011-10-171-0/+119
* SysDB commands that save lastUpdate allows this value to be passed inPavel Březina2011-10-131-2/+4
* Store name aliases for users, groupsJakub Hrozek2011-09-281-0/+7
* Add a sysdb_get_direct_parents functionJakub Hrozek2011-09-281-57/+5
* Moved some functions in sdap_async_initgroupsJan Zeleny2011-08-151-345/+349
* sdap_async_accounts.c splitJan Zeleny2011-08-151-0/+2049