summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_initgroups.c
Commit message (Expand)AuthorAgeFilesLines
* SDAP: Log failure from sysdb_handle_original_uuidLukas Slebodnik2015-06-141-0/+6
* SDAP: Remove unnecessary argument from sdap_save_userLukas Slebodnik2015-05-221-1/+1
* IPA: allow initgroups by UUID for FreeIPA usersSumit Bose2015-05-061-3/+11
* IPA: allow initgroups by SID for AD usersSumit Bose2015-04-291-0/+2
* SDAP: Filter ad groups in initgroupsLukas Slebodnik2015-04-141-0/+12
* sdap: properly handle binary objectGuid attributeSumit Bose2015-03-201-1/+6
* Add missing new lines to debug messagesLukas Slebodnik2015-03-171-3/+3
* LDAP/AD: do not resolve group members during tokenGroups requestSumit Bose2015-03-171-7/+7
* LDAP: Add UUID when saving incomplete groupsJakub Hrozek2015-01-301-3/+13
* Use the alternative objectclass in group maps.Michal Zidek2014-09-151-11/+39
* AD: process non-posix nested groups w/o tokenGroupsPavel Reichl2014-09-081-5/+1
* IPA: process non-posix nested groupsPavel Reichl2014-09-081-1/+1
* LDAP: If extra_value is 'U' do a UPN searchSumit Bose2014-09-011-2/+9
* LDAP: Enable tokenGroups with Windows Server 2003Jakub Hrozek2014-09-011-2/+2
* Revert "IPA: process non-posix nested groups"Jakub Hrozek2014-08-191-72/+3
* Revert "IPA: new attribute map for non-posix groups"Jakub Hrozek2014-08-191-9/+3
* IPA: process non-posix nested groupsPavel Reichl2014-08-191-3/+72
* IPA: new attribute map for non-posix groupsPavel Reichl2014-08-191-3/+9
* SDAP: fix use after free in async_initgroupsPavel Reichl2014-07-241-1/+0
* SDAP: reduce code duplicity-rfc2307bis nested groupsPavel Reichl2014-07-231-41/+29
* SDAP: Add option to disable use of Token-GroupsPavel Reichl2014-06-021-2/+5
* LDAP: fix - find primary group by gidPavel Reichl2014-06-021-1/+0
* LDAP: Make it possible to extend an attribute mapJakub Hrozek2014-05-021-2/+4
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-73/+100
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-164/+164
* AD: cross-domain membership fixSumit Bose2013-12-191-3/+47
* ad: use tokengroups even when id mapping is disabledPavel Březina2013-12-181-5/+5
* ad: refactor tokengroups initgroupsPavel Březina2013-12-181-8/+8
* rfc2307bis_nested_groups_send: reuse search baseSumit Bose2013-12-091-2/+7
* Remove unused parameter from sdap_save_userLukas Slebodnik2013-11-271-3/+1
* SYSDB: Drop redundant sysdb_ctx parameter from sysdb.cMichal Zidek2013-11-151-2/+1
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-8/+6
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-151-3/+3
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-151-8/+4
* sdap_idmap_domain_has_algorithmic_mapping: add domain name argumentSumit Bose2013-10-251-0/+4
* LDAP: Allow searching subdomain during RFC2307bis initgroupsJakub Hrozek2013-09-271-9/+11
* LDAP: Require ID numbers when ID mapping is offJakub Hrozek2013-09-271-4/+55
* sysdb: get_sysdb_grouplist() can return either names or dnPavel Březina2013-09-261-16/+49
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-7/+10
* sysdb_add_incomplete_group: store SID string is availableSumit Bose2013-08-191-8/+17
* save_rfc2307bis_user_memberships: use fq names for subdomainsSumit Bose2013-08-191-0/+16
* sdap_add_incomplete_groups: use fully qualified name if neededSumit Bose2013-08-191-4/+14
* sdap_get_initgr_done: use the right SID to get a GIDSumit Bose2013-08-191-1/+2
* Fix memory context for a state memberSumit Bose2013-08-071-1/+1
* LDAP: Use domain-specific name where appropriateJakub Hrozek2013-07-241-27/+24
* Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mappingSumit Bose2013-06-281-7/+13
* LDAP: return sdap search return code to IDJakub Hrozek2013-06-071-2/+2
* LDAP: new SDAP domain structureJakub Hrozek2013-06-071-8/+10
* LDAP: Pass in a connection to ID functionsJakub Hrozek2013-06-071-1/+4
* LDAP: If deref search fails, try again without derefJan Cholasta2013-03-211-1/+11