svn commit: samba r3834 - in branches/SAMBA_4_0/source: ntvfs/posix script/tests

tridge at samba.org tridge at samba.org
Thu Nov 18 03:45:06 GMT 2004


Author: tridge
Date: 2004-11-18 03:45:06 +0000 (Thu, 18 Nov 2004)
New Revision: 3834

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

Log:
- fixed XATTR_NTACL_NAME 

- pvfs now passes RAW-ACLS


Modified:
   branches/SAMBA_4_0/source/ntvfs/posix/pvfs_xattr.c
   branches/SAMBA_4_0/source/script/tests/test_posix.sh


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/posix/pvfs_xattr.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/posix/pvfs_xattr.c	2004-11-18 03:41:50 UTC (rev 3833)
+++ branches/SAMBA_4_0/source/ntvfs/posix/pvfs_xattr.c	2004-11-18 03:45:06 UTC (rev 3834)
@@ -361,7 +361,7 @@
 		return NT_STATUS_OK;
 	}
 	status = pvfs_xattr_ndr_load(pvfs, acl, name->full_name, fd, 
-				     XATTR_DOSACL_NAME,
+				     XATTR_NTACL_NAME,
 				     acl, 
 				     (ndr_pull_flags_fn_t)ndr_pull_xattr_NTACL);
 	return status;
@@ -384,7 +384,7 @@
 	   admin privileges to set it */
 	privs = root_privileges();
 	status = pvfs_xattr_ndr_save(pvfs, name->full_name, fd, 
-				     XATTR_DOSACL_NAME, 
+				     XATTR_NTACL_NAME, 
 				     acl, 
 				     (ndr_push_flags_fn_t)ndr_push_xattr_NTACL);
 	talloc_free(privs);

Modified: branches/SAMBA_4_0/source/script/tests/test_posix.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_posix.sh	2004-11-18 03:41:50 UTC (rev 3833)
+++ branches/SAMBA_4_0/source/script/tests/test_posix.sh	2004-11-18 03:45:06 UTC (rev 3834)
@@ -41,7 +41,7 @@
 tests="$tests RAW-QFSINFO RAW-QFILEINFO RAW-SFILEINFO-BUG RAW-SFILEINFO"
 tests="$tests RAW-LOCK RAW-MKDIR RAW-SEEK RAW-CONTEXT RAW-MUX RAW-OPEN RAW-WRITE"
 tests="$tests RAW-UNLINK RAW-READ RAW-CLOSE RAW-IOCTL RAW-SEARCH RAW-CHKPATH RAW-RENAME"
-tests="$tests RAW-EAS RAW-STREAMS"
+tests="$tests RAW-EAS RAW-STREAMS RAW-ACLS"
 tests="$tests LOCAL-ICONV LOCAL-TALLOC LOCAL-MESSAGING LOCAL-BINDING LOCAL-IDTREE"
 
 soon="BASE-CHARSET RAW-OPLOCK RAW-NOTIFY BASE-DELAYWRITE"



More information about the samba-cvs mailing list