summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/smb2pdu.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-25ksmbd: limit pdu length size according to connection statusNamjae Jeon1-2/+3
2022-12-02ksmbd: replace one-element arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-10-05ksmbd: set NTLMSSP_NEGOTIATE_SEAL flag to challenge blobNamjae Jeon1-0/+1
2022-10-05ksmbd: change security id to the one samba used for posix extensionNamjae Jeon1-2/+4
2022-04-01Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-527/+6
2022-03-31smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French1-73/+0
2022-03-26smb3: move defines for query info and query fsinfo to smbfs_commonSteve French1-284/+1
2022-03-26smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French1-70/+0
2022-03-25[smb3] move more common protocol header definitions to smbfs_commonSteve French1-95/+0
2022-03-23ksmbd: store fids as opaque u64 integersPaulo Alcantara1-17/+17
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-4/+4
2022-01-10ksmbd: add support for smb2 max credit parameterNamjae Jeon1-0/+1
2021-11-11ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg1-152/+1
2021-11-11ksmbd: Move more definitions into the shared areaRonnie Sahlberg1-188/+0
2021-11-11ksmbd: use the common definitions for NEGOTIATE_PROTOCOLRonnie Sahlberg1-142/+1
2021-11-11ksmbd: switch to use shared definitions where availableRonnie Sahlberg1-176/+0
2021-11-11ksmbd: change LeaseKey data type to u8 arrayNamjae Jeon1-6/+5
2021-11-11ksmbd: remove smb2_buf_length in smb2_transform_hdrNamjae Jeon1-5/+0
2021-11-11ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon1-8/+12
2021-10-15ksmbd: limit read/write/trans buffer size not to exceed 8MBNamjae Jeon1-0/+2
2021-10-07ksmbd: remove the leftover of smb2.0 dialect supportNamjae Jeon1-1/+0
2021-09-30ksmbd: use correct basic info level in set_file_basic_info()Namjae Jeon1-0/+9
2021-08-13ksmbd: change int data type to booleanNamjae Jeon1-3/+3
2021-07-22ksmbd: add support for negotiating signing algorithmNamjae Jeon1-0/+14
2021-07-22ksmbd: add negotiate context verificationNamjae Jeon1-3/+3
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon1-0/+1684