OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3281-g4da5f0b
Gerrit Code Review
gerrit@openafs.org
Mon, 21 Jan 2013 18:23:07 -0800 (PST)
The following commit has been merged in the master branch:
commit 4da5f0b498782094b979737f6bee6e0bd2f5cb79
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.
Change-Id: I2342fe10047642082adfbd1cc6aaee09cc91b520
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>
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