name.
krb5.hin (krb5_cc_set_default_name): Add function prototype which sets
the defulat ccache name.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11139
dc483132-0cff-0310-8789-
dd5450dbe970
+1999-02-01 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * k5-int.h: Add an entry to the os_context to store the default
+ ccache name.
+
+ * krb5.hin (krb5_cc_set_default_name): Add function prototype
+ which sets the defulat ccache name.
+
Thu Jan 21 15:23:28 1999 Theodore Y. Ts'o <tytso@mit.edu>
* krb5.hin: Fix realm iterator prototypes so that they use
krb5_int32 time_offset;
krb5_int32 usec_offset;
krb5_int32 os_flags;
+ char * default_ccname;
} *krb5_os_context;
/*
krb5_ccache FAR * ));
KRB5_DLLIMP const char FAR * KRB5_CALLCONV krb5_cc_default_name
KRB5_PROTOTYPE((krb5_context));
+KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_cc_set_default_name
+ KRB5_PROTOTYPE((krb5_context, const char *));
KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_cc_default
KRB5_PROTOTYPE((krb5_context,
krb5_ccache FAR *));