add GSS_C_EXPECTING_MECH_LIST_MIC_FLAG

From: Luke Howard <lukeh@padl.com>


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13697 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-04-07 14:26:15 +00:00
parent c9c5b06dce
commit 274b1f4fd9
2 changed files with 16 additions and 0 deletions

View File

@@ -116,6 +116,14 @@ typedef OM_uint32 gss_qop_t;
#define GSS_C_PROT_READY_FLAG 128
#define GSS_C_TRANS_FLAG 256
/*
* GSS_C_EXPECTING_MECH_LIST_MIC_FLAG - Setting this flag causes the
* initiator to insist that the acceptor integrity protect the mechanism
* list when using SPNEGO. This can be forced on by setting the
* [gssapi]require_mechlist_mic option in krb5.conf.
*/
#define GSS_C_EXPECTING_MECH_LIST_MIC_FLAG 0x10000
/*
* Credential usage options
*/

View File

@@ -116,6 +116,14 @@ typedef OM_uint32 gss_qop_t;
#define GSS_C_PROT_READY_FLAG 128
#define GSS_C_TRANS_FLAG 256
/*
* GSS_C_EXPECTING_MECH_LIST_MIC_FLAG - Setting this flag causes the
* initiator to insist that the acceptor integrity protect the mechanism
* list when using SPNEGO. This can be forced on by setting the
* [gssapi]require_mechlist_mic option in krb5.conf.
*/
#define GSS_C_EXPECTING_MECH_LIST_MIC_FLAG 0x10000
/*
* Credential usage options
*/