summaryrefslogtreecommitdiff
path: root/src/providers/krb5
AgeCommit message (Expand)AuthorFilesLines
2012-09-20KRB5 child: handle more error codes gracefullyJakub Hrozek1-31/+26
2012-09-20KRB5 child: Don't return System Error on empty passwordJakub Hrozek1-0/+4
2012-09-17Failover: use _srv_ when no primary server is definedPavel Březina1-12/+3
2012-09-13FO: Check server validity before setting statusJakub Hrozek1-5/+9
2012-09-10KRB5: Add a missing string argumentJakub Hrozek1-1/+2
2012-09-10KRB5: Return PAM_AUTH_ERR on incorrect passwordJakub Hrozek1-19/+32
2012-09-10KRB5: cancel the sysdb transaction on one place onlyJakub Hrozek1-1/+0
2012-08-24Use new debug levels in validate_tgt()Sumit Bose1-13/+16
2012-08-24Fix fallback in validate_tgt()Sumit Bose1-8/+20
2012-08-23Fix: IPv6 address with square brackets doesn't work.Michal Zidek1-1/+14
2012-08-23Unify usage of sysdb transactionsMichal Zidek1-2/+14
2012-08-15KRB5: Only return PAM error for unreachable kpasswd when performing chpassJakub Hrozek1-2/+4
2012-08-15Duplicate detection in fail over did not work.Michal Zidek1-1/+6
2012-08-09SRV resolution for backup servers should not be permitted.Michal Zidek1-2/+9
2012-08-08Allocate on top of a talloc context, not NULLJakub Hrozek1-0/+3
2012-08-01Primary server support: new options in krb5 providerJan Zeleny3-4/+17
2012-08-01Primary server support: krb5 adaptationJan Zeleny3-49/+94
2012-08-01Primary server support: basic support in failover codeJan Zeleny1-1/+1
2012-07-18Fix uninitialized valuesNick Guay2-2/+2
2012-07-10Cast uid_t to unsigned long long in DEBUG messagesJakub Hrozek1-3/+3
2012-07-10Print based on pointer contents not addressJakub Hrozek1-1/+3
2012-07-09Fix uninitialized memcpy errorStephen Gallagher1-0/+2
2012-07-09heimdal: use sss_krb5_princ_realm to access realmRambaldi1-4/+11
2012-07-06Revert commit 4c157ecedd52602f75574605ef48d0c48e9bfbe8Stef Walter1-21/+0
2012-07-06AD: Add AD auth and chpass providersStephen Gallagher1-0/+4
2012-07-06KRB5: Create a common init routine for krb5_child optionsStephen Gallagher3-53/+129
2012-07-06KRB5: Drop memctx parameter of krb5_try_kdcipStephen Gallagher2-13/+15
2012-07-06KRB5: Some logging enhancements for krb5_childStephen Gallagher1-6/+13
2012-06-29KRB5: Initialize the credential cache type properlyStephen Gallagher1-0/+11
2012-06-20Move some debug lines to new debug log levelsStef Walter2-4/+4
2012-06-15KRB5: Avoid shadowing dirnameStephen Gallagher1-20/+21
2012-06-15KRB5: Auto-detect DIR cache support in configureStephen Gallagher4-5/+33
2012-06-15KRB5: Update DEBUG macros for create_ccache_dir and find_ccdir_parent_dataStephen Gallagher1-17/+30
2012-06-14Make krb5_ccname_template and krb5_ccachedir configurableJakub Hrozek1-2/+2
2012-06-14Use Kerberos context in KRB5_DEBUGJakub Hrozek2-55/+61
2012-06-14Add support for storing credential caches in the DIR: back endJakub Hrozek5-70/+510
2012-06-14Add a credential cache back end structureJakub Hrozek7-148/+382
2012-06-14Handle trailing slash in the ccname templateJakub Hrozek1-8/+14
2012-06-14Split parse_krb5_child_response so it can be reusedJakub Hrozek3-119/+170
2012-06-14Allow redefining the KRB5_CHILD pathJakub Hrozek1-3/+7
2012-06-14Provide more debugging in krb5_child and ldap_childJakub Hrozek1-13/+65
2012-06-14Two small krb5_child fixesJakub Hrozek1-3/+10
2012-05-31added DEBUG messages to krb5_child and ldap_childNick Guay1-3/+12
2012-05-07Only reset kpasswd server status when performing a chpass operationJakub Hrozek1-2/+3
2012-05-07Limit krb5_get_init_creds_keytab() to etypes in keytabStef Walter1-0/+21
2012-05-07Remove erroneous failure message in find_principal_in_keytabStef Walter1-1/+3
2012-05-04If canon'ing principals, write ccache with updated default principalStef Walter1-2/+6
2012-05-04Modify behavior of pam_pwd_expiration_warningJan Zeleny1-4/+27
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek2-46/+31
2012-04-05Clean up log messages about keytab_nameStephen Gallagher1-2/+4