summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-19 06:39:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:29 -0500
commitfc04e3e795cebca5723c24e097f5374a23b2247b (patch)
tree88852c9d430623591fa004f7f21cac6b14c214a7 /source4/torture/torture.c
parent7d6f36682eab29cb23c40dd915acad61fb5d68cb (diff)
downloadsamba-fc04e3e795cebca5723c24e097f5374a23b2247b.tar.gz
samba-fc04e3e795cebca5723c24e097f5374a23b2247b.tar.bz2
samba-fc04e3e795cebca5723c24e097f5374a23b2247b.zip
r11801: - added basic SMB2 find support
- added SMB2-SCANFIND test - cleaned up continue flags in EAs and find requests (This used to be commit 8792bc07d927e6470874230153177748afae3ee8)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 434bca2500..e4ceffc02a 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-SCANSETINFO", torture_smb2_setinfo_scan, 0},
+ {"SMB2-SCANFIND", torture_smb2_find_scan, 0},
{"SMB2-GETINFO", torture_smb2_getinfo, 0},
{"SMB2-SETINFO", torture_smb2_setinfo, 0},