summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2001-03-30utils/torture.c: Added one more delete on close test.Jeremy Allison1-0/+55
2001-03-30Added one more test - just to make sure flag can be unset.Jeremy Allison1-1/+43
2001-03-30Expanded delete on close test to 6 cases. I now understand the semantics ofJeremy Allison1-2/+53
2001-03-30Changed to using GENERIC_XX constants instead of hex values to makeJeremy Allison1-9/+57
2001-03-30Added delete on close test that has allowed me to determine how w2kJeremy Allison1-0/+147
2001-03-27Fix for ENOSPC from DCB.Jeremy Allison1-4/+10
2001-03-26Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....Jeremy Allison1-2/+12
2001-03-23groupdb/mapping.c:Jeremy Allison1-0/+2
2001-03-23can delete mapping from command line now.Jean-François Micouleau1-12/+15
2001-03-23first pass of the new group mapping codeJean-François Micouleau1-0/+341
2001-03-21added -E option (for exit on errors)Andrew Tridgell1-2/+8
2001-03-21latest attempt at lanman1 wildcard matchingAndrew Tridgell1-4/+20
2001-03-14patches from Simo. Couple of snity thingsGerald Carter1-4/+4
2001-03-11Added JF's new util.Jeremy Allison1-0/+64
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2-14/+9
2001-02-28Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison1-22/+18
2001-02-27better handling of '.'Andrew Tridgell1-15/+17
2001-02-27remove some test codeAndrew Tridgell1-1/+2
2001-02-27almost there with lanman1 wildcards. We now seem to correctly handleAndrew Tridgell1-4/+17
2001-02-27I have now found that despite initial appearences the lanman1 wildcardAndrew Tridgell1-35/+24
2001-02-26made some LANMAN1 wildcard progressAndrew Tridgell1-6/+7
2001-02-26made some progress in masktestAndrew Tridgell1-16/+15
2001-02-25a snapshot of my attempts to get wildcard matching right for LANMAN1Andrew Tridgell1-10/+108
2001-02-23make sure denied aces are firstAndrew Tridgell1-1/+1
2001-02-23cast the qsortAndrew Tridgell1-1/+1
2001-02-23- fixed the sort_acl bug, sorting now works rightAndrew Tridgell1-45/+32
2001-02-22don't crash on null acl sortAndrew Tridgell1-0/+2
2001-02-22fixed character set init in smbw_sampleAndrew Tridgell1-0/+2
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