summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_common.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-03s3-security: use shared SECINFO_OWNER define.Günther Deschner1-10/+10
2010-05-31s3-build: only use ndr_security.h where needed.Günther Deschner1-0/+2
2010-05-18s3-secdesc: use SD_REVISION from security.idl.Günther Deschner1-2/+2
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-2/+2
2010-03-12Missed a couple more uses of conn->server_info->ptok that need to be get_curr...Jeremy Allison1-7/+9
2010-03-05Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison1-0/+2
2010-02-07s3: fix build issue on Tru64Björn Jacke1-7/+7
2010-01-16Modification of fix for bug 6876 - Delete of an object whose parent folder do...Jeremy Allison1-8/+5
2010-01-12Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison1-0/+127
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