summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb1transport.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24smb: client: fix UAF and buffer leak in cifs_check_trans2() for malformed sec...Frank Sorenson1-3/+11
2026-08-24smb: client: fix OOB read/write from unvalidated DataOffset in coalesce_t2()Frank Sorenson1-1/+20
2026-08-04smb: client: fix SMB1 TRANS2 multi-response truncation in SendReceive()Frank Sorenson1-6/+22
2026-03-16cifs: smb1: fix comment typoJoseph Salisbury1-1/+1
2026-02-15smb: client: terminate session upon failed client required signingAaditya Kansal1-2/+8
2026-02-12cifs: SMB1 split: Remove duplicate include of cifs_debug.hChen Ni1-1/+0
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells1-1/+2
2026-02-08cifs: SMB1 split: Add some #includesDavid Howells1-2/+2
2026-02-08cifs: SMB1 split: Move some SMB1 received PDU checking bits to smb1transport.cDavid Howells1-0/+126
2026-02-08cifs: SMB1 split: Move some SMB1 receive bits to smb1transport.cDavid Howells1-0/+171
2026-02-08cifs: SMB1 split: Rename cifstransport.cDavid Howells1-0/+265