add basic DIR support for file caches

This commit is contained in:
Love Hornquist Astrand
2013-04-29 12:30:21 -07:00
parent e91bd34275
commit a7e86affd8
6 changed files with 599 additions and 0 deletions

View File

@@ -943,6 +943,7 @@ extern KRB5_LIB_VARIABLE const char *krb5_defkeyname;
extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_acc_ops;
extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_dcc_ops;
extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_fcc_ops;
extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_mcc_ops;
extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_kcm_ops;