summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2001-02-22- workaround filer lsa lookup bug for unknown sidsAndrew Tridgell1-11/+10
2001-02-22cope with filer/NT/samba all in one binary. yeah.Andrew Tridgell1-7/+35
2001-02-21fixed a crash bug in smbpasswdAndrew Tridgell1-1/+0
2001-02-20don't need _uni hack nowAndrew Tridgell1-30/+6
2001-02-20playing with CAP_NT_SMBSAndrew Tridgell1-2/+2
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison1-19/+32
2001-01-23Some systems don't support SEC_RIGHTS_MAXIMUM_ALLOWED for lsa_open_policy()Tim Potter1-1/+5
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-2/+9
2001-01-05Needed a callback arg on cli_list ...Richard Sharpe2-8/+8
2001-01-04I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe1-3/+3
2000-12-21Return appropriate exit codes for various situations:Tim Potter1-22/+32
2000-12-21Don't call string_to_sid after cli_lsa_lookup_names() fails.Tim Potter1-2/+55
2000-12-21Some systems seem to only accept a ntcreate&x with a unicode filenameTim Potter1-5/+45
2000-12-21Cleaned up SidToString() and StringToSid() exit paths.Tim Potter1-17/+27
2000-12-20implemented a much nicer name_status() interface. It now returns aAndrew Tridgell1-6/+51
2000-12-16Added -C username and -G username that allow a user (usually Administrator)Jeremy Allison1-5/+61
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2-8/+25
2000-12-14Renamed parameters and variables called acl to the_acl as it conflictsTim Potter1-18/+18
2000-12-14Cache lsa connection and policy handle for resolving names and sids.Tim Potter1-48/+56
2000-12-13Convert names to sids when modifying ACLs. Convert sids to names whenTim Potter1-10/+68
2000-12-12Don't print out the security descriptor type as it is automaticallyTim Potter1-7/+1
2000-12-12Better error checking for ACL parsing.Tim Potter1-7/+21
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