OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_23-57-gc40de08
Gerrit Code Review
gerrit@openafs.org
Wed, 8 May 2013 05:54:07 -0700 (PDT)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 9af44df29938c91b536becba68a3729c2bde8958
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 permitted by the
ioctl but is not supported at this time.
This patchset was modified by Jeffrey Altman.
Change-Id: I5e49365c871bf780403071914bcc81e6c2eec0ae
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>
(cherry picked from commit I6fd8b3c7f94dd97e15d6b82642f43cb2d8193563)
Reviewed-on: http://gerrit.openafs.org/9861
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