summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sudo: solve problems with fully qualified namesPavel Březina2016-07-074-169/+378
* TOOLS: Add the upgrade-cache commandJakub Hrozek2016-07-073-0/+35
* TOOLS: Some tools command might not need initialization to succeedJakub Hrozek2016-07-074-38/+66
* SYSDB: qualify_attr: create new attribute only onceSumit Bose2016-07-071-3/+8
* SYSDB: Upgrade sysdb to use qualified names for users and groups, sudo rules ...Jakub Hrozek2016-07-075-3/+604
* MEMBEROF: Allow bypassing memberof during upgradeJakub Hrozek2016-07-071-0/+5
* SYSDB: Remove the timestamps cache on updateJakub Hrozek2016-07-071-3/+30
* SYSDB: Fix small issues during db upgradeJakub Hrozek2016-07-071-1/+3
* SYSDB: Allow passing a context to sysdb upgrade functionsJakub Hrozek2016-07-074-21/+50
* SYSDB: Remove useless parameter from sysdb_init()Jakub Hrozek2016-07-075-8/+6
* TESTS: Convert the tests to use qualified names for ldb lookupsJakub Hrozek2016-07-072-25/+44
* UTIL: Remove unused functionsJakub Hrozek2016-07-075-239/+0
* UTIL: Parse internal fqnames in find_domain_by_object_nameJakub Hrozek2016-07-071-2/+2
* TOOLS: sssctl: Work with trusted usersJakub Hrozek2016-07-071-22/+115
* IFP: Amend the InfoPipe responder for fqdnsJakub Hrozek2016-07-075-22/+204
* LDAP: Qualify user and group names when saving the sudo usersJakub Hrozek2016-07-073-0/+96
* IPA: Save sudoUser qualified in the cacheJakub Hrozek2016-07-073-20/+35
* RESPONDERS: Return the sysdb name from cache_reqJakub Hrozek2016-07-072-3/+3
* SELINUX: Parse the internal fqname before using itJakub Hrozek2016-07-071-26/+5
* IPA: HBAC evaluator consumes shortnamesJakub Hrozek2016-07-071-10/+28
* IPA: make get_object_from_cache() aware of UPN searchesSumit Bose2016-07-073-7/+38
* IPA: add missing user name to homedir_ctxSumit Bose2016-07-071-0/+1
* IPA: expand name in ipa_add_ad_memberships_get_next()Sumit Bose2016-07-071-1/+13
* IPA: Use internal fqname format instead of parsing NSS namesJakub Hrozek2016-07-073-67/+147
* SYSDB: Construct internal fqnames, not NSS names in sysdb_add_group_member_ov...Jakub Hrozek2016-07-071-7/+7
* AD: No need to separately qualify subdomain users anymoreJakub Hrozek2016-07-071-11/+2
* KRB5: Use shortname when expanding the user template in Kerberos ccacheJakub Hrozek2016-07-072-6/+10
* KRB5: Rely on sysdb names for the renewal taskJakub Hrozek2016-07-071-18/+6
* KRB5: Rely on internal fqname when constructing UPNsJakub Hrozek2016-07-071-10/+9
* SSS_OVERRIDE: Fixes for fully qualified namesJakub Hrozek2016-07-072-62/+87
* SSS_SEED: Use FQDN for accessing sysdbJakub Hrozek2016-07-071-15/+9
* SSS_CACHE: Don't use sss_get_domain_name, but create the internal fqname inst...Jakub Hrozek2016-07-071-12/+23
* SSS_CACHE: Make internal functions staticJakub Hrozek2016-07-071-4/+8
* TOOLS: Make the local domain operate on FQDNsJakub Hrozek2016-07-072-14/+75
* PROXY: Use fully qualified names internallyJakub Hrozek2016-07-072-43/+137
* LDAP: fix typoSumit Bose2016-07-071-1/+1
* LDAP: The access control filter just needs the plain usernameJakub Hrozek2016-07-071-3/+2
* LDAP: Delete cache entry if not found by UPNJakub Hrozek2016-07-071-0/+19
* LDAP: Use FQDNs when saving incomplete groupsJakub Hrozek2016-07-071-4/+4
* 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-072-6/+6
* SYSDB: Add a utility function to return a list of qualified namesJakub Hrozek2016-07-074-14/+49
* LDAP: Convert RFC2307 member attribute values to FQDN-style ghostnames before...Jakub Hrozek2016-07-071-2/+12
* LDAP: save users with FQDNJakub Hrozek2016-07-071-4/+38
* LDAP: Use shortname for LDAP queriesJakub Hrozek2016-07-072-29/+103
* LDAP: Rename DP filter value from name to filter_valueJakub Hrozek2016-07-073-63/+66
* SSH: Use a qualified name for user searches in the SSH responderJakub Hrozek2016-07-072-2/+10
* PAM: Use qualified names internally in the PAM responderJakub Hrozek2016-07-073-47/+113
* TESTS: Start fixing the PAM responder tests for fully qualified names in sysdbMichal Zidek2016-07-071-11/+21
* TESTS; orig_name does not need to be expanded to sysdb formatSumit Bose2016-07-071-21/+3