The branch, v3-3-test has been updated
       via  9fd84b90bf783987d32aded9be98c9c7b7543b2b (commit)
      from  5f41f1c8192739b5b9c14f1e9967567d9d781851 (commit)

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


- Log -----------------------------------------------------------------
commit 9fd84b90bf783987d32aded9be98c9c7b7543b2b
Author: Jeremy Allison <[EMAIL PROTECTED]>
Date:   Tue Oct 14 15:37:40 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 4e35e9d..5686937 100644
--- a/source/smbd/posix_acls.c
+++ b/source/smbd/posix_acls.c
@@ -3510,6 +3510,10 @@ NTSTATUS set_nt_acl(files_struct *fsp, uint32 
security_info_sent, const SEC_DESC
 
        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

Reply via email to