git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca7df8e
)
cifs: fix MUST SecurityFlags filtering
author
Niklas Cassel
<niklas.cassel@axis.com>
Thu, 22 Jan 2015 13:16:34 +0000
(14:16 +0100)
committer
Steve French
<steve.french@primarydata.com>
Tue, 27 Jan 2015 01:38:26 +0000
(19:38 -0600)
If CONFIG_CIFS_WEAK_PW_HASH is not set, CIFSSEC_MUST_LANMAN
and CIFSSEC_MUST_PLNTXT is defined as 0.
When setting new SecurityFlags without any MUST flags,
your flags would be overwritten with CIFSSEC_MUST_LANMAN (0).
Signed-off-by: Niklas Cassel <niklass@axis.com>
Signed-off-by: Steve French <steve.french@primarydata.com>
fs/cifs/cifs_debug.c
patch
|
blob
|
history
diff --cc
fs/cifs/cifs_debug.c
Simple merge