diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-10-10 14:04:25 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2015-05-08 13:00:28 +0200 |
commit | 4481fea86a95df2abe558b67c31f4c86db75910a (patch) | |
tree | c15bfb804cd96150db8649ab360147bf4835c236 /source3/librpc/idl/smbXsrv.idl | |
parent | 08845ad61641a66f9019a9ae35ff765d9d093ea9 (diff) | |
download | samba-4481fea86a95df2abe558b67c31f4c86db75910a.tar.gz |
s3:smb2_sesssetup.c: For SMB >= 3.1, derive crypto keys from preauth
This protects the full connection setup including
a posteriori verification of the negotiate messages,
by signing the final session setup response with a signing key
derived from the preauth hash and the authentication session key.
Pair-Programmed-With: Michael Adam <obnox@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/librpc/idl/smbXsrv.idl')
-rw-r--r-- | source3/librpc/idl/smbXsrv.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/idl/smbXsrv.idl b/source3/librpc/idl/smbXsrv.idl index ec6d0ea3d0d..b3a24a55a1e 100644 --- a/source3/librpc/idl/smbXsrv.idl +++ b/source3/librpc/idl/smbXsrv.idl @@ -190,6 +190,7 @@ interface smbXsrv [ignore] gensec_security *gensec; [ignore] user_struct *compat; [ignore] smbXsrv_tcon_table *tcon_table; + [ignore] smbXsrv_preauth *preauth; } smbXsrv_session; typedef union { |