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
/
client
/
cifsencrypt.c
Age
Commit message (
Expand
)
Author
2025-12-05
cifs: Add a tracepoint to log EIO errors
David Howells
2025-12-05
cifs: Clean up some places where an extra kvec[] was required for rfc1002
David Howells
2025-12-05
cifs: Remove the RFC1002 header from smb_hdr
David Howells
2025-10-15
smb: client: Remove obsolete crypto_shash allocations
Eric Biggers
2025-10-15
smb: client: Use HMAC-MD5 library for NTLMv2
Eric Biggers
2025-10-15
smb: client: Use MD5 library for SMB1 signature calculation
Eric Biggers
2025-10-15
smb: client: Use HMAC-SHA256 library for SMB2 signature calculation
Eric Biggers
2025-09-29
smb: Use arc4 library instead of duplicate arc4 code
Eric Biggers
2025-07-27
smb: client: fix session setup against servers that require SPN
Paulo Alcantara
2025-07-27
smb: client: allow parsing zero-length AV pairs
Paulo Alcantara
2025-04-09
smb: client: fix UAF in decryption with multichannel
Paulo Alcantara
2025-01-19
smb: client: parse av pair type 4 in CHALLENGE_MESSAGE
Paulo Alcantara
2025-01-19
smb: client: introduce av_for_each_entry() helper
Paulo Alcantara
2024-10-02
smb: client: Correct typos in multiple comments across various files
Shen Lichuan
2024-09-30
Revert "smb: client: make SHA-512 TFM ephemeral"
Steve French
2024-09-26
smb: client: make SHA-512 TFM ephemeral
Enzo Matsumiya
2024-09-26
smb: client: make HMAC-MD5 TFM ephemeral
Enzo Matsumiya
2024-09-26
smb: client: allocate crypto only for primary server
Enzo Matsumiya
2024-09-12
cifs: Don't support ITER_XARRAY
David Howells
2024-09-12
cifs: Use iterate_and_advance*() routines directly for hashing
David Howells
2024-01-23
smb: Work around Clang __bdos() type confusion
Kees Cook
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French