From: Michael Adam Date: Wed, 1 Jul 2015 15:34:45 +0000 (+0200) Subject: smbXsrv: add bools encryption_desired to session and tcon X-Git-Tag: samba-4.1.20~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c19c6f4e594b1488ef38aeb84272148ef8b4b4d;p=thirdparty%2Fsamba.git 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) --- 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 {