summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2000-12-11Fixed very subtle bug returning correct error on an open, when we haveJeremy Allison1-2/+69
2000-12-07Added undocumented -t command for testing parsing of acl entries.Tim Potter1-11/+118
2000-12-06added passdb editor (rough form with a few bugs) Should workGerald Carter1-0/+692
2000-12-04added a commentAndrew Tridgell1-0/+2
2000-12-04fixed the parsing again and got setting acls working with w2kAndrew Tridgell1-3/+3
2000-12-04Added some cli_errstr() calls.Tim Potter1-4/+4
2000-12-04Removed lsa lookup warnings (I'll remember).Tim Potter1-4/+19
2000-12-04fixed setting ACLs on directoriesAndrew Tridgell1-2/+2
2000-12-04Mask value now displayed as READ/CHANGE/FULL for standard permissions, orTim Potter1-27/+66
2000-12-04removed SACL support (as it doesn't work with w2k if you ask forAndrew Tridgell1-52/+7
2000-12-04signed/unsigned warning fixedAndrew Tridgell1-2/+3
2000-12-04fixed acls set bugAndrew Tridgell1-13/+18
2000-12-04fixed SACL bugAndrew Tridgell1-8/+3
2000-12-04- with -D only delete first matchAndrew Tridgell1-12/+23
2000-12-03- added helpAndrew Tridgell1-12/+118
2000-12-03cleaner parsing and default handlingAndrew Tridgell1-17/+22
2000-12-03- better parsingAndrew Tridgell1-64/+123
2000-12-03getting/setting acls now works. The SIDs are still numeric, the nextAndrew Tridgell1-9/+155
2000-12-03added basic ability to dump remote file aclsAndrew Tridgell1-6/+52
2000-12-03a prootype program for querying/setting a security decsriptor on aAndrew Tridgell1-0/+233
2000-11-17support smbcontrol sending messages to itself (for testing purposes)Andrew Tridgell1-0/+2
2000-11-16Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2-12/+37
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison1-4/+120
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-12/+17
2000-11-11Merge of Herb's profiling code.Jeremy Allison1-0/+49
2000-11-10Merge in Herb's changes from 2.2.Jeremy Allison1-2/+14
2000-10-12lib/messages.c add debug print for receipt of PING andHerb Lewis1-1/+2
2000-10-12print source PID in PONG and debuglevel message. Allow request debuglevelHerb Lewis1-10/+30
2000-10-11Simple cleanup, but I also changed the value of the dlevel parameter passedChristopher R. Hertel1-5/+5
2000-10-11changes to sync with 2.2. treeHerb Lewis1-4/+6
2000-10-10don't use gets() !Andrew Tridgell1-2/+2
2000-10-06Added Herb's fixes to HEAD.Jeremy Allison1-2/+59
2000-09-29utils/smbcontrol.c: Fixes from Herb for interactive use.Jeremy Allison1-29/+82
2000-09-29use the 64 bit locking interface in locktestAndrew Tridgell1-19/+19
2000-09-26added NEGNOWAIT. sent to secure@microsoft.comLuke Leighton1-2/+35
2000-09-13first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell2-14/+159
2000-09-12- fixed some memory leaks in the messages codeAndrew Tridgell1-3/+21
2000-09-12- changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell1-1/+1
2000-09-11a simple test program I use to test the debug message systemAndrew Tridgell1-0/+63
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