summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
Commit message (Expand)AuthorAgeFilesLines
* Fix krbcc dir creation issue with MIT krb5 1.11Lukas Slebodnik2013-04-152-35/+85
* Fix minor grammar error in logStephen Gallagher2013-01-301-1/+1
* krb: recreate ccache if it was deletedPavel Březina2013-01-301-1/+8
* let krb5_backup_kpasswd failover workPavel Březina2013-01-021-2/+2
* 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-111-3/+4
* KRB5: Work around const warning for krb5 releases older than 1.11Sumit Bose2012-11-191-1/+1
* 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
* 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
* KRB5: cancel the sysdb transaction on one place onlyJakub Hrozek2012-09-101-1/+0
* Use new debug levels in validate_tgt()Sumit Bose2012-08-241-13/+16
* Fix fallback in validate_tgt()Sumit Bose2012-08-241-8/+20
* Fix: IPv6 address with square brackets doesn't work.Michal Zidek2012-08-231-1/+14
* Unify usage of sysdb transactionsMichal Zidek2012-08-231-2/+14
* KRB5: Only return PAM error for unreachable kpasswd when performing chpassJakub Hrozek2012-08-151-2/+4
* Duplicate detection in fail over did not work.Michal Zidek2012-08-151-1/+6
* SRV resolution for backup servers should not be permitted.Michal Zidek2012-08-091-2/+9
* Allocate on top of a talloc context, not NULLJakub Hrozek2012-08-081-0/+3
* Primary server support: new options in krb5 providerJan Zeleny2012-08-013-4/+17
* Primary server support: krb5 adaptationJan Zeleny2012-08-013-49/+94
* Primary server support: basic support in failover codeJan Zeleny2012-08-011-1/+1
* Fix uninitialized valuesNick Guay2012-07-182-2/+2
* Cast uid_t to unsigned long long in DEBUG messagesJakub Hrozek2012-07-101-3/+3
* Print based on pointer contents not addressJakub Hrozek2012-07-101-1/+3