From 1647de0bada208372b3966c4ab7f1e807ee9008d Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 25 Apr 2005 17:40:38 +0000 Subject: 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. ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17201 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/krb/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/lib/krb5/krb/ChangeLog') diff --git a/src/lib/krb5/krb/ChangeLog b/src/lib/krb5/krb/ChangeLog index 979d17a..26ae8fe 100644 --- a/src/lib/krb5/krb/ChangeLog +++ b/src/lib/krb5/krb/ChangeLog @@ -1,3 +1,13 @@ +2005-04024 Jeffrey Altman + + * get_creds.c: + 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. + + 2005-04-13 Ken Raeburn * Makefile.in (BISONFLAGS): Drop -v. -- cgit v1.1