Module Name: krb5 Committed By: jaltman Date: Mon Apr 25 17:40:38 UTC 2005 Modified Files: krb5/src/lib/krb5/krb/ChangeLog krb5/src/lib/krb5/krb/get_creds.c Added Files: Removed Files: Log Message ticket: new the purpose of the krb5_get_credentials call is to obtain a set of credentials for the caller. the krb5_cc_store_cred() call is to optimize performance for future calls. Ignore any errors, since the credentials are still valid even if we fail to store them in the cache. To generate a diff of this commit: cvs diff -r5.470 -r5.471 krb5/src/lib/krb5/krb/ChangeLog cvs diff -r5.42 -r5.43 krb5/src/lib/krb5/krb/get_creds.c