OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_21-25-g8ee1344
Gerrit Code Review
gerrit@openafs.org
Mon, 21 Jan 2013 20:45:16 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 8ee134421169a3d160bf6a2c504b61510b0820f7
Author: Rod Widdowson <rdw@steadingsoftware.com>
Date: Sun Dec 30 11:13:24 2012 +0000
Windows: Police Library IOCTLs
Ensure that the callers of the various library ioctls have
the correct identity or privs. All this policing is done in
the fs (non unloadable) layer, and to ensure that the library
layer cannot receive these calls directly we forbid non
create Opens of the library control device.
Reviewed-on: http://gerrit.openafs.org/8893
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 4da5f0b498782094b979737f6bee6e0bd2f5cb79)
Change-Id: Ic23830ed30468e2b2f8c8125ce175daa589b6b93
Reviewed-on: http://gerrit.openafs.org/8935
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/fs/AFSCommSupport.cpp | 233 +++++++++++++++++--------
src/WINNT/afsrdr/kernel/lib/AFSCreate.cpp | 20 ++-
src/WINNT/afsrdr/kernel/lib/AFSDevControl.cpp | 13 ++
3 files changed, 188 insertions(+), 78 deletions(-)
--
OpenAFS Master Repository