]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/cifs/cifsglob.h
CIFS: Add capability to transform requests before sending
authorPavel Shilovsky <pshilov@microsoft.com>
Mon, 31 Oct 2016 20:49:30 +0000 (13:49 -0700)
committerSteve French <smfrench@gmail.com>
Wed, 1 Feb 2017 22:46:35 +0000 (16:46 -0600)
commit7fb8986e7449d0a5cebd84d059927afa423fbf85
tree143981b02ed6afbb0dcbc22a344a1cd62451e3d4
parentb8f57ee8aad414a3122bff72d7968a94baacb9b6
CIFS: Add capability to transform requests before sending

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>
fs/cifs/cifsglob.h
fs/cifs/smb2pdu.c
fs/cifs/transport.c