[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3181-g9c21756

Jeremy Allison jra at samba.org
Fri Jul 11 00:19:46 GMT 2008


The branch, v3-3-test has been updated
       via  9c21756f9e841fd996590619b5eedc659f849626 (commit)
      from  593d855128d4119c21b2b15bfb9369b760504f86 (commit)

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


- Log -----------------------------------------------------------------
commit 9c21756f9e841fd996590619b5eedc659f849626
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Jul 10 17:19:01 2008 -0700

    Add XATTR_NTACL_NAME constant.
    Jeremy.

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

Summary of changes:
 source/librpc/gen_ndr/xattr.h |    1 +
 source/librpc/idl/xattr.idl   |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/librpc/gen_ndr/xattr.h b/source/librpc/gen_ndr/xattr.h
index af1b633..b0b9db9 100644
--- a/source/librpc/gen_ndr/xattr.h
+++ b/source/librpc/gen_ndr/xattr.h
@@ -5,6 +5,7 @@
 #ifndef _HEADER_xattr
 #define _HEADER_xattr
 
+#define XATTR_NTACL_NAME	( "security.NTACL" )
 struct tdb_xattr {
 	const char * name;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
 	DATA_BLOB value;
diff --git a/source/librpc/idl/xattr.idl b/source/librpc/idl/xattr.idl
index e19e2f8..23af2df 100644
--- a/source/librpc/idl/xattr.idl
+++ b/source/librpc/idl/xattr.idl
@@ -34,6 +34,8 @@ interface xattr
 		      can discard if this doesn't match the POSIX st_ctime.
         */
 
+	const char *XATTR_NTACL_NAME = "security.NTACL";
+
 	typedef [public] struct {
 		security_descriptor *sd;
 		NTTIME last_changed;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list