1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

67 Commits

Author SHA1 Message Date
Andrew Tridgell
032442802f added a comment -
Andrew Tridgell
374d08be64 fixed the parsing again and got setting acls working with w2k -
Tim Potter
faaa71a032 Added some cli_errstr() calls. -
Tim Potter
ee6f5a9672 Removed lsa lookup warnings (I'll remember).
Print an error if -M refers to a non-existent ACL.
-
Andrew Tridgell
117956ecb1 fixed setting ACLs on directories -
Tim Potter
8a20318c56 Mask value now displayed as READ/CHANGE/FULL for standard permissions, or
RWXDPO for special permissions.

Append 0x to values printed as hex.

Spruced up the help message.
-
Andrew Tridgell
52b27d75e1 removed SACL support (as it doesn't work with w2k if you ask for
SACLs)
-
Andrew Tridgell
71adecd163 signed/unsigned warning fixed -
Andrew Tridgell
44524958ed fixed acls set bug -
Andrew Tridgell
077ee4a7ac fixed SACL bug -
Andrew Tridgell
1e0d5f0695 - with -D only delete first match
- fixed delete bug
-
Andrew Tridgell
cb324b53c6 - added help
- added add/modify/delete/set as separate operations
-
Andrew Tridgell
f8dbd2b799 cleaner parsing and default handling -
Andrew Tridgell
fd4c03aef6 - better parsing
- started to add non-numeric support
-
Andrew Tridgell
6cea1647fc getting/setting acls now works. The SIDs are still numeric, the next
step is to support usernames etc
-
Andrew Tridgell
c6c90dc8e1 added basic ability to dump remote file acls -
Andrew Tridgell
f2f9859b70 a prootype program for querying/setting a security decsriptor on a
remote machine

it is by no means complete, expect more commits soon
-