summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2012-11-12Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek1-1/+2
2012-11-10Do not remove a group if it has members from subdomainsSumit Bose1-4/+15
2012-11-08Clarify debug message about initgroups and subdomainsSumit Bose1-0/+7
2012-11-08do not default fullname to gecos when schema = adPavel Březina1-0/+14
2012-11-01LDAP: Better debug logging when saving groupsStephen Gallagher1-11/+75
2012-11-01LDAP: Fix off-by-one error when saving ghost usersJakub Hrozek1-1/+1
2012-10-29Include talloc log in our debug facilityMichal Zidek4-5/+4
2012-10-26Make sub-domains case-insensitiveSumit Bose1-2/+23
2012-10-26krb5_auth: update with correct UPN if neededSumit Bose3-0/+133
2012-10-26Use find_or_guess_upn() where neededSumit Bose4-34/+49
2012-10-26Add new call find_or_guess_upn()Sumit Bose4-8/+54
2012-10-26krb5_child: send back the client principalSumit Bose4-5/+42
2012-10-26krb5_mod_ccname: replace wrong memory contextSumit Bose1-1/+1
2012-10-26krb5_child: send PAC to PAC responderSumit Bose1-1/+139
2012-10-26krb5_auth: send different_realm flag to krb5_childSumit Bose2-1/+8
2012-10-26krb5_auth: check if principal belongs to a different realmSumit Bose4-0/+43
2012-10-26check_ccache_files: search sub-domains as wellSumit Bose1-4/+14
2012-10-26krb5_auth_send: check for sub-domainsSumit Bose4-11/+37
2012-10-26subdomain-id: Generate homedir only for users not groupsSumit Bose1-10/+12
2012-10-24KRB5: Return error when principal selection failsJakub Hrozek1-1/+4
2012-10-24sudo refresh: handle errors properlyPavel Březina1-8/+25
2012-10-24sudo: do not fail if usn value is zero but full refresh is completedPavel Březina2-7/+19
2012-10-16Make TTL configurable for dynamic dns updatesJames Hogarth3-2/+14
2012-10-15LDAP: Check validity of naming_contextJakub Hrozek1-1/+1
2012-10-12Only call krb5_set_trace_callback on platforms that support itJakub Hrozek2-2/+2
2012-10-12Create ghost users when a user DN is encountered in IPAJakub Hrozek1-37/+276
2012-10-12Allow extdom exop to return flat domain name as wellSumit Bose4-4/+37
2012-10-12Collect krb5 trace on high debug levelsJakub Hrozek4-3/+50
2012-10-12Two fixes to child processesJakub Hrozek2-6/+5
2012-10-10Add more info about ticket validationOndrej Kos1-0/+8
2012-10-10Fix segfault when ID-mapping an entry without a SIDJakub Hrozek1-1/+1
2012-10-05SSH: Refactor sysdb and related codeJan Cholasta1-2/+16
2012-10-04Fix default upper limit of slicesOndrej Kos3-3/+3
2012-10-04Slices calculation is alway wrong for default valuesOndrej Kos1-2/+2
2012-10-04Log possibly non-randomizable ccache file templateOndrej Kos4-6/+26
2012-10-04Remove unused variableJakub Hrozek1-6/+0
2012-10-03Variable in sdap_sudo_rules_refresh_send could be used, uninitialized.Michal Zidek1-0/+1
2012-10-02Flip the default value of ldap_initgroups_use_matching_rule_in_chainJakub Hrozek2-2/+2
2012-10-02remove left over principal selectionPavel Březina1-21/+0
2012-09-26LDAP: Handle empty namingContexts values safelyStephen Gallagher1-0/+8
2012-09-24KRB5: Recover gracefully if the ccache file could not be reusedJakub Hrozek1-4/+6
2012-09-24Bad debug message when no dns_discovery_domain specified.Michal Zidek1-3/+11
2012-09-24SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek5-12/+6
2012-09-24AUTOFS: Use both key and value in entry RDNJakub Hrozek1-2/+10
2012-09-24AUTOFS: Add entry objects below map objectsJakub Hrozek1-43/+91
2012-09-24AUTOFS: Do not fail if search base is not providedJakub Hrozek1-2/+2
2012-09-24AD: Handle sysdb lookup failure during tokenGroups processingStephen Gallagher1-0/+6
2012-09-24Make subdomain discovery less noisySumit Bose1-15/+16
2012-09-24sdap_add_incomplete_groups(): fix ret may be uninitialized warningPavel Březina1-1/+1
2012-09-24AD: Optimize initgroups lookups with tokenGroupsStephen Gallagher3-4/+313