summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Qualify user and group names when saving the sudo usersJakub Hrozek2016-07-063-0/+96
* IPA: Save sudoUser qualified in the cacheJakub Hrozek2016-07-063-20/+35
* RESPONDERS: Return the sysdb name from cache_reqJakub Hrozek2016-07-062-3/+3
* SELINUX: Parse the internal fqname before using itJakub Hrozek2016-07-061-26/+5
* IPA: HBAC evaluator consumes shortnamesJakub Hrozek2016-07-061-10/+28
* IPA: make get_object_from_cache() aware of UPN searchesSumit Bose2016-07-063-7/+38
* IPA: add missing user name to homedir_ctxSumit Bose2016-07-061-0/+1
* IPA: Use internal fqname format instead of parsing NSS namesJakub Hrozek2016-07-063-67/+147
* SYSDB: Construct internal fqnames, not NSS names in sysdb_add_group_member_ov...Jakub Hrozek2016-07-061-7/+7
* AD: No need to separately qualify subdomain users anymoreJakub Hrozek2016-07-061-11/+2
* KRB5: Use shortname when expanding the user template in Kerberos ccacheJakub Hrozek2016-07-062-6/+10
* KRB5: Rely on sysdb names for the renewal taskJakub Hrozek2016-07-061-18/+6
* KRB5: Rely on internal fqname when constructing UPNsJakub Hrozek2016-07-061-10/+9
* SSS_OVERRIDE: Fixes for fully qualified namesJakub Hrozek2016-07-062-62/+87
* SSS_SEED: Use FQDN for accessing sysdbJakub Hrozek2016-07-061-15/+9
* SSS_CACHE: Don't use sss_get_domain_name, but create the internal fqname inst...Jakub Hrozek2016-07-061-12/+23
* SSS_CACHE: Make internal functions staticJakub Hrozek2016-07-061-4/+8
* TOOLS: Make the local domain operate on FQDNsJakub Hrozek2016-07-062-14/+75
* PROXY: Use fully qualified names internallyJakub Hrozek2016-07-062-43/+137
* LDAP: The access control filter just needs the plain usernameJakub Hrozek2016-07-061-3/+2
* LDAP: Delete cache entry if not found by UPNJakub Hrozek2016-07-061-0/+19
* LDAP: Use FQDNs when saving incomplete groupsJakub Hrozek2016-07-061-4/+4
* LDAP: Use fqdns during nested RFC2307 initgroupsJakub Hrozek2016-07-061-19/+3
* LDAP: make it clear that sdap_add_incomplete_groups operates on sysdb namesJakub Hrozek2016-07-062-6/+6
* SYSDB: Add a utility function to return a list of qualified namesJakub Hrozek2016-07-064-14/+49
* LDAP: Convert RFC2307 member attribute values to FQDN-style ghostnames before...Jakub Hrozek2016-07-061-2/+12
* LDAP: save users with FQDNJakub Hrozek2016-07-061-4/+38
* LDAP: Use shortname for LDAP queriesJakub Hrozek2016-07-062-29/+103
* LDAP: Rename DP filter value from name to filter_valueJakub Hrozek2016-07-063-63/+66
* SSH: Use a qualified name for user searches in the SSH responderJakub Hrozek2016-07-062-2/+10
* PAM: Use qualified names internally in the PAM responderJakub Hrozek2016-07-063-47/+113
* TESTS: Start fixing the PAM responder tests for fully qualified names in sysdbMichal Zidek2016-07-061-11/+21
* TESTS; orig_name does not need to be expanded to sysdb formatSumit Bose2016-07-061-21/+3
* NSS: Fix domain for UPN based lookupsSumit Bose2016-07-061-0/+29
* NSS: Fix NSS responder to cope with fully-qualified usernamesJakub Hrozek2016-07-062-857/+1028
* NCACHE: Store FQDNs internaly, check for shortnames in filesJakub Hrozek2016-07-064-59/+216
* TESTS: Start fixing the NSS test for fully qualified names in sysdbMichal Zidek2016-07-061-61/+130
* TESTS: Fix the nested group tests to cope with FQDNsJakub Hrozek2016-07-061-43/+132
* UTIL: expand_homedir_template manages usernames internallyJakub Hrozek2016-07-066-27/+41
* RESPONDER: Add a helper function sss_resp_create_fqnameJakub Hrozek2016-07-062-0/+50
* RESPONDER: Use fqnames for cache_req lookups of users and groupsJakub Hrozek2016-07-062-77/+200
* TESTS: Convert the simple access provider to cmockaJakub Hrozek2016-07-062-686/+692
* SIMPLE: Make the simple access provider work with qualified namesJakub Hrozek2016-07-061-19/+19
* TESTS: Amend sysdb_view tests for the FQDN schemaJakub Hrozek2016-07-061-49/+77
* TESTS: Start converting the sysdb views tests to the fqname formatMichal Zidek2016-07-061-14/+35
* TESTS: Fix sysdb tests to work with the new formatJakub Hrozek2016-07-061-767/+797
* TESTS: First pass on converting the sysdb tests to the fqname formatMichal Zidek2016-07-061-97/+206
* TESTS: Fix the ldap_id_cleanup test for using qualified names in sysdbMichal Zidek2016-07-061-6/+32
* SDAP: Store SID members during AD initgroups with a qualified nameMichal Zidek2016-07-061-1/+6
* SDAP: Save user and group aliases qualifiedMichal Zidek2016-07-065-8/+30