]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[CIFS] Missing flag on negprot needed for some servers to force packet signing
authorYehuda Sadeh Weinraub <Yehuda.Sadeh@expand.com>
Tue, 5 Jun 2007 21:31:16 +0000 (21:31 +0000)
committerSteve French <sfrench@us.ibm.com>
Tue, 5 Jun 2007 21:31:16 +0000 (21:31 +0000)
commit100c1ddc98e070c1b595d6bad329fb57bc57313c
tree7f1ff8705941e2d177b4e836f07d0aac27f9b5e4
parent221601c3d1df8148525daf3143a7a22fba772566
[CIFS] Missing flag on negprot needed for some servers to force packet signing

A related signature issue that I came across.
There's a bug in win2k that when NT error codes are not negotiated, the
server doesn't response that signatures are mandatory. Since there's
(currently) no way turn on signatures in such case, I had to force NT
error codes, so that this bug will not occur

Signed-off-by: Yehuda Sadeh Weinraub <Yehuda.Sadeh@expand.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifssmb.c