summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-10-02 05:52:11 +0000
committerAndrew Tridgell <tridge@samba.org>2001-10-02 05:52:11 +0000
commit58bc10518bad61e6c8dee38fda82eb8fb1de4bf6 (patch)
tree15237049383eea4e762937374ba489bea8d905ff /source3/torture/torture.c
parentdc1fc3ee8ec2199bc73bb5d7ec711c6800f61d65 (diff)
downloadsamba-58bc10518bad61e6c8dee38fda82eb8fb1de4bf6.tar.gz
samba-58bc10518bad61e6c8dee38fda82eb8fb1de4bf6.tar.bz2
samba-58bc10518bad61e6c8dee38fda82eb8fb1de4bf6.zip
the CASETABLE torture target now generates the complete unicode
equivalence table for a server. This was inspired by the chargen win32 code from monyo. This takes a *long* time to run against a Samba server due to the case insensitive comparisons in the filesystem. That makes it a N^2 operation, and N is 64k. It is linear on NT. (This used to be commit 441f9415b365787854fb0d3e04d1ea4938d7af73)
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r--source3/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index a34f9aa085..e92c933015 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -2990,6 +2990,7 @@ static struct {
{"TRANS2SCAN", torture_trans2_scan, 0},
{"NTTRANSSCAN", torture_nttrans_scan, 0},
{"UTABLE", torture_utable, 0},
+ {"CASETABLE", torture_casetable, 0},
{NULL, NULL, 0}};