OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3745-g1ff5972
Gerrit Code Review
gerrit@openafs.org
Tue, 7 May 2013 17:39:31 -0700 (PDT)
The following commit has been merged in the master branch:
commit 1ff59729dce57dbcf02e593310e7065d92d73bb7
Author: pete scott <pscott@kerneldrivers.com>
Date: Wed Feb 27 08:51:44 2013 -0700
Windows: IOCTL_AFS_SET_REPARSE_POLICY
IOCTL_AFS_SET_REPARSE_POLICY is a new ioctl that can be executed
by anyone to alter the behavior of AFS Symlink-to-File reparse point
processing. Policy can be set for a global default or for the active
authentication group. If the AFS_REPARSE_POINT_TO_FILE_AS_FILE policy is
active, afs symlinks will not be reported as reparse points if the symlink
target is known to be a file.
This patchset implements the ioctl but not the "reparse point to file as
file" functionality. Per authgroup policy setting is not permitted by the
ioctl but is not supported at this time.
This patchset was modified by Jeffrey Altman.
Change-Id: I6fd8b3c7f94dd97e15d6b82642f43cb2d8193563
Reviewed-on: http://gerrit.openafs.org/9341
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/common/AFSRedirCommonDefines.h | 24 ++++++++------
src/WINNT/afsrdr/common/AFSRedirCommonStructs.h | 6 ++++
src/WINNT/afsrdr/common/AFSUserDefines.h | 23 ++++++++++++++
src/WINNT/afsrdr/common/AFSUserIoctl.h | 2 +
src/WINNT/afsrdr/common/AFSUserStructs.h | 9 +++++
src/WINNT/afsrdr/kernel/fs/AFSCommSupport.cpp | 25 +++++++++++++++
src/WINNT/afsrdr/kernel/fs/AFSGeneric.cpp | 37 +++++++++++++++++++----
src/WINNT/afsrdr/kernel/fs/Include/AFSCommon.h | 3 ++
8 files changed, 113 insertions(+), 16 deletions(-)
--
OpenAFS Master Repository