Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed out...
authorRichard Sharpe <realrichardsharpe@gmail.com>
Sun, 18 Aug 2013 14:34:31 +0000 (07:34 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 19 Aug 2013 20:21:34 +0000 (22:21 +0200)
commit74829fecd7a4e806ee441cd75141bede2eefef1a
treee47286eebe0af599bfa5386b198097bf575aba83
parent02618cc58a49864bd0bf280d9f13a7f39fcf9658
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>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Mon Aug 19 22:21:34 CEST 2013 on sn-devel-104
source3/include/ntioctl.h
source3/smbd/dosmode.c
source3/smbd/trans2.c