summaryrefslogtreecommitdiffstats
path: root/source3/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-01-05 08:12:45 +0100
committerStefan Metzmacher <metze@samba.org>2014-01-07 02:24:41 +0100
commit6ab9164c74e0ad57bdde8abb568953026b644e27 (patch)
treedfccd6f83a2feece64b948ee8e89479bdbb227a0 /source3/librpc
parentf0532fe0cd69aeb161088ca990d376f119102e61 (diff)
downloadsamba-6ab9164c74e0ad57bdde8abb568953026b644e27.tar.gz
samba-6ab9164c74e0ad57bdde8abb568953026b644e27.tar.xz
samba-6ab9164c74e0ad57bdde8abb568953026b644e27.zip
s3:rpc_client: send a dcerpc_sec_verification_trailer if needed
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jan 7 02:24:42 CET 2014 on sn-devel-104
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/rpc/dcerpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h
index aaf8d68578..9d0f86156e 100644
--- a/source3/librpc/rpc/dcerpc.h
+++ b/source3/librpc/rpc/dcerpc.h
@@ -41,6 +41,7 @@ struct pipe_auth_data {
enum dcerpc_AuthLevel auth_level;
bool client_hdr_signing;
bool hdr_signing;
+ bool verified_bitmask1;
void *auth_ctx;