mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
ce53d36537
When RSS mode is enable, windows client do simultaneously send several session requests to server. There is racy issue using sess->ntlmssp.cryptkey on N connection : 1 session. So authetication failed using wrong cryptkey on some session. This patch move cryptkey to ksmbd_conn structure to use each cryptkey on connection. Tested-by: Ziwei Xie <zw.xie@high-flyer.cn> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com> |
||
---|---|---|
.. | ||
ksmbd_ida.c | ||
ksmbd_ida.h | ||
share_config.c | ||
share_config.h | ||
tree_connect.c | ||
tree_connect.h | ||
user_config.c | ||
user_config.h | ||
user_session.c | ||
user_session.h |