gssapi: add channel-bound return flag
In gss_accept_sec_context, return a new flag to let the caller know that bindings were provided and verified.
This commit is contained in:

committed by
Luke Howard

parent
33fccb8bbe
commit
51ce4c8d15
@@ -174,6 +174,7 @@ typedef OM_uint32 gss_qop_t;
|
||||
#define GSS_C_PROT_READY_FLAG 128
|
||||
#define GSS_C_TRANS_FLAG 256
|
||||
|
||||
#define GSS_C_CHANNEL_BOUND_FLAG 2048
|
||||
#define GSS_C_DCE_STYLE 4096
|
||||
#define GSS_C_IDENTIFY_FLAG 8192
|
||||
#define GSS_C_EXTENDED_ERROR_FLAG 16384
|
||||
|
Reference in New Issue
Block a user