summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_initgroups.c
Commit message (Expand)AuthorAgeFilesLines
* ldap: Fallback option for rfc2307 schemaSimo Sorce2013-03-211-2/+15
* LDAP: avoid complex realloc logic in save_rfc2307bis_group_membershipsJakub Hrozek2013-01-151-12/+4
* 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
* Use proper errno codeJakub Hrozek2012-03-051-1/+1
* 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