summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_initgroups.c
Commit message (Expand)AuthorAgeFilesLines
* fix some 'might be used uninitialized' warningsSumit Bose2016-07-071-0/+5
* LDAP: Use fqdns during nested RFC2307 initgroupsJakub Hrozek2016-07-071-19/+3
* LDAP: make it clear that sdap_add_incomplete_groups operates on sysdb namesJakub Hrozek2016-07-071-5/+5
* SYSDB: Add a utility function to return a list of qualified namesJakub Hrozek2016-07-071-4/+4
* LDAP: Use shortname for LDAP queriesJakub Hrozek2016-07-071-21/+75
* LDAP: Rename DP filter value from name to filter_valueJakub Hrozek2016-07-071-8/+8
* SDAP: Search functions don't need to construct per-domain namesJakub Hrozek2016-07-071-11/+2
* sdap: improve filtering of multiple results in GC lookupsSumit Bose2016-03-011-42/+6
* SDAP: rename sdap_get_id_specific_filterPavel Březina2016-01-191-14/+8
* initgr: only search for primary group if it is not already cachedSumit Bose2015-11-271-21/+36
* LDAP: remove unused param. in sdap_fallback_local_userPavel Reichl2015-10-121-2/+1
* 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