* 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(). Commit By: tlyu Revision: 18857 Changed Files: U trunk/src/include/krb5/krb5.hin U trunk/src/lib/krb5/ccache/ccbase.c U trunk/src/lib/krb5/libkrb5.exports U trunk/src/lib/krb5_32.def