aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-15SMB3.1.1: fix mount failure to some servers when compression enabledSteve French1-0/+1
2021-07-09SMB3.1.1: Add support for negotiating signing algorithmSteve French1-1/+4
2021-07-05smb3: fix typo in header fileSteve French1-1/+1
2021-06-23SMB3: Add new info level for query directorySteve French1-2/+37
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-04-25SMB3: update structures for new compression protocol definitionsSteve French1-2/+9
2021-04-25smb3: update protocol header definitions based to include new flagsSteve French1-4/+34
2021-02-01smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva1-1/+1
2021-01-13cifs: style: replace one-element array with flexible-arrayYANG LI1-1/+1
2020-12-13SMB3.1.1: do not log warning message if server doesn't populate saltSteve French1-3/+11
2020-12-03cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg1-2/+0
2020-10-23smb3: add some missing definitions from MS-FSCCSteve French1-0/+26
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French1-0/+5
2020-10-22smb3.1.1: fix typo in compression flagSteve French1-1/+1
2020-10-19smb3.1.1: set gcm256 when requestedSteve French1-0/+1
2020-10-19smb3.1.1: rename nonces used for GCM and CCM encryptionSteve French1-2/+2
2020-10-15smb3.1.1: add new module load parm enable_gcm_256Steve French1-2/+3
2020-10-15SMB3.1.1: add defines for new signing negotiate contextSteve French1-0/+14
2020-10-11update structure definitions from updated protocol documentationSteve French1-7/+57
2020-10-11smb3: add defines for new crypto algorithmsSteve French1-0/+2
2020-08-02cifs: delete duplicated words in header filesRandy Dunlap1-1/+1
2020-06-12SMB311: Add support for query info using posix extensions (level 100)Steve French1-1/+26
2020-06-02smb3: minor update to compression header definitionsSteve French1-2/+11
2020-03-29cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect send/receiveLong Li1-0/+3
2020-03-22SMB3: Minor cleanup of protocol definitionsSteve French1-4/+11
2020-03-22SMB3: Additional compression structuresSteve French1-1/+16
2020-03-22SMB3: Add new compression flagsSteve French1-1/+7
2020-03-22cifs: smb2pdu.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-19/+19
2020-03-22cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel1-7/+5
2020-03-22cifs: add smb2 POSIX info levelAurelien Aptel1-0/+44
2020-03-22cifs: rename posix create rspAurelien Aptel1-3/+6
2020-02-06smb3: Add defines for new information level, FileIdInformationSteve French1-0/+8
2020-02-06 smb3: print warning once if posix context returned on openSteve French1-0/+8
2020-01-26cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg1-0/+2
2019-12-06smb3: fix mode passed in on create for modetosid mount optionSteve French1-0/+10
2019-12-03smb3: query attributes on file closeSteve French1-0/+11
2019-11-25CIFS: Properly process SMB3 lease breaksPavel Shilovsky1-1/+1
2019-11-06SMB3: Fix persistent handles reconnectPavel Shilovsky1-0/+1
2019-09-16smb3: add missing flag definitionsSteve French1-0/+2
2019-07-18smb3: optimize open to not send query file internal infoSteve French1-1/+3
2019-07-10cifs: fix parsing of symbolic link error responseRonnie Sahlberg1-0/+2
2019-07-07SMB3: query inode number on open via create contextSteve French1-5/+12
2019-07-07smb3: Send netname context during negotiate protocolSteve French1-0/+6
2019-07-07add some missing definitionsSteve French1-0/+8
2019-07-07Fix match_server check to allow for auto dialect negotiateSteve French1-0/+1
2019-07-07SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French1-2/+2
2019-06-28cifs: fix crash querying symlinks stored as reparse-pointsRonnie Sahlberg1-1/+13
2019-05-07Negotiate and save preferred compression algorithmsSteve French1-6/+9
2019-05-07smb3: Add protocol structs for change notify supportSteve French1-0/+36
2019-05-07Add new flag on SMB3.1.1 readSteve French1-0/+1