summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2000-08-21Fix for safe_free freeing static strings. From Robert August Vincent, II.Jeremy Allison1-5/+6
2000-08-09fixed help stringAndrew Tridgell1-1/+2
2000-07-26Fixed memory leaks in root and non-root password changing.Tim Potter1-7/+20
2000-07-18Removed the sanity check on the WINS SERVER parameter because it simplyChristopher R. Hertel1-17/+0
2000-07-06the smbw sample progAndrew Tridgell1-0/+93
2000-06-29slightly saner defaultsAndrew Tridgell1-3/+3
2000-06-15add -d debuglevel optionAndrew Tridgell1-1/+5
2000-06-13If I use nmblookup to search for node ZOOB#1B and there is no such nameChristopher R. Hertel1-4/+6
2000-06-13argv parsing fixesAndrew Tridgell1-2/+2
2000-06-13allow for lots of connections per serverAndrew Tridgell1-75/+76
2000-06-13added -L switch to tell smbtorture to use oplocksAndrew Tridgell2-4/+7
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-2/+2
2000-06-05don't ue nasty /proc/locks hack by defaultAndrew Tridgell1-2/+2
2000-06-05added locktest2Andrew Tridgell1-0/+626
2000-06-05added -O (use oplocks) option to locktestAndrew Tridgell1-1/+8
2000-06-03moved secrets fns into secrets.cAndrew Tridgell1-1/+1
2000-05-27fixed bugs in fdpass testsAndrew Tridgell1-8/+11
2000-05-27move srandom to after connect so random stuff in clientgen doesn'tAndrew Tridgell1-2/+4
2000-05-24minor fixesAndrew Tridgell2-7/+4
2000-05-242nd evil simultaneous read-write test. forks. one writer. othersLuke Leighton1-1/+118
2000-05-24we don't do "revalidate = yes" any moreAndrew Tridgell1-5/+0
2000-05-24added -u hide_unlock_fails optionAndrew Tridgell1-2/+7
2000-05-24use \\ in front of filenamesAndrew Tridgell1-2/+2
2000-05-24use lp_workgroup()Andrew Tridgell1-10/+13
2000-05-24use lp_workgroup()Andrew Tridgell1-3/+4
2000-05-24torture test:Luke Leighton1-0/+91
2000-05-22Added -W workgroup command line option.Tim Potter2-2/+12
2000-05-08added secrets.tdb and changed storage of trust account password to useAndrew Tridgell1-14/+3
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-04rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison1-2/+14
2000-05-04parameterize the lock timeoutAndrew Tridgell1-2/+3
2000-05-04added a test for the NT byte range lock into smbtortureAndrew Tridgell1-1/+16
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-04fixed message textAndrew Tridgell1-1/+1
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
2000-05-03Added read overlay write lock on same fnum test to locktest2.Jeremy Allison1-1/+117
2000-05-01locking/posix.c: Fixed double-free nasty crash bug found by insure.Jeremy Allison2-1/+10
2000-04-30handle the special rule of *.* for old style listings when old_list isAndrew Tridgell1-0/+3
2000-04-30added cli_list_old() to allow for old style directory listing fromAndrew Tridgell1-5/+12