summaryrefslogtreecommitdiffstats
path: root/source3/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-01-03 22:41:33 +0100
committerStefan Metzmacher <metze@samba.org>2014-01-07 00:27:11 +0100
commit61bdbc23cd09a594a63f49ff8626934c85a8e51a (patch)
treeedd0c0e964856d7e8a1c920197f51aa5f3a6631f /source3/librpc
parentf7bf7e705e704d2f1702e42a8e400baff9521066 (diff)
downloadsamba-61bdbc23cd09a594a63f49ff8626934c85a8e51a.tar.gz
samba-61bdbc23cd09a594a63f49ff8626934c85a8e51a.tar.xz
samba-61bdbc23cd09a594a63f49ff8626934c85a8e51a.zip
s3:rpc_client: implement DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/rpc/dcerpc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h
index b18b7bac6ca..aaf8d685783 100644
--- a/source3/librpc/rpc/dcerpc.h
+++ b/source3/librpc/rpc/dcerpc.h
@@ -39,7 +39,9 @@ struct NL_AUTH_MESSAGE;
struct pipe_auth_data {
enum dcerpc_AuthType auth_type;
enum dcerpc_AuthLevel auth_level;
-
+ bool client_hdr_signing;
+ bool hdr_signing;
+
void *auth_ctx;
/* Only the client code uses these 3 for now */