summaryrefslogtreecommitdiff
path: root/fs/smb/server/smb2misc.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17ksmbd: implement the command sequence windowNamjae Jeon1-0/+79
2026-07-16ksmbd: validate compound request size before reading StructureSize2Xiang Mei (Microsoft)1-0/+5
2026-06-30ksmbd: fix outstanding credit leak on abort and error pathsNamjae Jeon1-3/+6
2026-06-30ksmbd: fix credit charge calculation for SMB2 QUERY_INFONamjae Jeon1-2/+7
2025-12-09smb/server: remove unused nterr.hChenXiaoSong1-1/+0
2025-11-30smb: move smb_version_values to common/smbglob.hZhangGuoDong1-1/+1
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong1-1/+1
2024-03-18ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon1-7/+16
2024-03-17ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-1/+4
2023-12-27ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-3/+12
2023-09-21ksmbd: return invalid parameter error response if smb2 request is invalidNamjae Jeon1-3/+1
2023-08-05ksmbd: validate command request sizeLong Li1-5/+5
2023-06-16ksmbd: fix out-of-bound read in smb2_writeNamjae Jeon1-3/+9
2023-06-16ksmbd: validate command payload sizeNamjae Jeon1-11/+12
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+447