summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_common.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-23Attempt to fix one of the last two bugs with the full Windows ACL support.Jeremy Allison1-0/+106
2009-12-07parent_sd can never be null in this function, so don'tJeremy Allison1-1/+5
2009-12-07Hopefullt final fix for 6802 - acl_xattr.c module: A created folder does not ...Jeremy Allison1-182/+166
2009-12-03Remove smb_fname duplicates that just keep the same information as in fsp->fs...Jeremy Allison1-4/+0
2009-12-02Restructure the ACL code some more, get the internal semanticsJeremy Allison1-169/+130
2009-12-02Ensure check_parent_acl_common() only looks at storedJeremy Allison1-2/+16
2009-12-02Ensure get_nt_acl_internal() only looks at the ACL blobs, notJeremy Allison1-18/+22
2009-11-30Fix DEBUG 0 -> DEBUG 10 (left over code).Jeremy Allison1-2/+4
2009-11-30Fix bug 6938 : No hook exists to check creation rights when using acl_xattr m...Jeremy Allison1-7/+102
2009-11-25Fix bug 6892 - When a chown operation is issued via Windows Explorer, all ACL...Jeremy Allison1-15/+36
2009-10-23Fix bug 6802 - A created folder does not properly inherit permissions from pa...Barry Sabsevitz1-4/+38
2009-10-02Remove lots of duplicate code and move it into oneJeremy Allison1-17/+13
2009-07-27Fix the build breakage by #including modules/vfs_acl_common.cJeremy Allison1-15/+20
2009-07-24Factor out common code into vfs_acl_common.c.Jeremy Allison1-0/+637