diff options
author | Richard Sharpe <realrichardsharpe@gmail.com> | 2013-08-18 07:34:31 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-08-19 22:21:34 +0200 |
commit | 74829fecd7a4e806ee441cd75141bede2eefef1a (patch) | |
tree | e47286eebe0af599bfa5386b198097bf575aba83 /source3/include | |
parent | 02618cc58a49864bd0bf280d9f13a7f39fcf9658 (diff) | |
download | samba-74829fecd7a4e806ee441cd75141bede2eefef1a.tar.gz samba-74829fecd7a4e806ee441cd75141bede2eefef1a.tar.bz2 samba-74829fecd7a4e806ee441cd75141bede2eefef1a.zip |
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
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/ntioctl.h b/source3/include/ntioctl.h index e09e1c85db..65bed645b5 100644 --- a/source3/include/ntioctl.h +++ b/source3/include/ntioctl.h @@ -26,6 +26,7 @@ #define IO_REPARSE_TAG_MOUNT_POINT 0xA0000003 #define IO_REPARSE_TAG_HSM 0xC0000004 #define IO_REPARSE_TAG_SIS 0x80000007 +#define IO_REPARSE_TAG_DFS 0x8000000A /* For FSCTL_GET_SHADOW_COPY_DATA ...*/ |