Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed out...
commit6bf3319d5328c4395f14af585a69a93fcfc1cd3a
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:37:04 +0000 (20 10:37 +0200)
tree2a08048d6f1f6e73bfb04aa368be76508e65ca64
parentf036cee91db2915ea5ba266e2d931863676f9e8d
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