s3:smb2_server: convert signing_required bool to flags bitmap
commitfe5353c82ee41ef620aa8340acd4748dd3bc795f
authorRalph Boehme <slow@samba.org>
Sun, 15 Nov 2015 09:49:38 +0000 (15 10:49 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 22 Jan 2016 06:52:21 +0000 (22 07:52 +0100)
tree2e8a6f28991e5d03e816007b09cf7b83ccedb67e
parent780743d1b28d92352fa91322f9a14dc86055ea08
s3:smb2_server: convert signing_required bool to flags bitmap

Use a flags bitmap for storing the signing state. This is in preparation
of a subsequent patch that adds more flags to the bitmap.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/librpc/idl/smbXsrv.idl
source3/smbd/smb2_server.c
source3/smbd/smb2_sesssetup.c