summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* KRB5: Auto-detect DIR cache support in configureStephen Gallagher2012-06-154-5/+33
* KRB5: Update DEBUG macros for create_ccache_dir and find_ccdir_parent_dataStephen Gallagher2012-06-151-17/+30
* Make krb5_ccname_template and krb5_ccachedir configurableJakub Hrozek2012-06-141-2/+2
* Use Kerberos context in KRB5_DEBUGJakub Hrozek2012-06-142-55/+61
* Add support for storing credential caches in the DIR: back endJakub Hrozek2012-06-145-70/+510
* Add a credential cache back end structureJakub Hrozek2012-06-147-148/+382
* Handle trailing slash in the ccname templateJakub Hrozek2012-06-141-8/+14
* Split parse_krb5_child_response so it can be reusedJakub Hrozek2012-06-143-119/+170
* Allow redefining the KRB5_CHILD pathJakub Hrozek2012-06-141-3/+7
* Provide more debugging in krb5_child and ldap_childJakub Hrozek2012-06-141-13/+65
* Two small krb5_child fixesJakub Hrozek2012-06-141-3/+10
* added DEBUG messages to krb5_child and ldap_childNick Guay2012-05-311-3/+12
* Only reset kpasswd server status when performing a chpass operationJakub Hrozek2012-05-071-2/+3
* Limit krb5_get_init_creds_keytab() to etypes in keytabStef Walter2012-05-071-0/+21
* Remove erroneous failure message in find_principal_in_keytabStef Walter2012-05-071-1/+3