summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_async_groups.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Fix warning: data argument not used by format stringLukas Slebodnik1-2/+5
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik1-8/+11
2013-09-11Use the same variable type like in struct ldb_message_elementLukas Slebodnik1-1/+1
2013-08-08Fix memory context for hash entriesSumit Bose1-2/+4
2013-07-25Prevent using uninitialized "group_name" in done section.Lukas Slebodnik1-1/+1
2013-07-24LDAP: Use domain-specific name where appropriateJakub Hrozek1-43/+33
2013-06-28Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mappingSumit Bose1-1/+3
2013-06-07LDAP: store FQDNs for trusted users and groupsJakub Hrozek1-2/+10
2013-06-07LDAP: new SDAP domain structureJakub Hrozek1-8/+8
2013-05-20Fixing critical format string issues.Lukas Slebodnik1-1/+2
2013-05-02LDAP: always store SID if availableSumit Bose1-21/+28
2013-04-19LDAP: do not invalidate pointer with realloc while processing ghost usersJakub Hrozek1-3/+13
2013-04-02refactor nested group processing: replace old codePavel Březina1-1721/+5
2013-03-21LDAP: If deref search fails, try again without derefJan Cholasta1-2/+12
2013-03-13Fix initialization of multiple variablesOndrej Kos1-1/+1
2013-02-27sdap_fill_memberships: continue if a member is not foud in sysdbPavel Březina1-3/+7
2013-01-28nested groups: fix group lookup hangs if member dn is incorrectPavel Březina1-0/+24
2013-01-15Add domain argument to sysdb_search_groups()Simo Sorce1-1/+2
2013-01-15Add domain arg to sysdb_search_users()Simo Sorce1-7/+9
2013-01-15Add domain argument to sysdb_store_group()Simo Sorce1-3/+5
2013-01-15Add domain argument to sysdb_set_user_attr()Simo Sorce1-3/+7
2013-01-15Add domain to sysdb_search_user_by_name()Simo Sorce1-1/+1
2013-01-15Make sysdb_domain_dn() require a domain.Simo Sorce1-1/+1
2013-01-09AD: Add user as a direct member of his primary groupJakub Hrozek1-8/+109
2013-01-09AD: replace GID/UID, do not add another oneJakub Hrozek1-5/+3
2012-12-04Indentation fixJakub Hrozek1-5/+2
2012-11-28idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek1-27/+34
2012-11-20LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek1-3/+21
2012-11-19LDAP: Refactor saving ghost usersJakub Hrozek1-88/+99
2012-11-19LDAP: use the correct memory contextJakub Hrozek1-1/+1
2012-11-19LDAP: Fix saving empty groupsJakub Hrozek1-2/+4
2012-11-19LDAP: Allocate the temporary context on NULL, not memctxJakub Hrozek1-1/+1
2012-11-16fix -O3 variable may be uninitialized warningsPavel Březina1-4/+4
2012-11-15Add ignore_group_members option.Paul B. Henson1-1/+5
2012-11-01LDAP: Better debug logging when saving groupsStephen Gallagher1-11/+75
2012-11-01LDAP: Fix off-by-one error when saving ghost usersJakub Hrozek1-1/+1
2012-10-12Create ghost users when a user DN is encountered in IPAJakub Hrozek1-37/+276
2012-09-24SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek1-1/+1
2012-08-23Unify usage of sysdb transactionsMichal Zidek1-5/+22
2012-07-09Fix incorrect error-checkStephen Gallagher1-1/+1
2012-06-20Fix possible segfault in sdap_save_group()Jan Zeleny1-2/+11
2012-06-15Fixed debug message in sdap_save_group()Jan Zeleny1-1/+1
2012-06-13Fix an issue in ghost usersJan Zeleny1-75/+47
2012-06-13LDAP: Auto-detect support for the ldap match ruleStephen Gallagher1-0/+1
2012-06-13LDAP: Add support for AD chain matching extension in group lookupsStephen Gallagher1-9/+153
2012-06-12LDAP: Remove redundant checkStephen Gallagher1-11/+0
2012-05-31Add support for filtering atributesJan Zeleny1-5/+5
2012-05-31Ghost members - support in LDAP providerJan Zeleny1-186/+286
2012-05-22LDAP nested groups: Do not process callback with _post deep in the nested str...Jakub Hrozek1-12/+10
2012-05-16Use the sysdb attribute name, not LDAP attribute nameJakub Hrozek1-1/+1