summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_initgroups.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ldap: Fallback option for rfc2307 schemaSimo Sorce2013-03-201-2/+15
* Removing unused declaration of functions and variable.Lukas Slebodnik2013-03-191-10/+0
* Fix initialization of multiple variablesOndrej Kos2013-03-131-1/+1
* Remove sysdb as a be context structure memberSimo Sorce2013-01-211-1/+1
* LDAP: avoid complex realloc logic in save_rfc2307bis_group_membershipsJakub Hrozek2013-01-151-12/+4
* Add domain arguemnt to sysdb_get_real_name()Simo Sorce2013-01-151-1/+2
* Add domain arg to sysdb group member functionsSimo Sorce2013-01-151-5/+7
* Add domain arguments to sysdb_add_group functions.Simo Sorce2013-01-151-2/+2
* Add domain to sysdb_search_group_by_name()Simo Sorce2013-01-151-6/+12