summaryrefslogtreecommitdiff
path: root/source3/utils/masktest.c
AgeCommit message (Collapse)AuthorFilesLines
2000-05-27move srandom to after connect so random stuff in clientgen doesn'tAndrew Tridgell1-2/+4
change seed (This used to be commit d9322d01e0ac09852924eb6059ecf116e75ee398)
2000-05-24minor fixesAndrew Tridgell1-3/+4
(This used to be commit 4d00314ec5b056101b05c38cc68dd4934c83c825)
2000-05-24use lp_workgroup()Andrew Tridgell1-10/+13
use \\ in front of filenames get short name via a separate trans2 level 260 call (This used to be commit 5fd4dbf72e317bc47ab11b0b3f2e15d0c58879c8)
2000-05-22Added -W workgroup command line option.Tim Potter1-1/+6
Added call to codepage_initialise(). (This used to be commit fcb8e2fbe2deabfc2f8d7e69dd23dca9740c6dc1)
2000-04-30handle the special rule of *.* for old style listings when old_list isAndrew Tridgell1-0/+3
true (This used to be commit cdf4c4c812086d6e7cdc0436f5e31c420dcfb3e5)
2000-04-30added cli_list_old() to allow for old style directory listing fromAndrew Tridgell1-5/+12
masktest (This used to be commit 8a5c8cfa0ede1d119bf9013e321a497beefd4dda)
2000-04-30changed masktest to test the internal algorithm against one server,Andrew Tridgell1-78/+30
rather than 2 servers (This used to be commit 0e63b4b36334aeb6de6691436b82e1d9784b1541)
2000-04-30YIPEE!!!!!Andrew Tridgell1-78/+16
We finally have a perfect emulation of Microsoft wildcard matching. The routine ms_fnmatch() does wildcard matching with all MS wildcards (including the unicode wildcards), and masktest against a NT4 workstation with hundreds of thousands of random exmaples has not found a single error. amazingly it is only about 60 lines of code, but it has taken us years to get it right. I didn't sleep much last night :) (This used to be commit cc9e007cdfdd300189f89e2a55e4234e47fa842d)
2000-03-26load smb.conf and interfaces in masktest (to allow for netbios nameAndrew Tridgell1-0/+4
resolution) (This used to be commit f007531742f5570d5b9b8cb20cab19cd1ab1bfed)
2000-02-10the beginnings of a fnmatch() based wildcard matching routineAndrew Tridgell1-20/+66
(This used to be commit ef256de9d9a204cf91fe8b636d07400cd0648d1e)
2000-02-09update masktest for new make_nmb_name() syntaxAndrew Tridgell1-3/+3
(This used to be commit 3609e835d4f938190f43b958403978c892b4bc9b)
2000-02-09added masktest to head branch, in preparation for another assault onAndrew Tridgell1-0/+435
the wildcard handling code (This used to be commit 3f77690dade57f4ae9da7196b0aa7a3a43afcc46)