summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_acl_common.c
Commit message (Expand)AuthorAgeFilesLines
* Modification of fix for bug 6876 - Delete of an object whose parent folder do...Jeremy Allison2010-01-161-8/+5
* Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison2010-01-121-0/+127
* Attempt to fix one of the last two bugs with the full Windows ACL support.Jeremy Allison2009-12-231-0/+106
* parent_sd can never be null in this function, so don'tJeremy Allison2009-12-071-1/+5
* Hopefullt final fix for 6802 - acl_xattr.c module: A created folder does not ...Jeremy Allison2009-12-071-182/+166
* Remove smb_fname duplicates that just keep the same information as in fsp->fs...Jeremy Allison2009-12-031-4/+0
* Restructure the ACL code some more, get the internal semanticsJeremy Allison2009-12-021-169/+130
* Ensure check_parent_acl_common() only looks at storedJeremy Allison2009-12-021-2/+16
* Ensure get_nt_acl_internal() only looks at the ACL blobs, notJeremy Allison2009-12-021-18/+22
* Fix DEBUG 0 -> DEBUG 10 (left over code).Jeremy Allison2009-11-301-2/+4
* Fix bug 6938 : No hook exists to check creation rights when using acl_xattr m...Jeremy Allison2009-11-301-7/+102
* Fix bug 6892 - When a chown operation is issued via Windows Explorer, all ACL...Jeremy Allison2009-11-251-15/+36
* Fix bug 6802 - A created folder does not properly inherit permissions from pa...Barry Sabsevitz2009-10-231-4/+38
* Remove lots of duplicate code and move it into oneJeremy Allison2009-10-021-17/+13
* Fix the build breakage by #including modules/vfs_acl_common.cJeremy Allison2009-07-271-15/+20
* Factor out common code into vfs_acl_common.c.Jeremy Allison2009-07-241-0/+637