]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
cifs: dump Security Type info in DebugData
authorKenneth D'souza <kdsouza@redhat.com>
Thu, 4 Jun 2020 15:44:41 +0000 (21:14 +0530)
committerSteve French <stfrench@microsoft.com>
Thu, 4 Jun 2020 18:50:38 +0000 (13:50 -0500)
commit8e84a61a9c5ce55c5707448bb3c2cc544fccaa21
tree178509604fb928fbe5322a2ab36f595213be9123
parente80ddeb2f70ebd0786aa7cdba3e58bc931fa0bb5
cifs: dump Security Type info in DebugData

Currently the end user is unaware with what sec type the
cifs share is mounted if no sec=<type> option is parsed.
With this patch one can easily check from DebugData.

Example:
1) Name: x.x.x.x Uses: 1 Capability: 0x8001f3fc Session Status: 1 Security type: RawNTLMSSP

Signed-off-by: Kenneth D'souza <kdsouza@redhat.com>
Signed-off-by: Roberto Bergantinos Corpas <rbergant@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Acked-by: Aurelien Aptel <aaptel@suse.com>
fs/cifs/cifs_debug.c