From 67a85b3f1bca7e0590ae97d07a6ef32c418e64d1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 12 Nov 2005 07:48:56 +0000 Subject: r11697: - added a generic SMB2 getinfo call - added a SMB2-SCANGETINFO test for scanning for available info levels - added names for the info levels I recognise to smb2.h (This used to be commit fe5986067e2aaca039d70393ccc8761434f18fe6) --- 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 021c4b3ab4..ff9584ed5c 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2254,6 +2254,7 @@ static struct { /* SMB2 tests */ {"SMB2-CONNECT", torture_smb2_connect, 0}, {"SMB2-SCAN", torture_smb2_scan, 0}, + {"SMB2-SCANGETINFO", torture_smb2_getinfo_scan, 0}, /* protocol scanners */ {"SCAN-TRANS2", torture_trans2_scan, 0}, -- cgit