index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
auth.c
Age
Commit message (
Expand
)
Author
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