summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2015-07-01 17:34:45 +0200
committerKarolin Seeger <kseeger@samba.org>2015-07-19 20:13:10 +0200
commit2c19c6f4e594b1488ef38aeb84272148ef8b4b4d (patch)
tree3746ecc476018e5929758ed8ce224019ac43dcf6
parentb615fb6cc5eed3320d635f6ca06c12cd408e89a1 (diff)
downloadsamba-2c19c6f4e594b1488ef38aeb84272148ef8b4b4d.tar.gz
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 <obnox@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> (cherry picked from commit a3ea6dbef53e049701326497e684e1563344e6d8)
-rw-r--r--source3/librpc/idl/smbXsrv.idl2
1 files changed, 2 insertions, 0 deletions
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 {