summaryrefslogtreecommitdiff
path: root/source3/utils/smbcacls.c
AgeCommit message (Expand)AuthorFilesLines
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-07Added undocumented -t command for testing parsing of acl entries.Tim Potter1-11/+118
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