Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start of merge to 2_2_RELEASE branch for release. | Jeremy Allison | 2002-04-30 | 1 | -7/+11 |
| | | | | Jeremy. | ||||
* | Move over to RELEASE branch. | Jeremy Allison | 2002-02-01 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Adnrew's 64 bit locking fixes for RedHat 7.0.... (sigh). They don't | Jeremy Allison | 2000-09-29 | 1 | -19/+19 |
| | | | | | seem to peturb much. Jeremy. | ||||
* | slightly saner defaults | Andrew Tridgell | 2000-06-29 | 1 | -3/+3 |
| | |||||
* | allow for lots of connections per server | Andrew Tridgell | 2000-06-13 | 1 | -75/+76 |
| | |||||
* | don't ue nasty /proc/locks hack by default | Andrew Tridgell | 2000-06-05 | 1 | -2/+2 |
| | |||||
* | added -O (use oplocks) option to locktest | Andrew Tridgell | 2000-06-05 | 1 | -1/+8 |
| | |||||
* | minor fixes | Andrew Tridgell | 2000-05-24 | 1 | -4/+0 |
| | |||||
* | added -u hide_unlock_fails option | Andrew Tridgell | 2000-05-24 | 1 | -2/+7 |
| | |||||
* | use lp_workgroup() | Andrew Tridgell | 2000-05-24 | 1 | -3/+4 |
| | | | | use \\ in front of filenames | ||||
* | Added -W workgroup command line option. | Tim Potter | 2000-05-22 | 1 | -1/+6 |
| | | | | Added call to codepage_initialise(). | ||||
* | signed/unsigned fixes so we can handle a lock base close to 2^32 | Andrew Tridgell | 2000-05-06 | 1 | -31/+29 |
| | |||||
* | make debug easier to read | Andrew Tridgell | 2000-05-05 | 1 | -6/+9 |
| | |||||
* | make debug easier to read | Andrew Tridgell | 2000-05-05 | 1 | -5/+6 |
| | |||||
* | nasty hack to print posix locks | Andrew Tridgell | 2000-05-05 | 1 | -0/+17 |
| | |||||
* | example of broken posix lock behaviour | Andrew Tridgell | 2000-05-05 | 1 | -0/+8 |
| | |||||
* | parameterize the lock timeout | Andrew Tridgell | 2000-05-04 | 1 | -2/+3 |
| | |||||
* | an even simpler example of NT gettings its locking code wrong. This | Andrew Tridgell | 2000-05-04 | 1 | -20/+14 |
| | | | | | | | | one doesn't even need two connections to the box, just two file handles. it is a very simple case actually, and one I think will happen quite a lot in real life. I wonder how they haven't noticed it? I checked and W2K has the same bug. | ||||
* | need LOCKING_OBJ in locktest now | Andrew Tridgell | 2000-05-04 | 1 | -3/+7 |
| | |||||
* | more locktest improvements | Andrew Tridgell | 2000-05-04 | 1 | -31/+81 |
| | | | | | the current preset tests show a very interesting NT bug - it sometimes refuses a lock that it shouldn't. | ||||
* | added -A analyze mode to locktest - it can now automatically prune | Andrew Tridgell | 2000-05-04 | 1 | -139/+242 |
| | | | | the list of locks that cause a failure | ||||
* | found a much simpler case that kills the posix locking | Andrew Tridgell | 2000-05-04 | 1 | -5/+5 |
| | |||||
* | fixed a uninit memory read that insure found | Andrew Tridgell | 2000-05-04 | 1 | -6/+3 |
| | |||||
* | added ability to present lock tests | Andrew Tridgell | 2000-05-04 | 1 | -16/+40 |
| | |||||
* | improved the lock test program | Andrew Tridgell | 2000-05-03 | 1 | -15/+27 |
| | |||||
* | added a nasty lock testing program | Andrew Tridgell | 2000-05-03 | 1 | -0/+340 |
it opens 2 connections to each of 2 servers, and opens 2 fnums on the same file on each connection (a total of 8 file descriptors) then it does random lock/unlock/reopen requests in a 100 byte range on the file and compares the results from the 2 servers. strangely enough, NT fails this test against itself right now - I'm still trying to figure that out. |