CVE-2016-2110: auth/ntlmssp: let ntlmssp_handle_neg_flags() return NTSTATUS
authorStefan Metzmacher <metze@samba.org>
Tue, 1 Dec 2015 07:46:45 +0000 (08:46 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 12 Apr 2016 17:25:22 +0000 (19:25 +0200)
commit61ec7f069d777e2688657b490c07ce7499bd7221
tree8fd7bb9b358748d93fa9d7adf2bd4d19e4c1ace4
parente4bab3a8282d263eb2391bc7e8a6fd64ae068935
CVE-2016-2110: auth/ntlmssp: let ntlmssp_handle_neg_flags() return NTSTATUS

In future we can do a more fine granted negotiation
and assert specific security features.

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>
auth/ntlmssp/ntlmssp_client.c
auth/ntlmssp/ntlmssp_private.h
auth/ntlmssp/ntlmssp_server.c
auth/ntlmssp/ntlmssp_util.c