aboutsummaryrefslogtreecommitdiffstats
path: root/fs/smb/server/auth.c
AgeCommit message (Expand)AuthorFilesLines
11 daysksmbd: Use HMAC-MD5 library for NTLMv2Eric Biggers1-148/+25
11 daysksmbd: Use HMAC-SHA256 library for message signing and key generationEric Biggers1-137/+39
11 daysksmbd: Use SHA-512 library for SMB3.1.1 preauth hashEric Biggers1-34/+7
2025-09-29smb: Use arc4 library instead of duplicate arc4 codeEric Biggers1-5/+4
2025-05-25ksmbd: use SHA-256 library API instead of crypto_shash APIEric Biggers1-34/+0
2025-04-25ksmbd: fix use-after-free in kerberos authenticationSean Heelan1-1/+13
2025-04-01ksmbd: fix session use-after-free in multichannel connectionNamjae Jeon1-2/+2
2025-03-27ksmbd: use aead_request_free to match aead_request_allocMiaoqian Lin1-1/+1
2024-12-10ksmbd: fix racy issue from session lookup and expireNamjae Jeon1-0/+2
2024-11-25ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon1-9/+10
2024-10-11ksmbd: add support for supplementary groupsNamjae Jeon1-1/+5
2024-01-09ksmbd: auth: fix most kernel-doc warningsRandy Dunlap1-6/+8
2023-08-29ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()Namjae Jeon1-0/+3
2023-08-29ksmbd: add support for read compoundNamjae Jeon1-2/+9
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+1206