Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start of merge to 2_2_RELEASE branch for release. | Jeremy Allison | 2002-04-30 | 1 | -9/+26 |
| | | | | Jeremy. | ||||
* | Move over to RELEASE branch. | Jeremy Allison | 2002-02-01 | 1 | -1/+0 |
| | | | | Jeremy. | ||||
* | Syncup getting ready for release. | Jeremy Allison | 2001-07-06 | 1 | -23/+148 |
| | | | | Jeremy. | ||||
* | move srandom to after connect so random stuff in clientgen doesn't | Andrew Tridgell | 2000-05-27 | 1 | -2/+4 |
| | | | | change seed | ||||
* | minor fixes | Andrew Tridgell | 2000-05-24 | 1 | -3/+4 |
| | |||||
* | use lp_workgroup() | Andrew Tridgell | 2000-05-24 | 1 | -10/+13 |
| | | | | | use \\ in front of filenames get short name via a separate trans2 level 260 call | ||||
* | Added -W workgroup command line option. | Tim Potter | 2000-05-22 | 1 | -1/+6 |
| | | | | Added call to codepage_initialise(). | ||||
* | handle the special rule of *.* for old style listings when old_list is | Andrew Tridgell | 2000-04-30 | 1 | -0/+3 |
| | | | | true | ||||
* | added cli_list_old() to allow for old style directory listing from | Andrew Tridgell | 2000-04-30 | 1 | -5/+12 |
| | | | | masktest | ||||
* | changed masktest to test the internal algorithm against one server, | Andrew Tridgell | 2000-04-30 | 1 | -78/+30 |
| | | | | rather than 2 servers | ||||
* | YIPEE!!!!! | Andrew Tridgell | 2000-04-30 | 1 | -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 name | Andrew Tridgell | 2000-03-26 | 1 | -0/+4 |
| | | | | resolution) | ||||
* | the beginnings of a fnmatch() based wildcard matching routine | Andrew Tridgell | 2000-02-10 | 1 | -20/+66 |
| | |||||
* | update masktest for new make_nmb_name() syntax | Andrew Tridgell | 2000-02-09 | 1 | -3/+3 |
| | |||||
* | added masktest to head branch, in preparation for another assault on | Andrew Tridgell | 2000-02-09 | 1 | -0/+435 |
the wildcard handling code |