summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_groups.c
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Fix crash when processing nested groupsJakub Hrozek2013-08-081-4/+16
* Add ignore_group_members option.Paul B. Henson2013-05-311-1/+5
* LDAP: do not invalidate pointer with realloc while processing ghost usersJakub Hrozek2013-04-191-3/+13
* sdap_fill_memberships: continue if a member is not foud in sysdbPavel Březina2013-02-271-3/+7
* nested groups: fix group lookup hangs if member dn is incorrectPavel Březina2013-01-281-0/+24
* AD: Add user as a direct member of his primary groupJakub Hrozek2013-01-091-8/+109
* AD: replace GID/UID, do not add another oneJakub Hrozek2013-01-091-5/+3
* idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek2012-11-281-27/+34
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-201-3/+21
* LDAP: Refactor saving ghost usersJakub Hrozek2012-11-191-88/+99
* LDAP: use the correct memory contextJakub Hrozek2012-11-191-1/+1
* LDAP: Fix saving empty groupsJakub Hrozek2012-11-191-2/+4
* LDAP: Allocate the temporary context on NULL, not memctxJakub Hrozek2012-11-191-1/+1
* LDAP: Better debug logging when saving groupsStephen Gallagher2012-11-011-11/+75
* LDAP: Fix off-by-one error when saving ghost usersJakub Hrozek2012-11-011-1/+1
* Create ghost users when a user DN is encountered in IPAJakub Hrozek2012-10-121-37/+276
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-241-1/+1
* Unify usage of sysdb transactionsMichal Zidek2012-08-231-5/+22
* Fix incorrect error-checkStephen Gallagher2012-07-091-1/+1
* Fix possible segfault in sdap_save_group()Jan Zeleny2012-06-201-2/+11
* Fixed debug message in sdap_save_group()Jan Zeleny2012-06-151-1/+1
* Fix an issue in ghost usersJan Zeleny2012-06-131-75/+47
* LDAP: Auto-detect support for the ldap match ruleStephen Gallagher2012-06-131-0/+1
* LDAP: Add support for AD chain matching extension in group lookupsStephen Gallagher2012-06-131-9/+153
* LDAP: Remove redundant checkStephen Gallagher2012-06-121-11/+0
* Add support for filtering atributesJan Zeleny2012-05-311-5/+5
* Ghost members - support in LDAP providerJan Zeleny2012-05-311-186/+286
* LDAP nested groups: Do not process callback with _post deep in the nested str...Jakub Hrozek2012-05-221-12/+10
* Use the sysdb attribute name, not LDAP attribute nameJakub Hrozek2012-05-161-1/+1
* LDAP: Handle very large Active Directory groupsStephen Gallagher2012-05-101-17/+37
* LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher2012-05-101-6/+8
* LDAP: Add helper function to map IDsStephen Gallagher2012-05-031-46/+2
* LDAP: Do not remove uidNumber and gidNumber attributes when saving id-mapped ...Stephen Gallagher2012-05-031-0/+5
* LDAP: Add helper routine to convert LDAP blob to SID stringStephen Gallagher2012-05-031-20/+4
* LDAP: Allow looking up ID-mapped groups by nameStephen Gallagher2012-05-031-18/+105
* LDAP: check return value of sysdb_attrs_get_elJakub Hrozek2012-05-021-0/+7
* Fixed minor memory leak in ldap providerJan Zeleny2012-04-181-0/+1
* Fixed memory context in sdap_fill_memberships()Jan Zeleny2012-04-181-1/+1
* Removed unused block of code is sdap_fill_memberships()Jan Zeleny2012-04-181-57/+29
* Removed a block of dead code in sdap_async_groups.cJan Zeleny2012-04-181-20/+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-5/+10
* LDAP: Ignore group member users that do not have name attributesStephen Gallagher2012-02-171-2/+2
* Fix memory hierarchy when processing nested group membershipsJakub Hrozek2012-02-141-2/+2
* NSS: Add individual timeouts for entry typesStephen Gallagher2012-02-041-7/+7
* LDAP: Fix incorrect search timeoutsStephen Gallagher2012-02-041-1/+1
* LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher2012-02-041-0/+9
* Logically dead code in sdap_nested_group_lookup_groupPavel Březina2011-12-161-1/+1
* Use the case sensitivity flag in the LDAP providerJakub Hrozek2011-12-161-2/+2
* Refactor saving sdap entitiesJakub Hrozek2011-12-161-39/+10