the CASETABLE torture target now generates the complete unicode
authorAndrew Tridgell <tridge@samba.org>
Tue, 2 Oct 2001 05:52:11 +0000 (05:52 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 2 Oct 2001 05:52:11 +0000 (05:52 +0000)
commit58bc10518bad61e6c8dee38fda82eb8fb1de4bf6
tree15237049383eea4e762937374ba489bea8d905ff
parentdc1fc3ee8ec2199bc73bb5d7ec711c6800f61d65
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)
source3/torture/torture.c
source3/torture/utable.c