From d931455e6e627511935fc82d2c6bc4e23743ebc3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 18 Nov 2005 06:31:33 +0000 Subject: r11773: added a SMB2-SETINFO test suite. This tests the following levels: BASIC_INFORMATION DISPOSITION_INFORMATION ALLOCATION_INFORMATION END_OF_FILE_INFORMATION POSITION_INFORMATION MODE_INFORMATION (This used to be commit 8804b6a7eb59ab0a9088f89d191194fba71befe3) --- source4/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 3c4c916b0f..3a9fba7dff 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2256,6 +2256,7 @@ static struct { {"SMB2-SCAN", torture_smb2_scan, 0}, {"SMB2-SCANGETINFO", torture_smb2_getinfo_scan, 0}, {"SMB2-GETINFO", torture_smb2_getinfo, 0}, + {"SMB2-SETINFO", torture_smb2_setinfo, 0}, /* protocol scanners */ {"SCAN-TRANS2", torture_trans2_scan, 0}, -- cgit