Now a kvno invocation will only open the ccache file a small number of
authorKen Raeburn <raeburn@mit.edu>
Tue, 16 Nov 2004 05:28:38 +0000 (05:28 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 16 Nov 2004 05:28:38 +0000 (05:28 +0000)
commit809b846a4745a17bdc03f4b26ee8431de7c13240
treeee3502c106d91dd2763c148336d33708bf6f244f
parentd56de4daa597e0534354cd97114ca66755384c1c
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.

ticket: 2763
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16873 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/ChangeLog
src/lib/krb5/ccache/cc_retr.c