summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
Commit message (Expand)AuthorAgeFilesLines
* Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek2012-11-151-1/+2
* Only build extract_and_send_pac on platforms that support itJakub Hrozek2012-11-151-104/+18
* KRB5: Rename variable to avoid shadowing a global declarationJakub Hrozek2012-11-141-4/+4
* krb5_auth: update with correct UPN if neededSumit Bose2012-11-053-0/+133
* Use find_or_guess_upn() where neededSumit Bose2012-11-054-34/+49
* Add new call find_or_guess_upn()Sumit Bose2012-11-054-8/+54
* krb5_child: send back the client principalSumit Bose2012-11-053-5/+41
* krb5_mod_ccname: replace wrong memory contextSumit Bose2012-11-051-1/+1
* krb5_child: send PAC to PAC responderSumit Bose2012-11-051-1/+139
* krb5_auth: send different_realm flag to krb5_childSumit Bose2012-11-052-1/+8
* krb5_auth: check if principal belongs to a different realmSumit Bose2012-11-054-0/+43
* check_ccache_files: search sub-domains as wellSumit Bose2012-11-051-4/+14
* krb5_auth_send: check for sub-domainsSumit Bose2012-11-053-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
* Fix uninitialized memcpy errorStephen Gallagher2012-07-091-0/+2
* heimdal: use sss_krb5_princ_realm to access realmRambaldi2012-07-091-4/+11
* Revert commit 4c157ecedd52602f75574605ef48d0c48e9bfbe8Stef Walter2012-07-061-21/+0
* AD: Add AD auth and chpass providersStephen Gallagher2012-07-061-0/+4
* KRB5: Create a common init routine for krb5_child optionsStephen Gallagher2012-07-063-53/+129
* KRB5: Drop memctx parameter of krb5_try_kdcipStephen Gallagher2012-07-062-13/+15
* KRB5: Some logging enhancements for krb5_childStephen Gallagher2012-07-061-6/+13
* KRB5: Initialize the credential cache type properlyStephen Gallagher2012-06-291-0/+11
* Move some debug lines to new debug log levelsStef Walter2012-06-202-4/+4
* KRB5: Avoid shadowing dirnameStephen Gallagher2012-06-151-20/+21