s3:smb2_negprot: remember xconn->smb2.server.cipher
authorStefan Metzmacher <metze@samba.org>
Mon, 13 Oct 2014 09:07:01 +0000 (11:07 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 16 Oct 2014 17:30:04 +0000 (19:30 +0200)
commitb4604590b0f4c485e6c283070c36678b2bf9f052
tree07e9677da9a8a617e24040c2081d0fb0adc9ec85
parent2ed2f00831e6f9ba42912da58cb854e393c6938b
s3:smb2_negprot: remember xconn->smb2.server.cipher

For now we always use SMB2_ENCRYPTION_AES128_CCM or 0.
0 is the indication that we don't support encryption on the connection.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/globals.h
source3/smbd/smb2_negprot.c