summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-03-31 02:20:16 +0000
committerJeremy Allison <jra@samba.org>2004-03-31 02:20:16 +0000
commitd113219e78c4c03375ad03595603ece6dff94461 (patch)
tree1617d624ead7c99566428fb11292d7b26fa6e8c8 /source3/include/smb.h
parenta1994d1c967082a5e97ff5ce01c9d5c63deb2db0 (diff)
downloadsamba-d113219e78c4c03375ad03595603ece6dff94461.tar.gz
samba-d113219e78c4c03375ad03595603ece6dff94461.tar.bz2
samba-d113219e78c4c03375ad03595603ece6dff94461.zip
Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.
New protocol option "ea support" to turn them on (off by default). Conrad at Apple may like this as it allows MacOS resource forks to be stored on a file. Passes valgrind. Documentation to follow. Jeremy. (This used to be commit 8cc10a6c0550c017a62e8a3790afd2172d173e00)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 32fa1b5765..24c0100b5b 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1666,4 +1666,6 @@ struct ea_struct {
DATA_BLOB value;
};
+/* EA names used internally in Samba. KEEP UP TO DATE with prohibited_ea_names in trans2.c !. */
+#define SAMBA_POSIX_INHERITANCE_EA_NAME "user.SAMBA_PAI"
#endif /* _SMB_H */