summaryrefslogtreecommitdiff
path: root/source3/smbd/posix_acls.c
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/smbd/posix_acls.c
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/smbd/posix_acls.c')
-rw-r--r--source3/smbd/posix_acls.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c
index 8033c694f5..ee370437ec 100644
--- a/source3/smbd/posix_acls.c
+++ b/source3/smbd/posix_acls.c
@@ -57,8 +57,6 @@ typedef struct canon_ace {
* +------+------+-------------+---------------------+-------------+--------------------+
*/
-#define SAMBA_POSIX_INHERITANCE_EA_NAME "user.SAMBA_PAI"
-
#define PAI_VERSION_OFFSET 0
#define PAI_FLAG_OFFSET 1
#define PAI_NUM_ENTRIES_OFFSET 2