summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/cc-int.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-09-05 16:26:30 +0000
committerGreg Hudson <ghudson@mit.edu>2011-09-05 16:26:30 +0000
commit319c01a8f523843169b9e5342ac2d085ad67f8a2 (patch)
tree7ca10d1eb47f4c48f38d0132e1dcb7108f431bf0 /src/lib/krb5/ccache/cc-int.h
parentca474e3041b3916d65ea8c3383da03de71c2405a (diff)
downloadkrb5-319c01a8f523843169b9e5342ac2d085ad67f8a2.tar.gz
krb5-319c01a8f523843169b9e5342ac2d085ad67f8a2.tar.xz
krb5-319c01a8f523843169b9e5342ac2d085ad67f8a2.zip
Add the DIR ccache type
The DIR ccache type supports a collection of credential caches within a private directory (which must be created out of band). One cache is designated as primary at any given time. Setting the default cache name to DIR:dirname will cause caches within dirname to be present in the global cache collection. ticket: 6953 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25154 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/ccache/cc-int.h')
-rw-r--r--src/lib/krb5/ccache/cc-int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/cc-int.h b/src/lib/krb5/ccache/cc-int.h
index 97fed6362f..aeb1447ce7 100644
--- a/src/lib/krb5/ccache/cc-int.h
+++ b/src/lib/krb5/ccache/cc-int.h
@@ -112,4 +112,7 @@ k5_cc_mutex_force_unlock(k5_cc_mutex *m);
krb5_error_code
k5_cccol_force_unlock(void);
+krb5_error_code
+krb5int_fcc_new_unique(krb5_context context, char *template, krb5_ccache *id);
+
#endif /* __KRB5_CCACHE_H__ */