OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_68-46-gf085951
Gerrit Code Review
gerrit@openafs.org
Thu, 31 Dec 2009 04:55:21 -0800 (PST)
The following commit has been merged in the master branch:
commit f085951d39c0d6c1e6a626177c30235704317600
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Thu Dec 24 13:00:53 2009 +0000
Turn on bos restricted code
Remove the #ifdef's around the bos restricted mode code. This makes
restricted mode available as part of the standard build, but a server
will not go into restricted mode unless the relevant command line
options are specified, or bos setrestricted is run.
Document bos_setrestricted and bos_getrestricted, and the new
'-restricted' command line option. Add a note to the man pages of
all of the commands whose behaviour is affected by restricted mode.
Add 'setr' and 'getr' aliases for setrestart and getrestart so that
these documented shortcuts continue to work (otherwise they'd be
ambiguous against setrestricted and getrestricted). Note that
setre, setres, and setrest will not work once this patch is applied.
Change-Id: Ie69d21493ea5f78757f0a3d478de43fdaabd3c31
Reviewed-on: http://gerrit.openafs.org/1028
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4 | 11 ----
doc/man-pages/pod8/bos.pod | 6 ++-
doc/man-pages/pod8/bos_create.pod | 3 +
doc/man-pages/pod8/bos_delete.pod | 3 +
doc/man-pages/pod8/bos_exec.pod | 3 +
doc/man-pages/pod8/bos_getlog.pod | 3 +
doc/man-pages/pod8/bos_getrestricted.pod | 88 ++++++++++++++++++++++++++++++
doc/man-pages/pod8/bos_install.pod | 3 +
doc/man-pages/pod8/bos_prune.pod | 3 +
doc/man-pages/pod8/bos_setrestricted.pod | 88 ++++++++++++++++++++++++++++++
doc/man-pages/pod8/bos_uninstall.pod | 3 +
doc/man-pages/pod8/bosserver.pod | 13 ++++-
src/bozo/bos.c | 6 +--
src/bozo/bosoprocs.c | 32 +-----------
src/bozo/bosserver.c | 17 +-----
src/config/afsconfig-windows.h | 1 -
16 files changed, 219 insertions(+), 64 deletions(-)
--
OpenAFS Master Repository