Return appropriate exit codes for various situations:
[samba.git] / source3 / utils / smbcacls.c
2000-12-21 Tim PotterReturn appropriate exit codes for various situations:
2000-12-21 Tim PotterDon't call string_to_sid after cli_lsa_lookup_names...
2000-12-21 Tim PotterSome systems seem to only accept a ntcreate&x with...
2000-12-21 Tim PotterCleaned up SidToString() and StringToSid() exit paths.
2000-12-16 Jeremy AllisonAdded -C username and -G username that allow a user...
2000-12-15 Jeremy AllisonFixed memory leaks in lsa_XX calls. Fixed memory leaks...
2000-12-14 Tim PotterRenamed parameters and variables called acl to the_acl...
2000-12-14 Tim PotterCache lsa connection and policy handle for resolving...
2000-12-13 Tim PotterConvert names to sids when modifying ACLs. Convert...
2000-12-12 Tim PotterDon't print out the security descriptor type as it...
2000-12-12 Tim PotterBetter error checking for ACL parsing.
2000-12-07 Tim PotterAdded undocumented -t command for testing parsing of...
2000-12-04 Andrew Tridgelladded a comment
2000-12-04 Andrew Tridgellfixed the parsing again and got setting acls working...
2000-12-04 Tim PotterAdded some cli_errstr() calls.
2000-12-04 Tim PotterRemoved lsa lookup warnings (I'll remember).
2000-12-04 Andrew Tridgellfixed setting ACLs on directories
2000-12-04 Tim PotterMask value now displayed as READ/CHANGE/FULL for standa...
2000-12-04 Andrew Tridgellremoved SACL support (as it doesn't work with w2k if...
2000-12-04 Andrew Tridgellsigned/unsigned warning fixed
2000-12-04 Andrew Tridgellfixed acls set bug
2000-12-04 Andrew Tridgellfixed SACL bug
2000-12-04 Andrew Tridgell- with -D only delete first match
2000-12-03 Andrew Tridgell- added help
2000-12-03 Andrew Tridgellcleaner parsing and default handling
2000-12-03 Andrew Tridgell- better parsing
2000-12-03 Andrew Tridgellgetting/setting acls now works. The SIDs are still...
2000-12-03 Andrew Tridgelladded basic ability to dump remote file acls
2000-12-03 Andrew Tridgella prootype program for querying/setting a security...