summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-07-10 17:19:01 -0700
committerJeremy Allison <jra@samba.org>2008-07-10 17:19:01 -0700
commit1df3f24d95db599a4a0fc1c46574555c18505f00 (patch)
tree4a8824879321e6abe00c30df4d7023acf6aa9dd4 /source3
parentd9b6bf746b42a667a3f8d99bf0e6489e3f3c8149 (diff)
downloadsamba-1df3f24d95db599a4a0fc1c46574555c18505f00.tar.gz
samba-1df3f24d95db599a4a0fc1c46574555c18505f00.tar.bz2
samba-1df3f24d95db599a4a0fc1c46574555c18505f00.zip
Add XATTR_NTACL_NAME constant.
Jeremy. (This used to be commit 9c21756f9e841fd996590619b5eedc659f849626)
Diffstat (limited to 'source3')
-rw-r--r--source3/librpc/gen_ndr/xattr.h1
-rw-r--r--source3/librpc/idl/xattr.idl2
2 files changed, 3 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/xattr.h b/source3/librpc/gen_ndr/xattr.h
index af1b633acb..b0b9db99c1 100644
--- a/source3/librpc/gen_ndr/xattr.h
+++ b/source3/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/source3/librpc/idl/xattr.idl b/source3/librpc/idl/xattr.idl
index e19e2f89d8..23af2df404 100644
--- a/source3/librpc/idl/xattr.idl
+++ b/source3/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;