OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-2-gd7b2a67
Gerrit Code Review
gerrit@openafs.org
Thu, 8 Sep 2011 18:38:33 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit d7b2a676d7c863546ccab2b1c4e92ddea276b4ef
Author: Chaskiel Grundman <cg2v@andrew.cmu.edu>
Date: Fri Jul 2 14:08:23 2010 -0400
libafscp: a library for "clientless" operations
libafscp provides the ability to accomplish many of the functions of an AFS
client without a running afsd cache manager. It is being introduced into
the OpenAFS source tree in order to improve the capabilities of several
utilities but may have additional benefits for testing clients and servers
and for use on platforms which do not have afsd support.
Reviewed-on: http://gerrit.openafs.org/2371
Reviewed-by: Chaz Chandler <clc31@inbox.com>
Tested-by: Chaz Chandler <clc31@inbox.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 08b7ca67a781ec93ae71677dd165133d9679a9bc)
Change-Id: I007528fa01c9f20f29a5e7e5665e0865c71fe431
Reviewed-on: http://gerrit.openafs.org/5378
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/libafscp/afscp.h | 136 +++++++++
src/libafscp/afscp_acl.c | 112 +++++++
src/libafscp/afscp_callback.c | 456 ++++++++++++++++++++++++++++
src/libafscp/afscp_dir.c | 670 +++++++++++++++++++++++++++++++++++++++++
src/libafscp/afscp_dirops.c | 243 +++++++++++++++
src/libafscp/afscp_fid.c | 240 +++++++++++++++
src/libafscp/afscp_file.c | 182 +++++++++++
src/libafscp/afscp_init.c | 106 +++++++
src/libafscp/afscp_internal.h | 79 +++++
src/libafscp/afscp_server.c | 350 +++++++++++++++++++++
src/libafscp/afscp_util.c | 217 +++++++++++++
src/libafscp/afscp_volume.c | 317 +++++++++++++++++++
12 files changed, 3108 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository