summaryrefslogtreecommitdiffstats
path: root/source/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix for safe_free freeing static strings. From Robert August Vincent, II.Jeremy Allison2000-08-211-5/+6
* fixed help stringAndrew Tridgell2000-08-091-1/+2
* Fixed memory leaks in root and non-root password changing.Tim Potter2000-07-261-7/+20
* Removed the sanity check on the WINS SERVER parameter because it simplyChristopher R. Hertel2000-07-181-17/+0
* the smbw sample progAndrew Tridgell2000-07-061-0/+93
* slightly saner defaultsAndrew Tridgell2000-06-291-3/+3
* add -d debuglevel optionAndrew Tridgell2000-06-151-1/+5
* If I use nmblookup to search for node ZOOB#1B and there is no such nameChristopher R. Hertel2000-06-131-4/+6
* argv parsing fixesAndrew Tridgell2000-06-131-2/+2
* allow for lots of connections per serverAndrew Tridgell2000-06-131-75/+76
* added -L switch to tell smbtorture to use oplocksAndrew Tridgell2000-06-132-4/+7
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-2/+2
* don't ue nasty /proc/locks hack by defaultAndrew Tridgell2000-06-051-2/+2
* added locktest2Andrew Tridgell2000-06-051-0/+626
* added -O (use oplocks) option to locktestAndrew Tridgell2000-06-051-1/+8
* moved secrets fns into secrets.cAndrew Tridgell2000-06-031-1/+1
* fixed bugs in fdpass testsAndrew Tridgell2000-05-271-8/+11
* move srandom to after connect so random stuff in clientgen doesn'tAndrew Tridgell2000-05-271-2/+4
* minor fixesAndrew Tridgell2000-05-242-7/+4
* 2nd evil simultaneous read-write test. forks. one writer. othersLuke Leighton2000-05-241-1/+118
* we don't do "revalidate = yes" any moreAndrew Tridgell2000-05-241-5/+0
* added -u hide_unlock_fails optionAndrew Tridgell2000-05-241-2/+7
* use \\ in front of filenamesAndrew Tridgell2000-05-241-2/+2
* use lp_workgroup()Andrew Tridgell2000-05-241-10/+13
* use lp_workgroup()Andrew Tridgell2000-05-241-3/+4
* torture test:Luke Leighton2000-05-241-0/+91
* Added -W workgroup command line option.Tim Potter2000-05-222-2/+12
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-081-14/+3
* signed/unsigned fixes so we can handle a lock base close to 2^32Andrew Tridgell2000-05-061-31/+29
* make debug easier to readAndrew Tridgell2000-05-051-6/+9
* make debug easier to readAndrew Tridgell2000-05-051-5/+6
* nasty hack to print posix locksAndrew Tridgell2000-05-051-0/+17
* example of broken posix lock behaviourAndrew Tridgell2000-05-051-0/+8
* rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison2000-05-041-2/+14
* parameterize the lock timeoutAndrew Tridgell2000-05-041-2/+3
* added a test for the NT byte range lock into smbtortureAndrew Tridgell2000-05-041-1/+16
* an even simpler example of NT gettings its locking code wrong. ThisAndrew Tridgell2000-05-041-20/+14
* need LOCKING_OBJ in locktest nowAndrew Tridgell2000-05-041-3/+7
* more locktest improvementsAndrew Tridgell2000-05-041-31/+81
* fixed message textAndrew Tridgell2000-05-041-1/+1
* added -A analyze mode to locktest - it can now automatically pruneAndrew Tridgell2000-05-041-139/+242
* found a much simpler case that kills the posix lockingAndrew Tridgell2000-05-041-5/+5
* fixed a uninit memory read that insure foundAndrew Tridgell2000-05-041-6/+3
* added ability to present lock testsAndrew Tridgell2000-05-041-16/+40
* improved the lock test programAndrew Tridgell2000-05-031-15/+27
* added a nasty lock testing programAndrew Tridgell2000-05-031-0/+340
* Added read overlay write lock on same fnum test to locktest2.Jeremy Allison2000-05-031-1/+117
* locking/posix.c: Fixed double-free nasty crash bug found by insure.Jeremy Allison2000-05-012-1/+10
* handle the special rule of *.* for old style listings when old_list isAndrew Tridgell2000-04-301-0/+3
* added cli_list_old() to allow for old style directory listing fromAndrew Tridgell2000-04-301-5/+12