From 2c19c6f4e594b1488ef38aeb84272148ef8b4b4d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 1 Jul 2015 17:34:45 +0200 Subject: smbXsrv: add bools encryption_desired to session and tcon This is to indicate that we should sen the ENCRYPT_DATA flag on session or tcon replies. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11372 Signed-off-by: Michael Adam Reviewed-by: Guenther Deschner (cherry picked from commit a3ea6dbef53e049701326497e684e1563344e6d8) --- source3/librpc/idl/smbXsrv.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/librpc/idl/smbXsrv.idl b/source3/librpc/idl/smbXsrv.idl index 36710dddd57..43d0eccfa40 100644 --- a/source3/librpc/idl/smbXsrv.idl +++ b/source3/librpc/idl/smbXsrv.idl @@ -151,6 +151,7 @@ interface smbXsrv [ignore] gensec_security *gensec; [ignore] user_struct *compat; [ignore] smbXsrv_tcon_table *tcon_table; + boolean8 encryption_desired; } smbXsrv_session; typedef union { @@ -245,6 +246,7 @@ interface smbXsrv NTSTATUS status; NTTIME idle_time; [ignore] connection_struct *compat; + boolean8 encryption_desired; } smbXsrv_tcon; typedef union { -- cgit v1.2.1