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)
committerGünther Deschner <gd@samba.org>
Tue, 7 Jul 2015 12:05:27 +0000 (14:05 +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>
source3/librpc/idl/smbXsrv.idl

index 4367d724075b7baee1dfd64a8f049fe4037e3fa2..77959cebc6b058a97d9dc16764131007f66399c9 100644 (file)
@@ -193,6 +193,7 @@ interface smbXsrv
                [ignore] user_struct                    *compat;
                [ignore] smbXsrv_tcon_table             *tcon_table;
                [ignore] smbXsrv_preauth                *preauth;
+               boolean8                                encryption_desired;
        } smbXsrv_session;
 
        typedef union {
@@ -287,6 +288,7 @@ interface smbXsrv
                NTSTATUS                                status;
                NTTIME                                  idle_time;
                [ignore] connection_struct              *compat;
+               boolean8                                encryption_desired;
        } smbXsrv_tcon;
 
        typedef union {