summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_acl_common.c
Commit message (Expand)AuthorAgeFilesLines
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-311-2/+2
* s3: Fix an uninitialized variableVolker Lendecke2010-08-011-1/+1
* s3-security: use shared SECINFO_DACL define.Günther Deschner2010-06-031-10/+10
* s3-security: use shared SECINFO_SACL define.Günther Deschner2010-06-031-2/+2
* s3-security: use shared SECINFO_GROUP define.Günther Deschner2010-06-031-10/+10
* s3-security: use shared SECINFO_OWNER define.Günther Deschner2010-06-031-10/+10
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+2
* s3-secdesc: use SD_REVISION from security.idl.Günther Deschner2010-05-181-2/+2
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-2/+2
* Missed a couple more uses of conn->server_info->ptok that need to be get_curr...Jeremy Allison2010-03-121-7/+9
* Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison2010-03-051-0/+2
* s3: fix build issue on Tru64Björn Jacke2010-02-071-7/+7
* 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