summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_groups.c
Commit message (Expand)AuthorAgeFilesLines
* LDAP: store group if subdomain cannot be found by sidLukas Slebodnik2014-01-291-4/+6
* LDAP: Don't clobber original_member during enumerationJakub Hrozek2014-01-291-6/+11
* AD: cross-domain membership fixSumit Bose2013-12-191-1/+61
* AD: filter domain local groups for trusted/sub domainsSumit Bose2013-12-191-60/+100
* LDAP: Initialize user count for AD matching ruleJakub Hrozek2013-11-281-1/+1
* sdap_fill_memberships: pick correct domain for every memberPavel Březina2013-10-301-4/+19
* ghosts: pick correct domain for every memberPavel Březina2013-10-301-10/+15
* sdap_save_group: try to determine domain by SIDPavel Březina2013-10-291-7/+18
* sdap_idmap_domain_has_algorithmic_mapping: add domain name argumentSumit Bose2013-10-251-0/+1
* Fix warning: data argument not used by format stringLukas Slebodnik2013-09-111-2/+5
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-8/+11
* Use the same variable type like in struct ldb_message_elementLukas Slebodnik2013-09-111-1/+1
* Fix memory context for hash entriesSumit Bose2013-08-081-2/+4
* Prevent using uninitialized "group_name" in done section.Lukas Slebodnik2013-07-251-1/+1
* LDAP: Use domain-specific name where appropriateJakub Hrozek2013-07-241-43/+33
* Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mappingSumit Bose2013-06-281-1/+3
* LDAP: store FQDNs for trusted users and groupsJakub Hrozek2013-06-071-2/+10
* LDAP: new SDAP domain structureJakub Hrozek2013-06-071-8/+8
* Fixing critical format string issues.Lukas Slebodnik2013-05-201-1/+2
* LDAP: always store SID if availableSumit Bose2013-05-021-21/+28
* LDAP: do not invalidate pointer with realloc while processing ghost usersJakub Hrozek2013-04-191-3/+13
* refactor nested group processing: replace old codePavel Březina2013-04-021-1721/+5
* LDAP: If deref search fails, try again without derefJan Cholasta2013-03-211-2/+12
* Fix initialization of multiple variablesOndrej Kos2013-03-131-1/+1
* 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
* Add domain argument to sysdb_search_groups()Simo Sorce2013-01-151-1/+2
* Add domain arg to sysdb_search_users()Simo Sorce2013-01-151-7/+9
* Add domain argument to sysdb_store_group()Simo Sorce2013-01-151-3/+5
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-151-3/+7
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-151-1/+1
* Make sysdb_domain_dn() require a domain.Simo Sorce2013-01-151-1/+1
* 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
* Indentation fixJakub Hrozek2012-12-041-5/+2
* 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
* fix -O3 variable may be uninitialized warningsPavel Březina2012-11-161-4/+4
* Add ignore_group_members option.Paul B. Henson2012-11-151-1/+5
* 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