From 61bdbc23cd09a594a63f49ff8626934c85a8e51a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 3 Jan 2014 22:41:33 +0100 Subject: s3:rpc_client: implement DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source3/librpc/rpc/dcerpc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/librpc') 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 */ -- cgit