OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Wed, 01 Jul 2009 16:25:28 EDT
Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-head/src/WINNT/afsd
Modified Files:
cm_ioctl.c cm_ioctl.h fs.c smb_iocons.h smb_ioctl.c
smb_ioctl.h
Log Message:
DELTA windows-fs-chown-chgrp-20090701
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT
On Windows there is no chown or chgrp command that can be used to
change the owner or group of an object in AFS. Therefore we
add them to the fs command.
Usage: fs chown -owner <user name or id> [-path <dir/file path>+] [-literal] [-help]
Where: -literal literal evaluation of mountpoints and symlinks
Usage: fs chgrp -group <user/group name or id> [-path <dir/file path>+] [-literal] [-help]
Where: -literal literal evaluation of mountpoints and symlinks
--- DELTA config follows ---
windows-fs-chown-chgrp-20090701 openafs/src/WINNT/afsd/cm_ioctl.c 1.145 1.146
windows-fs-chown-chgrp-20090701 openafs/src/WINNT/afsd/cm_ioctl.h 1.24 1.25
windows-fs-chown-chgrp-20090701 openafs/src/WINNT/afsd/fs.c 1.61 1.62
windows-fs-chown-chgrp-20090701 openafs/src/WINNT/afsd/smb_iocons.h 1.18 1.19
windows-fs-chown-chgrp-20090701 openafs/src/WINNT/afsd/smb_ioctl.c 1.44 1.45
windows-fs-chown-chgrp-20090701 openafs/src/WINNT/afsd/smb_ioctl.h 1.10 1.11