summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_acl.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4464: added pvfs backend support for the special CREATOR_OWNER and CREATOR_G...Andrew Tridgell1-1/+37
2007-10-10r4448: - fixed access_mask checking on acl setAndrew Tridgell1-2/+36
2007-10-10r4412: SEC_FILE_READ_ATTRIBUTE is always granted, even if not requested. This...Andrew Tridgell1-0/+2
2007-10-10r4411: when checking for create permissions, we need to check the parent, not...Andrew Tridgell1-1/+1
2007-10-10r4408: added the remaining access check hooks into pvfs. All calls should now...Andrew Tridgell1-0/+21
2007-10-10r4403: - added ACL inheritance in the pvfs backend. ACLs are now inherited onAndrew Tridgell1-1/+163
2007-10-10r4391: bring the default ACL inline with what w2k3 usesAndrew Tridgell1-72/+37
2007-10-10r4314: added ACL checking on unlinkAndrew Tridgell1-0/+13
2007-10-10r4205: fixed the default acl mapping from posix permissions to use the mappedAndrew Tridgell1-33/+33
2007-10-10r4147: converted from NT_USER_TOKEN to struct security_tokenAndrew Tridgell1-1/+1
2007-10-10r4056: modified the access check code based on results from RAW-ACLSAndrew Tridgell1-0/+41
2007-10-10r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell1-1/+1
2007-10-10r4026: added NT ACL checking on pvfs_open() for existing files. I need toAndrew Tridgell1-2/+78
2007-10-10r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell1-40/+40
2007-10-10r3995: improved the default ACL mapping from unix permsAndrew Tridgell1-7/+11
2007-10-10r3990: take advantage of the uid->sid and gid->sid code to create a muchAndrew Tridgell1-14/+91
2007-10-10r3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMALL in nttrans serverAndrew Tridgell1-0/+1
2007-10-10r3833: NTACL is a better xattr name than DosAcl (tpot suggested this)Andrew Tridgell1-5/+5
2007-10-10r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL isAndrew Tridgell1-0/+193