diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-04-12 03:26:19 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-04-12 03:26:19 +0000 |
commit | 3067ec21fb34f46fd1683aad6d455e7d6da8f52e (patch) | |
tree | 4bfbb894a9ebda5c99ad6df8c45916b95883276d /source3/Makefile.in | |
parent | 4c0399915cde591cb06f99b50acd5e5bf48bc6cb (diff) | |
download | samba-3067ec21fb34f46fd1683aad6d455e7d6da8f52e.tar.gz samba-3067ec21fb34f46fd1683aad6d455e7d6da8f52e.tar.bz2 samba-3067ec21fb34f46fd1683aad6d455e7d6da8f52e.zip |
- added a mangling test suite that measures the collision rate on
randomised filenames
- fixed several mangling bugs that the test suite pointed out
(This used to be commit 858fa7efc34f6e7cdf8500900aed3f7943c91348)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 54e3238fba..476997512f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -364,7 +364,7 @@ NMBLOOKUP_OBJ = utils/nmblookup.o $(PARAM_OBJ) $(UBIQX_OBJ) \ $(LIBSMB_OBJ) $(LIB_OBJ) SMBTORTURE_OBJ = torture/torture.o torture/nbio.o torture/scanner.o torture/utable.o \ - torture/denytest.o \ + torture/denytest.o torture/mangle_test.o \ $(LIBSMB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) MASKTEST_OBJ = torture/masktest.o $(LIBSMB_OBJ) $(PARAM_OBJ) \ |