summaryrefslogtreecommitdiff
path: root/source3/utils/locktest.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-13allow for lots of connections per serverAndrew Tridgell1-75/+76
2000-06-05don't ue nasty /proc/locks hack by defaultAndrew Tridgell1-2/+2
2000-06-05added -O (use oplocks) option to locktestAndrew Tridgell1-1/+8
2000-05-24minor fixesAndrew Tridgell1-4/+0
2000-05-24added -u hide_unlock_fails optionAndrew Tridgell1-2/+7
2000-05-24use lp_workgroup()Andrew Tridgell1-3/+4
2000-05-22Added -W workgroup command line option.Tim Potter1-1/+6
2000-05-06signed/unsigned fixes so we can handle a lock base close to 2^32Andrew Tridgell1-31/+29
2000-05-05make debug easier to readAndrew Tridgell1-6/+9
2000-05-05make debug easier to readAndrew Tridgell1-5/+6
2000-05-05nasty hack to print posix locksAndrew Tridgell1-0/+17
2000-05-05example of broken posix lock behaviourAndrew Tridgell1-0/+8
2000-05-04parameterize the lock timeoutAndrew Tridgell1-2/+3
2000-05-04an even simpler example of NT gettings its locking code wrong. ThisAndrew Tridgell1-20/+14
2000-05-04need LOCKING_OBJ in locktest nowAndrew Tridgell1-3/+7
2000-05-04more locktest improvementsAndrew Tridgell1-31/+81
2000-05-04added -A analyze mode to locktest - it can now automatically pruneAndrew Tridgell1-139/+242
2000-05-04found a much simpler case that kills the posix lockingAndrew Tridgell1-5/+5
2000-05-04fixed a uninit memory read that insure foundAndrew Tridgell1-6/+3
2000-05-04added ability to present lock testsAndrew Tridgell1-16/+40
2000-05-03improved the lock test programAndrew Tridgell1-15/+27
2000-05-03added a nasty lock testing programAndrew Tridgell1-0/+340