[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-32-61-g0de73ee

Jeremy Allison jra at samba.org
Thu Nov 6 03:12:54 GMT 2008


The branch, v3-0-test has been updated
       via  0de73eeb1a17b6af217babd626b203eca975541f (commit)
      from  af33c8b3521564c229091f197341ba33a7d6f162 (commit)

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


- Log -----------------------------------------------------------------
commit 0de73eeb1a17b6af217babd626b203eca975541f
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Nov 5 19:12:10 2008 -0800

    Add reference to bug #4308 to remind me to add regression test to smbtorture.
    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 2fb8f9f..2242405 100644
--- a/source/smbd/posix_acls.c
+++ b/source/smbd/posix_acls.c
@@ -3426,6 +3426,10 @@ BOOL 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 and also the log trace in bug #4308. 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