Module Name: krb5 Committed By: raeburn Date: Tue Nov 16 05:28:39 UTC 2004 Modified Files: krb5/src/lib/krb5/ccache/ChangeLog krb5/src/lib/krb5/ccache/cc_retr.c Added Files: Removed Files: Log Message ticket: 2763 status: open Now a kvno invocation will only open the ccache file a small number of times, but there's still excessive seeking and re-reading of data happening. * cc_retr.c (krb5_cc_retrieve_cred_seq): Temporarily clear the KRB5_TC_OPENCLOSE flag on the credentials cache while reading multiple entries from it. To generate a diff of this commit: cvs diff -r5.148 -r5.149 krb5/src/lib/krb5/ccache/ChangeLog cvs diff -r5.6 -r5.7 krb5/src/lib/krb5/ccache/cc_retr.c