OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-801-gd6b4a69
Gerrit Code Review
gerrit@openafs.org
Tue, 1 Mar 2011 19:59:02 -0800 (PST)
The following commit has been merged in the master branch:
commit 08b7ca67a781ec93ae71677dd165133d9679a9bc
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.
Change-Id: I24ee9416662c15b2d267317cea6fe0b7439ee022
Change-Id: I61037736e6edd01106b5b5ed982b211c16e1e7d9
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>
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