libcli/smb: support additional_flags = SMB2_HDR_FLAG_SIGNED
authorStefan Metzmacher <metze@samba.org>
Wed, 24 Sep 2014 23:22:29 +0000 (01:22 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 30 Sep 2014 21:35:08 +0000 (23:35 +0200)
commitaa4310b0af1f7ee2acfbcef47030d743ac41ffa0
tree57acaa7816e82820d07e8d1f99abdd4d5f753995
parente9a5074e6b75ec193d6fd8891e6ffb3f54af88f1
libcli/smb: support additional_flags = SMB2_HDR_FLAG_SIGNED

With SMB2_HDR_FLAG_SIGNED we make sure that we either use smb2 signing
or smb2 encryption for the request.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
libcli/smb/smbXcli_base.c