summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2015-11-13 10:35:58 +0100
committerRalph Boehme <slow@samba.org>2016-01-22 07:52:20 +0100
commit736cd36d36ea4985c7bcff19c683bc140566da4c (patch)
tree0aba452583425f7a5c482236b4427c0a85a3b9cd /source3/librpc
parentbfdffea0fa8e6af57c2b3e51472bab46d46fbaca (diff)
downloadsamba-736cd36d36ea4985c7bcff19c683bc140566da4c.tar.gz
s3:smb2_server: store encryption cipher in the channel
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/smbXsrv.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/idl/smbXsrv.idl b/source3/librpc/idl/smbXsrv.idl
index ab4937e43f3..109151b94a2 100644
--- a/source3/librpc/idl/smbXsrv.idl
+++ b/source3/librpc/idl/smbXsrv.idl
@@ -129,6 +129,7 @@ interface smbXsrv
[noprint] DATA_BLOB signing_key;
uint32 auth_session_info_seqnum;
[ignore] smbXsrv_connection *connection;
+ uint16 encryption_cipher;
} smbXsrv_channel_global0;
typedef struct {