summaryrefslogtreecommitdiff
path: root/src/providers/krb5
AgeCommit message (Expand)AuthorFilesLines
2013-03-13More generalized function open_debug_file_ex()Lukas Slebodnik1-5/+1
2013-03-08Add support for krb5 1.11's responder callback.Nathaniel McCallum4-1/+232
2013-03-04Cleanup error message handling for krb5 childSimo Sorce2-296/+240
2013-03-04krb5_child: fix value type and initializationOndrej Kos1-1/+2
2013-02-28Refactor krb5 childSimo Sorce1-288/+210
2013-02-28krb5_child style fixSimo Sorce1-11/+11
2013-02-26Do not process success case in an elseJakub Hrozek1-24/+24
2013-02-10Add realm info to sss_domain_infoSimo Sorce1-1/+2
2013-01-30Fix minor grammar error in logStephen Gallagher1-1/+1
2013-01-30krb: recreate ccache if it was deletedPavel Březina1-1/+8
2013-01-21Add be_req_get_data() helper funciton.Simo Sorce1-4/+4
2013-01-21Add be_req_get_be_ctx() helper.Simo Sorce2-10/+12
2013-01-21Introduce be_req_terminate() helperSimo Sorce1-10/+3
2013-01-21Remove sysdb as a be context structure memberSimo Sorce3-5/+5
2013-01-15Add domain argument to sysdb_cache_auth()Simo Sorce1-1/+5
2013-01-15Add domain argument to sysdb_cache_password()Simo Sorce1-3/+5
2013-01-15Add domain argument to sysdb_set_user_attr()Simo Sorce1-5/+8
2013-01-15Add domain argument to sysdb_get_user_attr()Simo Sorce4-10/+12
2013-01-10Change pam data auth tokens.Simo Sorce5-147/+186
2013-01-10Code can only check for cached passwordsSimo Sorce1-4/+17
2013-01-02let krb5_backup_kpasswd failover workPavel Březina1-2/+2
2013-01-02failover: Protect against empty host namesMichal Zidek1-1/+1
2012-12-20krb5 tgt renewal: fix usage of ldb_dn_get_component_val()Sumit Bose1-4/+4
2012-12-10let krb5_kpasswd failover workPavel Březina1-3/+7
2012-12-04Fix tevent_req style for krb5_authSimo Sorce4-371/+334
2012-11-26Save errno before it might be modified.Simo Sorce1-8/+16
2012-11-19Disable canonicalization during password changesSumit Bose1-2/+43
2012-11-19Fix compare_principal_realm() checkSumit Bose1-9/+3
2012-11-19Just use the service name with krb5_get_init_creds_password()Sumit Bose1-24/+2
2012-11-12Only build extract_and_send_pac on platforms that support itJakub Hrozek1-104/+18
2012-11-12KRB5: Rename variable to avoid shadowing a global declarationJakub Hrozek1-4/+4
2012-11-12Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek1-1/+2
2012-10-29Include talloc log in our debug facilityMichal Zidek1-1/+1
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 Bose3-5/+41
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 Bose3-5/+37
2012-10-12Only call krb5_set_trace_callback on platforms that support itJakub Hrozek1-1/+1
2012-10-12Collect krb5 trace on high debug levelsJakub Hrozek2-2/+25
2012-10-12Two fixes to child processesJakub Hrozek1-2/+0
2012-10-10Add more info about ticket validationOndrej Kos1-0/+8
2012-10-04Log possibly non-randomizable ccache file templateOndrej Kos4-6/+26
2012-09-24KRB5: Recover gracefully if the ccache file could not be reusedJakub Hrozek1-4/+6
2012-09-20KRB5 child: handle more error codes gracefullyJakub Hrozek1-31/+26