]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
CIFS: Encrypt SMB3 requests before sending
authorPavel Shilovsky <pshilov@microsoft.com>
Thu, 3 Nov 2016 23:47:37 +0000 (16:47 -0700)
committerSteve French <smfrench@gmail.com>
Wed, 1 Feb 2017 22:46:36 +0000 (16:46 -0600)
commit026e93dc0a3eefb0be060bcb9ecd8d7a7fd5c398
tree1816fb41fc8a99d0d967a3ebb324f341b5eaee3e
parentcabfb3680f78981d26c078a26e5c748531257ebb
CIFS: Encrypt SMB3 requests before sending

This change allows to encrypt packets if it is required by a server
for SMB sessions or tree connections.

Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
fs/cifs/Kconfig
fs/cifs/cifsencrypt.c
fs/cifs/cifsfs.c
fs/cifs/cifsglob.h
fs/cifs/cifsproto.h
fs/cifs/connect.c
fs/cifs/smb2ops.c
fs/cifs/smb2pdu.h
fs/cifs/smb2proto.h
fs/cifs/smb2transport.c