2000-4-13 Alexandra Ellwood <lxs@mit.edu>
authorAlexandra Ellwood <lxs@mit.edu>
Thu, 13 Apr 2000 22:04:20 +0000 (22:04 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Thu, 13 Apr 2000 22:04:20 +0000 (22:04 +0000)
* 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

src/include/k5-int.h

index 4f37850bdad089072e387991170a661a838bb618..df89e87c6bd62882ce72b8884739597835062b9e 100644 (file)
@@ -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;
 
 /*