summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsencrypt.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-09cifs: SMB1 split: cifsencrypt.cDavid Howells1-123/+0
2026-02-09cifs: SMB1 split: Adjust #includesDavid Howells1-1/+0
2025-12-06cifs: Add a tracepoint to log EIO errorsDavid Howells1-5/+8
2025-12-06cifs: Clean up some places where an extra kvec[] was required for rfc1002David Howells1-40/+12
2025-12-06cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-28/+8
2025-10-16smb: client: Remove obsolete crypto_shash allocationsEric Biggers1-3/+0
2025-10-16smb: client: Use HMAC-MD5 library for NTLMv2Eric Biggers1-92/+22
2025-10-16smb: client: Use MD5 library for SMB1 signature calculationEric Biggers1-17/+17
2025-10-16smb: client: Use HMAC-SHA256 library for SMB2 signature calculationEric Biggers1-16/+36
2025-09-30smb: Use arc4 library instead of duplicate arc4 codeEric Biggers1-4/+4
2025-07-28smb: client: fix session setup against servers that require SPNPaulo Alcantara1-18/+61
2025-07-28smb: client: allow parsing zero-length AV pairsPaulo Alcantara1-2/+2
2025-04-09smb: client: fix UAF in decryption with multichannelPaulo Alcantara1-11/+5
2025-01-20smb: client: parse av pair type 4 in CHALLENGE_MESSAGEPaulo Alcantara1-22/+41
2025-01-20smb: client: introduce av_for_each_entry() helperPaulo Alcantara1-71/+54
2024-10-03smb: client: Correct typos in multiple comments across various filesShen Lichuan1-1/+1
2024-10-01Revert "smb: client: make SHA-512 TFM ephemeral"Steve French1-0/+1
2024-09-27smb: client: make SHA-512 TFM ephemeralEnzo Matsumiya1-1/+0
2024-09-27smb: client: make HMAC-MD5 TFM ephemeralEnzo Matsumiya1-83/+50
2024-09-27smb: client: allocate crypto only for primary serverEnzo Matsumiya1-6/+11
2024-09-12cifs: Don't support ITER_XARRAYDavid Howells1-51/+0
2024-09-12cifs: Use iterate_and_advance*() routines directly for hashingDavid Howells1-86/+23
2024-01-24smb: Work around Clang __bdos() type confusionKees Cook1-1/+1
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+861