svn rev #23420: branches/fast-negotiate/src/lib/krb5/krb/

hartmans@MIT.EDU hartmans at MIT.EDU
Wed Dec 2 11:16:44 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=23420
Commit By: hartmans
Log Message:
Variables needed by fast negotiation in the init creds context


Changed Files:
U   branches/fast-negotiate/src/lib/krb5/krb/init_creds_ctx.h
Modified: branches/fast-negotiate/src/lib/krb5/krb/init_creds_ctx.h
===================================================================
--- branches/fast-negotiate/src/lib/krb5/krb/init_creds_ctx.h	2009-12-02 16:16:41 UTC (rev 23419)
+++ branches/fast-negotiate/src/lib/krb5/krb/init_creds_ctx.h	2009-12-02 16:16:44 UTC (rev 23420)
@@ -30,6 +30,9 @@
     krb5_keyblock as_key;
     krb5_enctype etype;
     krb5_preauth_client_rock get_data_rock;
+    krb5_boolean enc_pa_rep_permitted;
+    krb5_boolean have_restarted;
+    krb5_boolean sent_nontrivial_preauth;
 };
 
 #define KRB5_INIT_CREDS_STEP_FLAG_COMPLETE          0x1




More information about the cvs-krb5 mailing list