s3:smb2_server: add signing state tracking flags
authorRalph Boehme <slow@samba.org>
Sun, 15 Nov 2015 10:12:34 +0000 (11:12 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 22 Jan 2016 06:52:21 +0000 (07:52 +0100)
commit9d284431fc478bc6e19ac2d98b3c330800521ad3
treea27dd36a20a87fab9facec69813bb296269f40e1
parentfe5353c82ee41ef620aa8340acd4748dd3bc795f
s3:smb2_server: add signing state tracking flags

Add flags that track the signing state of all incoming and outgoing SMB2
packets and a helper function that can be used to determine whether a
session of tcon can be considered "signed".

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