OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-570-gafef171
Gerrit Code Review
gerrit@openafs.org
Mon, 20 Dec 2010 08:07:31 -0800 (PST)
The following commit has been merged in the master branch:
commit afef1712f28a1c83cfb732d1c4fde7faec4811fc
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sat Dec 18 18:39:07 2010 -0500
Windows: fs chmod and display mode in fs examine
Make use of the new pioctl VIOC_GETUNIXMODE and VIOC_SETUNIXMODE
operations to display the current mode in fs examine and permit
setting the mode with "fs chmod". The mode string parsing makes
use of Vincent Archer's code from Minix. The required copyright
statement and license is attached to parsemode().
afsconfig-windows.h gains definitions for various mode symbols
that are not defined by Visual Studio runtime headers.
Change-Id: I624f73154b7f177f93289e2641da5d9478ea931c
Reviewed-on: http://gerrit.openafs.org/3546
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/fs.c | 246 +++++++++++++++++++++++++++++++++++++++-
src/config/afsconfig-windows.h | 31 +++++-
2 files changed, 273 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository