index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
auth.c
Age
Commit message (
Expand
)
Author
2 days
ksmbd: handle channel binding with a different user
Namjae Jeon
2 days
ksmbd: fix multichannel binding and enforce channel limit
Namjae Jeon
2026-06-23
ksmbd: validate NTLMv2 response before updating session key
Haofeng Li
2026-04-22
ksmbd: Use AES-CMAC library for SMB3 signature calculation
Eric Biggers
2026-04-12
ksmbd: fix use-after-free from async crypto on Qualcomm crypto engine
Joshua Klinesmith
2026-03-08
ksmbd: Don't log keys in SMB3 signing and encryption key generation
Thorsten Blum
2026-02-22
ksmbd: Compare MACs in constant time
Eric Biggers
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-21
ksmbd: rename smb2_get_msg to smb_get_msg
Namjae Jeon
2025-11-30
ksmbd: Use HMAC-MD5 library for NTLMv2
Eric Biggers
2025-11-30
ksmbd: Use HMAC-SHA256 library for message signing and key generation
Eric Biggers
2025-11-30
ksmbd: Use SHA-512 library for SMB3.1.1 preauth hash
Eric Biggers
2025-09-29
smb: Use arc4 library instead of duplicate arc4 code
Eric Biggers
2025-05-25
ksmbd: use SHA-256 library API instead of crypto_shash API
Eric Biggers
2025-04-25
ksmbd: fix use-after-free in kerberos authentication
Sean Heelan
2025-04-01
ksmbd: fix session use-after-free in multichannel connection
Namjae Jeon
2025-03-27
ksmbd: use aead_request_free to match aead_request_alloc
Miaoqian Lin
2024-12-10
ksmbd: fix racy issue from session lookup and expire
Namjae Jeon
2024-11-25
ksmbd: use __GFP_RETRY_MAYFAIL
Namjae Jeon
2024-10-11
ksmbd: add support for supplementary groups
Namjae Jeon
2024-01-09
ksmbd: auth: fix most kernel-doc warnings
Randy Dunlap
2023-08-29
ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()
Namjae Jeon
2023-08-29
ksmbd: add support for read compound
Namjae Jeon
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French