summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_child.c
Commit message (Expand)AuthorAgeFilesLines
* Use new debug levels in validate_tgt()Sumit Bose2012-08-241-13/+16
* Fix fallback in validate_tgt()Sumit Bose2012-08-241-8/+20
* 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
* heimdal: use sss_krb5_princ_realm to access realmRambaldi2012-07-091-4/+11
* Revert commit 4c157ecedd52602f75574605ef48d0c48e9bfbe8Stef Walter2012-07-061-21/+0
* KRB5: Some logging enhancements for krb5_childStephen Gallagher2012-07-061-6/+13
* KRB5: Auto-detect DIR cache support in configureStephen Gallagher2012-06-151-0/+8
* Use Kerberos context in KRB5_DEBUGJakub Hrozek2012-06-141-45/+40
* Add support for storing credential caches in the DIR: back endJakub Hrozek2012-06-141-30/+198
* 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
* 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
* If canon'ing principals, write ccache with updated default principalStef Walter2012-05-041-2/+6
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-201-30/+21
* Clean up log messages about keytab_nameStephen Gallagher2012-04-051-2/+4
* krb5_child: set debugging soonerJakub Hrozek2012-03-061-12/+18
* KRB5: Add syslog messages for Kerberos failuresStephen Gallagher2012-01-311-0/+1
* Add compatibility layer for Heimdal Kerberos implementationStephen Gallagher2011-12-221-4/+6
* Securely set umask when using mkstempStephen Gallagher2011-12-191-0/+3
* Move child_common routines to utilStephen Gallagher2011-12-191-1/+1
* Add support to request canonicalization on krb AS requestsJan Zeleny2011-11-021-0/+15
* Multiline macro cleanupJakub Hrozek2011-09-281-1/+1
* DEBUG timestamps offer higher precisionPavel Březina2011-09-081-0/+2
* New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina2011-08-251-1/+3
* New DEBUG facility - conversionPavel Březina2011-08-251-0/+2
* Added some kerberos functions for building on RHEL5Jan Zeleny2011-05-051-2/+2
* Allow new option to specify principal for FASTJan Zeleny2011-04-251-3/+42
* Extend and move function for finding principal in keytabJan Zeleny2011-04-251-80/+2
* Fixes for automatic ticket renewalSumit Bose2010-12-201-2/+15
* Fix build issue with older Kerberos librarySumit Bose2010-12-081-2/+2
* Add support for FAST in krb5 providerSumit Bose2010-12-071-4/+309
* Refactor krb5_child to make helpers more flexibleSumit Bose2010-12-071-20/+36
* krb5_child returns TGT lifetimeSumit Bose2010-12-031-0/+29
* Add krb5_lifetime optionSumit Bose2010-12-031-1/+15
* Add krb5_renewable_lifetime optionSumit Bose2010-12-031-1/+17
* Check authtok type for krb5 auth and chpassSumit Bose2010-12-031-0/+12
* Add a renew task to krb5_childSumit Bose2010-12-031-0/+87
* Send authtok_type to krb5_childSumit Bose2010-12-031-0/+2
* Add krb5_kuserok() access check to krb5_childSumit Bose2010-11-041-17/+73
* Make krb5_setup() publicSumit Bose2010-11-041-3/+3
* Use new MIT krb5 API for better password expiration warningsSumit Bose2010-09-231-0/+51
* Dead assignments cleanup in providers codeJan Zeleny2010-09-081-1/+0
* Standardize on correct spelling of "principal" for krb5Stephen Gallagher2010-06-161-3/+3
* Remove krb5_changepw_principal optionJakub Hrozek2010-06-141-12/+22
* Add a missing initializerSumit Bose2010-06-091-1/+1
* Initialize pam_data in Kerberos child.Sumit Bose2010-06-061-1/+1
* Handle Krb5 password expiration warningSumit Bose2010-05-261-55/+122