* src/lib/krb5/ccache/ccbase.c (krb5int_cc_getops): Internal
authorTom Yu <tlyu@mit.edu>
Sat, 18 Nov 2006 01:53:27 +0000 (01:53 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 18 Nov 2006 01:53:27 +0000 (01:53 +0000)
commitea34547e917e0b72b41c453ec60e9784fdff079c
tree107e7435e5f508a2ac3c19aac14376e56bfab3a1
parent6c3f85e40270175d3f178d013a65cce358646fcb
* src/lib/krb5/ccache/ccbase.c (krb5int_cc_getops): Internal
function to fetch ops vector given ccache prefix string.
(krb5_cc_new_unique): New function to generate a new unique
ccache of a given type.

* src/include/krb5/krb5.hin: Prototype for krb5_cc_new_unique().

* src/lib/krb5/libkrb5.exports:
* src/lib/krb5_32.def: Add krb5_cc_new_unique().

ticket: 3091
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18857 dc483132-0cff-0310-8789-dd5450dbe970
src/include/krb5/krb5.hin
src/lib/krb5/ccache/ccbase.c
src/lib/krb5/libkrb5.exports
src/lib/krb5_32.def