[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3090-g4f1cdfe

Jeremy Allison jra at samba.org
Tue Oct 14 22:41:38 GMT 2008


The branch, v3-2-test has been updated
       via  4f1cdfe0901f4c78dff56ae5c26d2801b97d50d5 (commit)
      from  1d202a8a7bccc65e47fc78b17d89b7e74a358487 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 4f1cdfe0901f4c78dff56ae5c26d2801b97d50d5
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Oct 14 15:40:44 2008 -0700

    Note url explaining this code.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source/smbd/posix_acls.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/smbd/posix_acls.c b/source/smbd/posix_acls.c
index d798fa8..65ec251 100644
--- a/source/smbd/posix_acls.c
+++ b/source/smbd/posix_acls.c
@@ -3525,6 +3525,10 @@ NTSTATUS set_nt_acl(files_struct *fsp, uint32 security_info_sent, SEC_DESC *psd)
 
 	create_file_sids(&sbuf, &file_owner_sid, &file_grp_sid);
 
+	/* See here: http://www.codeproject.com/KB/winsdk/accessctrl2.aspx
+ 	 * for details. JRA.
+ 	 */
+
 	if ((security_info_sent & DACL_SECURITY_INFORMATION) &&
 		psd->dacl != NULL &&
 		(psd->type & (SE_DESC_DACL_AUTO_INHERITED|


-- 
Samba Shared Repository


More information about the samba-cvs mailing list