summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* krb5_child style fixSimo Sorce2013-02-281-11/+11
* Do not process success case in an elseJakub Hrozek2013-02-261-24/+24
* Add realm info to sss_domain_infoSimo Sorce2013-02-101-1/+2
* Fix minor grammar error in logStephen Gallagher2013-01-301-1/+1
* krb: recreate ccache if it was deletedPavel Březina2013-01-301-1/+8
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-211-4/+4
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-212-10/+12
* Introduce be_req_terminate() helperSimo Sorce2013-01-211-10/+3
* Remove sysdb as a be context structure memberSimo Sorce2013-01-213-5/+5
* Add domain argument to sysdb_cache_auth()Simo Sorce2013-01-151-1/+5
* Add domain argument to sysdb_cache_password()Simo Sorce2013-01-151-3/+5
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-151-5/+8
* Add domain argument to sysdb_get_user_attr()Simo Sorce2013-01-154-10/+12
* Change pam data auth tokens.Simo Sorce2013-01-105-147/+186
* Code can only check for cached passwordsSimo Sorce2013-01-101-4/+17
* let krb5_backup_kpasswd failover workPavel Březina2013-01-021-2/+2
* failover: Protect against empty host namesMichal Zidek2013-01-021-1/+1
* krb5 tgt renewal: fix usage of ldb_dn_get_component_val()Sumit Bose2012-12-201-4/+4
* let krb5_kpasswd failover workPavel Březina2012-12-101-3/+7
* Fix tevent_req style for krb5_authSimo Sorce2012-12-044-371/+334
* Save errno before it might be modified.Simo Sorce2012-11-261-8/+16
* Disable canonicalization during password changesSumit Bose2012-11-191-2/+43
* Fix compare_principal_realm() checkSumit Bose2012-11-191-9/+3
* Just use the service name with krb5_get_init_creds_password()Sumit Bose2012-11-191-24/+2
* Only build extract_and_send_pac on platforms that support itJakub Hrozek2012-11-121-104/+18
* KRB5: Rename variable to avoid shadowing a global declarationJakub Hrozek2012-11-121-4/+4
* Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek2012-11-121-1/+2
* Include talloc log in our debug facilityMichal Zidek2012-10-291-1/+1
* krb5_auth: update with correct UPN if neededSumit Bose2012-10-263-0/+133
* Use find_or_guess_upn() where neededSumit Bose2012-10-264-34/+49
* Add new call find_or_guess_upn()Sumit Bose2012-10-264-8/+54
* krb5_child: send back the client principalSumit Bose2012-10-263-5/+41
* krb5_mod_ccname: replace wrong memory contextSumit Bose2012-10-261-1/+1
* krb5_child: send PAC to PAC responderSumit Bose2012-10-261-1/+139
* krb5_auth: send different_realm flag to krb5_childSumit Bose2012-10-262-1/+8
* krb5_auth: check if principal belongs to a different realmSumit Bose2012-10-264-0/+43
* check_ccache_files: search sub-domains as wellSumit Bose2012-10-261-4/+14
* krb5_auth_send: check for sub-domainsSumit Bose2012-10-263-5/+37
* Only call krb5_set_trace_callback on platforms that support itJakub Hrozek2012-10-121-1/+1
* Collect krb5 trace on high debug levelsJakub Hrozek2012-10-122-2/+25
* Two fixes to child processesJakub Hrozek2012-10-121-2/+0
* Add more info about ticket validationOndrej Kos2012-10-101-0/+8
* Log possibly non-randomizable ccache file templateOndrej Kos2012-10-044-6/+26
* KRB5: Recover gracefully if the ccache file could not be reusedJakub Hrozek2012-09-241-4/+6
* KRB5 child: handle more error codes gracefullyJakub Hrozek2012-09-201-31/+26
* KRB5 child: Don't return System Error on empty passwordJakub Hrozek2012-09-201-0/+4
* Failover: use _srv_ when no primary server is definedPavel Březina2012-09-171-12/+3
* FO: Check server validity before setting statusJakub Hrozek2012-09-131-5/+9
* KRB5: Add a missing string argumentJakub Hrozek2012-09-101-1/+2
* KRB5: Return PAM_AUTH_ERR on incorrect passwordJakub Hrozek2012-09-101-19/+32