CVS update: samba/source/utils

Andrew Tridgell tridge at samba.anu.edu.au
Sat Jul 24 01:11:35 EST 1999


Date:	Saturday July 24, 1999 @ 1:11
Author:	tridge

Update of /data/cvs/samba/source/utils
In directory samba:/tmp/cvs-serv18959

Added Files:
      Tag: SAMBA_2_0_RELEASE
	masktest.c 
Log Message:
added masktest

masktest is a SMB client utility that tests the wildcard matching
algorithm between two hosts. For example:

maskmatch //server/test //server2/test -Uuser%pass

will try an endless list of random filenames and wildcard patterns and
test each on both servers to see if they produce the same result
(ie. match or not match). It lists filename/mask pairs that don't
match.

Using this I've already discovered a bunch of bugs in our mask_match()
code. Jeremy will have fun fixing them :)



More information about the samba-cvs mailing list