summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_groups.c
Commit message (Expand)AuthorAgeFilesLines
* IPA: Save groups as non-expired with ignore_group_membersaramcoJakub Hrozek2015-08-181-1/+1
* LDAP: Add the wildcard_limit optionJakub Hrozek2015-07-151-1/+7
* LDAP: Add sdap_lookup_type enumJakub Hrozek2015-07-151-11/+29
* LDAP: Use sdap_get_and_parse_generic_/_recvJakub Hrozek2015-07-151-4/+4
* SDAP: use DN to update entrySumit Bose2015-05-111-1/+2
* SDAP: Extract filtering AD group to functionLukas Slebodnik2015-04-141-26/+14
* SDAP: Do not set gid 0 twiceLukas Slebodnik2015-04-141-7/+0
* LDAP: remove unused codePavel Reichl2015-03-231-5/+1
* sdap: properly handle binary objectGuid attributeSumit Bose2015-03-201-17/+8
* LDAP/AD: do not resolve group members during tokenGroups requestSumit Bose2015-03-171-1/+35
* LDAP: retain external membersPavel Reichl2014-12-131-0/+104
* LDAP: always store UUID if availableSumit Bose2014-11-201-11/+31
* 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