Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-20 | ksmbd: throttle session setup failures to avoid dictionary attacks | Namjae Jeon | |
To avoid dictionary attacks (repeated session setups rapidly sent) to connect to server, ksmbd make a delay of a 5 seconds on session setup failure to make it harder to send enough random connection requests to break into a server if a user insert the wrong password 10 times in a row. Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com> | |||
2021-06-28 | ksmbd: move fs/cifsd to fs/ksmbd | Namjae Jeon | |
Move fs/cifsd to fs/ksmbd and rename the remaining cifsd name to ksmbd. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Steve French <stfrench@microsoft.com> |