Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed out...
commit830eae7d911b57533687345c3f6f66c3a1f968b1
authorRichard Sharpe <realrichardsharpe@gmail.com>
Sun, 18 Aug 2013 14:34:31 +0000 (18 07:34 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 20 Aug 2013 08:38:58 +0000 (20 10:38 +0200)
treede0d2e0780a5ee972add72c74647789f4c87d68b
parentec6b02db1871465ff9861fe114bb4d8538c33c88
Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed out by Samba.

Windows overloads the EA Length field in the DIRECTORY INFO leves of FIND FIRST/FIND NEXT.

This field indicates either the REPARSE_TAG if the file/folder has a reparse proint or
the EA Length if it has EAs, and is the fundamental reason you cannot have both on a
file or folder.

Signed-off-by: Richard Sharpe <rsharpe@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/ntioctl.h
source3/smbd/dosmode.c
source3/smbd/trans2.c