commit | fcef0db6d630ccadaa65138b77eac5fce16a13c9 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Sat May 19 20:45:27 2018 -0500 |
committer | Steve French <stfrench@microsoft.com> | Wed May 30 16:06:18 2018 -0500 |
tree | 83dad06a589be1961e236322ca14eb626a314c64 | |
parent | f92a720ee9d5d4e76a9621ce0812aef133c7b981 [diff] |
smb3: add support for posix negotiate context Unlike CIFS where UNIX/POSIX extensions had been negotiatable, SMB3 did not have POSIX extensions yet. Add the new SMB3.11 POSIX negotiate context to ask the server whether it can support POSIX (and thus whether we can send the new POSIX open context). Signed-off-by: Steve French <smfrench@gmail.com>