Skip to content

s4/torture/smb2: Port raw.samba3checkfsp to SMB2

Ported test works against samba servers, the only difference in behaviour with the SMB1 test is a different error we get NT_STATUS_FILE_CLOSED in place of NT_STATUS_INVALID_HANDLE, otherwise the test works as expected. However... testing against windows with either SMB1 or SMB2 fails (when creating the second tcon) both fail with different errors. SMB1 - NT_STATUS_DUPLICATE_NAME SMB2 - NT_STATUS_INVALID_PARAMATER

tested against windows2012 & windows8.1

Merge request reports