summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_groups.c
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Don't add a user member twice when adding a primary groupJakub Hrozek2014-08-261-5/+33
* LDAP: Split out linking primary group members into a separate functionJakub Hrozek2014-08-261-7/+16
* LDAP: tokengroups do not work with id_provider=ldapPavel Reichl2014-07-211-2/+3
* SYSDB: augmented logging when adding new groupPavel Reichl2014-07-151-2/+2
* SDAP: Make nesting_level = 0 to ignore nested groupsPavel Reichl2014-06-021-7/+34
* LDAP: Make it possible to extend an attribute mapJakub Hrozek2014-05-021-3/+3
* SDAP: augmented logging for group savingPavel Reichl2014-04-141-1/+21
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-41/+56
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-153/+153
* 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-4/+10
* AD: cross-domain membership fixSumit Bose2013-12-191-1/+61
* AD: filter domain local groups for trusted/sub domainsSumit Bose2013-12-191-60/+100
* Remove unused parameter from sdap_process_missing_member_2307Lukas Slebodnik2013-11-271-4/+2
* Remove unused parameter from sdap_add_group_member_2307Lukas Slebodnik2013-11-271-4/+3
* Remove unused parameter from sdap_store_group_with_gidLukas Slebodnik2013-11-271-7/+3
* Remove unused parameter from sdap_get_members_with_primary_gidLukas Slebodnik2013-11-271-4/+4
* LDAP: Initialize user count for AD matching ruleJakub Hrozek2013-11-181-1/+1
* SYSDB: Drop redundant sysdb_ctx parameter from sysdb.cMichal Zidek2013-11-151-1/+1
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-6/+6
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-151-4/+3
* 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