summaryrefslogtreecommitdiffstats
path: root/source/utils/masktest.c
Commit message (Collapse)AuthorAgeFilesLines
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-9/+26
| | | | Jeremy.
* Move over to RELEASE branch.Jeremy Allison2002-02-011-1/+0
| | | | Jeremy.
* Syncup getting ready for release.Jeremy Allison2001-07-061-23/+148
| | | | Jeremy.
* move srandom to after connect so random stuff in clientgen doesn'tAndrew Tridgell2000-05-271-2/+4
| | | | change seed
* minor fixesAndrew Tridgell2000-05-241-3/+4
|
* use lp_workgroup()Andrew Tridgell2000-05-241-10/+13
| | | | | use \\ in front of filenames get short name via a separate trans2 level 260 call
* Added -W workgroup command line option.Tim Potter2000-05-221-1/+6
| | | | Added call to codepage_initialise().
* handle the special rule of *.* for old style listings when old_list isAndrew Tridgell2000-04-301-0/+3
| | | | true
* added cli_list_old() to allow for old style directory listing fromAndrew Tridgell2000-04-301-5/+12
| | | | masktest
* changed masktest to test the internal algorithm against one server,Andrew Tridgell2000-04-301-78/+30
| | | | rather than 2 servers
* YIPEE!!!!!Andrew Tridgell2000-04-301-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 :)
* load smb.conf and interfaces in masktest (to allow for netbios nameAndrew Tridgell2000-03-261-0/+4
| | | | resolution)
* the beginnings of a fnmatch() based wildcard matching routineAndrew Tridgell2000-02-101-20/+66
|
* update masktest for new make_nmb_name() syntaxAndrew Tridgell2000-02-091-3/+3
|
* added masktest to head branch, in preparation for another assault onAndrew Tridgell2000-02-091-0/+435
the wildcard handling code