X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=moonshot%2Fmech_eap%2FgssapiP_eap.h;h=19e7fb28805c703489c75474d8700daf8418a46b;hp=d1d6bce181d8fec7d1cde2e3da443a208b4e7e3d;hb=56e9307122194ac49636ce2718523ea5889c6288;hpb=db09fc23e4dc013ecd797c51f2a8179cb0dfe670 diff --git a/moonshot/mech_eap/gssapiP_eap.h b/moonshot/mech_eap/gssapiP_eap.h index d1d6bce..19e7fb2 100644 --- a/moonshot/mech_eap/gssapiP_eap.h +++ b/moonshot/mech_eap/gssapiP_eap.h @@ -141,6 +141,7 @@ struct gss_cred_id_struct #define CTX_FLAG_INITIATOR 0x00000001 #define CTX_FLAG_KRB_REAUTH 0x00000002 +#define CTX_FLAG_KRB_REAUTH_SUPPORTED 0x00000004 #define CTX_IS_INITIATOR(ctx) (((ctx)->flags & CTX_FLAG_INITIATOR) != 0) @@ -203,6 +204,7 @@ struct gss_ctx_id_struct #define reauthCtx ctxU.reauth #endif } ctxU; + gss_buffer_desc conversation; }; #define TOK_FLAG_SENDER_IS_ACCEPTOR 0x01