aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.h
AgeCommit message (Expand)Author
2024-02-23smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook
2024-01-05ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon
2021-02-10smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva
2020-12-30SMB3.1.1: do not log warning message if server doesn't populate saltSteve French
2020-12-03cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg
2020-10-23smb3: add some missing definitions from MS-FSCCSteve French
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French
2020-10-22smb3.1.1: fix typo in compression flagSteve French
2020-10-19smb3.1.1: set gcm256 when requestedSteve French
2020-10-19smb3.1.1: rename nonces used for GCM and CCM encryptionSteve French
2020-10-15smb3.1.1: add new module load parm enable_gcm_256Steve French
2020-10-15SMB3.1.1: add defines for new signing negotiate contextSteve French
2020-10-11update structure definitions from updated protocol documentationSteve French
2020-10-11smb3: add defines for new crypto algorithmsSteve French
2020-08-02cifs: delete duplicated words in header filesRandy Dunlap
2020-06-12SMB311: Add support for query info using posix extensions (level 100)Steve French
2020-06-02smb3: minor update to compression header definitionsSteve French
2020-03-29cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...Long Li
2020-03-22SMB3: Minor cleanup of protocol definitionsSteve French
2020-03-22SMB3: Additional compression structuresSteve French
2020-03-22SMB3: Add new compression flagsSteve French
2020-03-22cifs: smb2pdu.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-22cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel
2020-03-22cifs: add smb2 POSIX info levelAurelien Aptel
2020-03-22cifs: rename posix create rspAurelien Aptel
2020-02-06smb3: Add defines for new information level, FileIdInformationSteve French
2020-02-06 smb3: print warning once if posix context returned on openSteve French
2020-01-26cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg
2019-12-06smb3: fix mode passed in on create for modetosid mount optionSteve French
2019-12-03smb3: query attributes on file closeSteve French
2019-11-25CIFS: Properly process SMB3 lease breaksPavel Shilovsky
2019-11-06SMB3: Fix persistent handles reconnectPavel Shilovsky
2019-09-16smb3: add missing flag definitionsSteve French
2019-07-18smb3: optimize open to not send query file internal infoSteve French
2019-07-10cifs: fix parsing of symbolic link error responseRonnie Sahlberg
2019-07-07SMB3: query inode number on open via create contextSteve French
2019-07-07smb3: Send netname context during negotiate protocolSteve French
2019-07-07add some missing definitionsSteve French
2019-07-07Fix match_server check to allow for auto dialect negotiateSteve French
2019-07-07SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French
2019-06-28cifs: fix crash querying symlinks stored as reparse-pointsRonnie Sahlberg
2019-05-07Negotiate and save preferred compression algorithmsSteve French
2019-05-07smb3: Add protocol structs for change notify supportSteve French
2019-05-07Add new flag on SMB3.1.1 readSteve French
2019-05-07cifs: add fiemap supportRonnie Sahlberg
2019-05-07SMB3: Add defines for new negotiate contextsSteve French
2019-03-14cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg
2019-03-05smb3: Update POSIX negotiate context with POSIX ctxt GUIDSteve French
2019-01-29cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeRonnie Sahlberg
2019-01-29cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg