]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
CIFS: Decrypt and process small encrypted packets
authorPavel Shilovsky <pshilov@microsoft.com>
Thu, 17 Nov 2016 23:24:46 +0000 (15:24 -0800)
committerTim Gardner <tim.gardner@canonical.com>
Tue, 7 Mar 2017 17:04:36 +0000 (10:04 -0700)
commit5a6dd7d88458577b5836bb37d0d5938046ff8df6
tree40487d72a59f6e1fe0858e592e46df89bc5309e6
parent0b8532719fcdf23ee3570430dd93648efb955426
CIFS: Decrypt and process small encrypted packets

BugLink: http://bugs.launchpad.net/bugs/1670508
Allow to decrypt transformed packets, find a corresponding mid
and process as usual further.

Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
(cherry picked from commit 4326ed2f6a16ae9d33e4209b540dc9a371aba840)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
fs/cifs/cifsglob.h
fs/cifs/cifsproto.h
fs/cifs/connect.c
fs/cifs/smb2ops.c
fs/cifs/smb2pdu.c
fs/cifs/smb2proto.h
fs/cifs/smb2transport.c