summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_nested_groups.c
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Shortcut looking up for group members soonerJakub Hrozek2016-06-231-10/+53
* LDAP: Decorate the hot paths in the LDAP provider with systemtap probesJakub Hrozek2016-06-101-0/+38
* SDAP: Remove unused parameter talloc contextLukas Slebodnik2016-04-051-4/+2
* tests: Add a unit test for the external groups resolutionJakub Hrozek2016-03-111-4/+6
* LDAP: Use the IPA provider interface to resolve external group membersJakub Hrozek2016-02-241-22/+593
* SDAP: use ipa_get_rdn() in nested groupsPavel Březina2016-01-191-71/+9
* SDAP: rename sdap_get_id_specific_filterPavel Březina2016-01-191-4/+2
* SDAP: Extract filtering AD group to functionLukas Slebodnik2015-04-141-21/+10
* Fix debug messages - trailing '.'Pavel Reichl2014-09-291-1/+1
* Use the alternative objectclass in group maps.Michal Zidek2014-09-151-2/+9
* SDAP: Fix using of uninitialized variableLukas Slebodnik2014-08-261-2/+5
* Revert "IPA: try to resolve nested groups as poxix group"Jakub Hrozek2014-08-191-201/+5
* IPA: try to resolve nested groups as poxix groupPavel Reichl2014-08-191-5/+201
* LDAP: Avoid undefined ret valueJakub Hrozek2014-08-061-1/+1
* Only check GID if ID-mappingJakub Hrozek2014-07-231-1/+8
* No point in searching for gid if we already know the group should be filteredJakub Hrozek2014-07-231-3/+5
* LDAP: Fix retrieving a group with no membersJakub Hrozek2014-06-271-2/+7
* LDAP: group_split_members returns incorrectly ENOMEMPavel Reichl2014-06-271-1/+4
* SDAP: return after tevent_req_errorPavel Reichl2014-06-271-1/+2
* nested groups: do not fail if we get one entry twicePavel Březina2014-06-231-4/+6
* LDAP: Make it possible to extend an attribute mapJakub Hrozek2014-05-021-2/+3
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-90/+90
* AD: filter domain local groups for trusted/sub domainsSumit Bose2013-12-191-2/+26
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-2/+2
* LDAP: Check all search bases during nested group processingJakub Hrozek2013-10-301-13/+42
* nested groups: pick correct domain for cache lookupsPavel Březina2013-10-301-4/+12
* Include header file in implementation module.Lukas Slebodnik2013-09-241-0/+1
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-1/+1
* Fix czech specific character in my namePavel Březina2013-09-021-1/+1
* nested groups: do not expect any particular number of groupsPavel Březina2013-06-181-19/+10
* nested groups: do not return ENOMEM if num_groups is 0Pavel Březina2013-06-181-6/+10
* nested groups: allocate more space if deref returns more membersPavel Březina2013-06-171-0/+21
* LDAP: new SDAP domain structureJakub Hrozek2013-06-071-15/+22
* LDAP: Fix value initialization warningsLukas Slebodnik2013-04-041-1/+1
* refactor nested group processing: add new codePavel Březina2013-04-021-0/+2229