OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre1-79-gc4afe2d
Gerrit Code Review
gerrit@openafs.org
Tue, 1 Feb 2011 18:43:41 -0800 (PST)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit c4afe2d7cfb54fc39e6419a166cd2fdf051c18bf
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.
(cherry picked from commit afef1712f28a1c83cfb732d1c4fde7faec4811fc)
Reviewed-on: http://gerrit.openafs.org/3546
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Change-Id: Iaaa70fbef86524df82bc04754276836fff643357
Reviewed-on: http://gerrit.openafs.org/3804
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/WINNT/afsd/fs.c | 246 +++++++++++++++++++++++++++++++++++++++-
src/config/afsconfig-windows.h | 41 ++++++-
2 files changed, 283 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository