svn commit: samba r15078 - in branches/SAMBA_4_0/source/ntvfs/posix: .

metze at samba.org metze at samba.org
Thu Apr 13 12:59:42 GMT 2006


Author: metze
Date: 2006-04-13 12:59:41 +0000 (Thu, 13 Apr 2006)
New Revision: 15078

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15078

Log:
add TODO about setting the full ACL with an NTTRANS_CREATE

metze
Modified:
   branches/SAMBA_4_0/source/ntvfs/posix/pvfs_open.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/posix/pvfs_open.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/posix/pvfs_open.c	2006-04-13 12:17:12 UTC (rev 15077)
+++ branches/SAMBA_4_0/source/ntvfs/posix/pvfs_open.c	2006-04-13 12:59:41 UTC (rev 15078)
@@ -143,7 +143,7 @@
 	/* setup an initial sec_desc if requested */
 	if (io->ntcreatex.in.sec_desc) {
 		union smb_setfileinfo set;
-
+/* TODO: set the full ACL! */
 		set.set_secdesc.in.file.fnum = fnum;
 		set.set_secdesc.in.secinfo_flags = SECINFO_DACL;
 		set.set_secdesc.in.sd = io->ntcreatex.in.sec_desc;



More information about the samba-cvs mailing list