OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-221-g8c5c9af
Gerrit Code Review
gerrit@openafs.org
Thu, 1 Dec 2011 12:07:35 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 8c5c9af6a129bbcae877a575f3f988327c78bd6a
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Wed Nov 30 23:29:56 2011 -0500
Windows: invalidate rdr for CM_SCACHE_VERSION_BAD
If the cm_scache_t.dataVersion is set to CM_SCACHE_VERSION_BAD,
invalidate the redirector notion of status so that we do not
leak info to users that do not have permission.
If the dataVersion is CM_SCACHE_VERSION_BAD and is updated
with real status info, invalidate the redirector so it attempts
to read the directory contents.
Reviewed-on: http://gerrit.openafs.org/6159
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
(cherry picked from commit 2aeb041bb0f5de94d553bc3fb6b2d39c82750952)
Change-Id: Ieb597c3ea8c82e648563d1be7b8f588caad24eda
Reviewed-on: http://gerrit.openafs.org/6170
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/WINNT/afsd/cm_scache.c | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository