mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
CVE-2016-2110: libcli/auth: add SPNEGO_REQUEST_MIC to enum spnego_negResult
This is defined in http://www.ietf.org/rfc/rfc4178.txt. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11644 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
001735a804
commit
574535c74d
@ -45,7 +45,11 @@ enum spnego_negResult {
|
||||
SPNEGO_ACCEPT_COMPLETED = 0,
|
||||
SPNEGO_ACCEPT_INCOMPLETE = 1,
|
||||
SPNEGO_REJECT = 2,
|
||||
SPNEGO_NONE_RESULT = 3
|
||||
SPNEGO_REQUEST_MIC = 3,
|
||||
/*
|
||||
* The max value is 0xff (255) on the wire
|
||||
*/
|
||||
SPNEGO_NONE_RESULT = 256
|
||||
};
|
||||
|
||||
struct spnego_negTokenInit {
|
||||
|
Loading…
x
Reference in New Issue
Block a user