summaryrefslogtreecommitdiff
path: root/fs/smb/server/auth.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-23Merge tag 'ksmbd-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+210
2026-08-20smb: server: remove unused DES crypto headerNamjae Jeon1-1/+0
2026-08-17ksmbd: make RDMA encryption diagnostics conditionalNamjae Jeon1-4/+29
2026-08-17ksmbd: add SMB Direct RDMA encryption transformNamjae Jeon1-0/+158
2026-08-17ksmbd: decrypt requests from expired encrypted sessionsNamjae Jeon1-6/+6
2026-08-17ksmbd: fix encrypted request lookup on bound channelsNamjae Jeon1-1/+1
2026-08-17smb: server: Clear sensitive stack and heap data in auth.cThomas Huth1-2/+10
2026-08-17ksmbd: expire SMB sessions when Kerberos tickets expireNamjae Jeon1-2/+16
2026-08-17smb: server: fix leak of ksmbd_ipc_login_request_ext() returned bufferEnzo Matsumiya1-0/+1
2026-08-12smb: clear the aes_cmac_key and aes_cmac_ctx when doneThomas Huth1-1/+1
2026-07-06ksmbd: handle channel binding with a different userNamjae Jeon1-1/+1
2026-07-06ksmbd: fix multichannel binding and enforce channel limitNamjae Jeon1-20/+27
2026-06-23ksmbd: validate NTLMv2 response before updating session keyHaofeng Li1-4/+16
2026-04-22ksmbd: Use AES-CMAC library for SMB3 signature calculationEric Biggers1-38/+13
2026-04-12ksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith1-5/+6
2026-03-08ksmbd: Don't log keys in SMB3 signing and encryption key generationThorsten Blum1-20/+2
2026-02-22ksmbd: Compare MACs in constant timeEric Biggers1-1/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+3
2025-12-21ksmbd: rename smb2_get_msg to smb_get_msgNamjae Jeon1-2/+2
2025-11-30ksmbd: Use HMAC-MD5 library for NTLMv2Eric Biggers1-148/+25
2025-11-30ksmbd: Use HMAC-SHA256 library for message signing and key generationEric Biggers1-137/+39
2025-11-30ksmbd: 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