]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
CIFS: Add capability to transform requests before sending
authorPavel Shilovsky <pshilov@microsoft.com>
Mon, 31 Oct 2016 20:49:30 +0000 (13:49 -0700)
committerTim Gardner <tim.gardner@canonical.com>
Tue, 7 Mar 2017 17:04:36 +0000 (10:04 -0700)
commit7dc5ef8b1bc4292680952975aefd91b3aa151093
treeaf9588563961c670a44f3a90abe1d198d2b9e20a
parent78afce205c5d928ef98bc0da14efaec8da89c83c
CIFS: Add capability to transform requests before sending

BugLink: http://bugs.launchpad.net/bugs/1670508
This will allow us to do protocol specific tranformations of packets
before sending to the server. For SMB3 it can be used to support
encryption.

Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
(cherry picked from commit 7fb8986e7449d0a5cebd84d059927afa423fbf85)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
fs/cifs/cifsglob.h
fs/cifs/smb2pdu.c
fs/cifs/transport.c