From: Alexandra Ellwood Date: Thu, 13 Apr 2000 22:04:20 +0000 (+0000) Subject: 2000-4-13 Alexandra Ellwood X-Git-Tag: krb5-1.3-alpha1~2149 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bbd407e34ef8c108f0d83415304879b26338b0e2;p=krb5.git 2000-4-13 Alexandra Ellwood * krb5-int.h: Added support to store a krb5_principal in the os_context along with the default ccache name (if known, this principal is the same as the last time we looked at the ccache. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12164 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 4f37850bd..df89e87c6 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -787,11 +787,12 @@ KRB5_PROTOTYPE((krb5_context context, krb5_const krb5_keyblock *key, #define KRB5_LIBOS__ typedef struct _krb5_os_context { - krb5_magic magic; - krb5_int32 time_offset; - krb5_int32 usec_offset; - krb5_int32 os_flags; - char * default_ccname; + krb5_magic magic; + krb5_int32 time_offset; + krb5_int32 usec_offset; + krb5_int32 os_flags; + char * default_ccname; + krb5_principal default_ccprincipal; } *krb5_os_context; /*