summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5_32.def
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-09-05 16:26:37 +0000
committerGreg Hudson <ghudson@mit.edu>2011-09-05 16:26:37 +0000
commitf784a37909b68b7dfc1eed8c3a0e014639c90e45 (patch)
treefab81e4348cffe5ff453522f76ee49d6f5528cb3 /src/lib/krb5_32.def
parent319c01a8f523843169b9e5342ac2d085ad67f8a2 (diff)
downloadkrb5-f784a37909b68b7dfc1eed8c3a0e014639c90e45.tar.gz
krb5-f784a37909b68b7dfc1eed8c3a0e014639c90e45.tar.xz
krb5-f784a37909b68b7dfc1eed8c3a0e014639c90e45.zip
Add new cache collection APIs
* krb5_cc_get_full_name retrieves the full type:name of a cache. * krb5_cc_switch makes a cache the primary cache. * krb5_cc_cache_match searches the collection for a client principal. * krb5_free_string releases a string (for the krb5_cc_get_full_name result). All of these are from Heimdal except for krb5_free_string (Heimdal uses krb5_xfree). ticket: 6954 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25155 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5_32.def')
-rw-r--r--src/lib/krb5_32.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/krb5_32.def b/src/lib/krb5_32.def
index cff28772ae..0afa6e499f 100644
--- a/src/lib/krb5_32.def
+++ b/src/lib/krb5_32.def
@@ -412,3 +412,8 @@ EXPORTS
krb5_init_context_profile @386
krb5int_c_mandatory_cksumtype @387 ; PRIVATE GSSAPI
krb5int_arcfour_gsscrypt @388 ; PRIVATE GSSAPI
+ krb5_cc_cache_match @389
+ krb5_cc_get_full_name @390
+ krb5_cc_support_switch @391
+ krb5_cc_switch @392
+ krb5_free_string @393