summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/config.mk
diff options
context:
space:
mode:
authorAravind <aravind.srinivasan@isilon.com>2009-07-07 07:11:56 -0700
committerSteven Danneman <steven.danneman@isilon.com>2009-07-14 14:50:06 -0700
commit5334b79142e32c39c56cea2e9c0d5b08e2f217ca (patch)
tree7fb1a465520889fe41203af47ab8132446acaa96 /source4/torture/smb2/config.mk
parent4b6401ab2cce8319abe0f8176bb460d51bd4a390 (diff)
downloadsamba-5334b79142e32c39c56cea2e9c0d5b08e2f217ca.tar.gz
samba-5334b79142e32c39c56cea2e9c0d5b08e2f217ca.tar.bz2
samba-5334b79142e32c39c56cea2e9c0d5b08e2f217ca.zip
torture/smb2: Adding SMB2 Directory enumeration torture tests.
* Most of the tests were ported from SMB torture tests. * Added one new tests which checks the behavior of the file_index field present in SMB2_FIND struct. * Added one new test to check the enumeration of directories containing lots of files (~2000 files) with name lengths varying from 1 to 200 char.
Diffstat (limited to 'source4/torture/smb2/config.mk')
-rw-r--r--source4/torture/smb2/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/smb2/config.mk b/source4/torture/smb2/config.mk
index bc4fc15e07..b321b41bdd 100644
--- a/source4/torture/smb2/config.mk
+++ b/source4/torture/smb2/config.mk
@@ -22,6 +22,7 @@ TORTURE_SMB2_OBJ_FILES = $(addprefix $(torturesrcdir)/smb2/, \
smb2.o \
durable_open.o \
oplocks.o \
+ dir.o \
lease.o \
create.o \
read.o \