smbXsrv: add bools encryption_desired to session and tcon
authorMichael Adam <obnox@samba.org>
Wed, 1 Jul 2015 15:34:45 +0000 (17:34 +0200)
committerKarolin Seeger <kseeger@samba.org>
Sun, 19 Jul 2015 18:13:10 +0000 (20:13 +0200)
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 <obnox@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
(cherry picked from commit a3ea6dbef53e049701326497e684e1563344e6d8)

source3/librpc/idl/smbXsrv.idl

index 36710dddd57f1164e8e476835a6d5cf26f064722..43d0eccfa4047bbf4b5021baea18a60e04190aec 100644 (file)
@@ -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 {