The branch, master has been updated
       via  7fb590d4f9be26a67e7cd276d63b66cff8901e91 (commit)
      from  0132423a094e8f619bef9e59728e4fa76303c834 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7fb590d4f9be26a67e7cd276d63b66cff8901e91
Author: Jeremy Allison <[EMAIL PROTECTED]>
Date:   Tue Oct 14 15:39:02 2008 -0700

    Note url explaining this code.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c
index f129506..848d3e4 100644
--- a/source3/smbd/posix_acls.c
+++ b/source3/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