summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* removed SACL support (as it doesn't work with w2k if you ask forAndrew Tridgell2000-12-041-52/+7
* signed/unsigned warning fixedAndrew Tridgell2000-12-041-2/+3
* fixed acls set bugAndrew Tridgell2000-12-041-13/+18
* fixed SACL bugAndrew Tridgell2000-12-041-8/+3
* - with -D only delete first matchAndrew Tridgell2000-12-041-12/+23
* - added helpAndrew Tridgell2000-12-031-12/+118
* cleaner parsing and default handlingAndrew Tridgell2000-12-031-17/+22
* - better parsingAndrew Tridgell2000-12-031-64/+123
* getting/setting acls now works. The SIDs are still numeric, the nextAndrew Tridgell2000-12-031-9/+155
* added basic ability to dump remote file aclsAndrew Tridgell2000-12-031-6/+52
* a prootype program for querying/setting a security decsriptor on aAndrew Tridgell2000-12-031-0/+233
* support smbcontrol sending messages to itself (for testing purposes)Andrew Tridgell2000-11-171-0/+2
* Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2000-11-162-12/+37
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-4/+120
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-12/+17
* Merge of Herb's profiling code.Jeremy Allison2000-11-111-0/+49
* Merge in Herb's changes from 2.2.Jeremy Allison2000-11-101-2/+14
* lib/messages.c add debug print for receipt of PING andHerb Lewis2000-10-121-1/+2
* print source PID in PONG and debuglevel message. Allow request debuglevelHerb Lewis2000-10-121-10/+30
* Simple cleanup, but I also changed the value of the dlevel parameter passedChristopher R. Hertel2000-10-111-5/+5
* changes to sync with 2.2. treeHerb Lewis2000-10-111-4/+6
* don't use gets() !Andrew Tridgell2000-10-101-2/+2
* Added Herb's fixes to HEAD.Jeremy Allison2000-10-061-2/+59
* utils/smbcontrol.c: Fixes from Herb for interactive use.Jeremy Allison2000-09-291-29/+82
* use the 64 bit locking interface in locktestAndrew Tridgell2000-09-291-19/+19
* added NEGNOWAIT. sent to secure@microsoft.comLuke Leighton2000-09-261-2/+35
* first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell2000-09-132-14/+159
* - fixed some memory leaks in the messages codeAndrew Tridgell2000-09-121-3/+21
* - changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2000-09-121-1/+1
* a simple test program I use to test the debug message systemAndrew Tridgell2000-09-111-0/+63
* 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