libafscp: a library for "clientless" operations
authorChaskiel Grundman <cg2v@andrew.cmu.edu>
Fri, 2 Jul 2010 18:08:23 +0000 (14:08 -0400)
committerDerrick Brashear <shadow@dementia.org>
Wed, 2 Mar 2011 03:58:28 +0000 (19:58 -0800)
commit08b7ca67a781ec93ae71677dd165133d9679a9bc
tree77551a68a75d5a2ab7336139dd603268f5946801
parent2d6bc153689f14f8690878b15d9fb711a56b0546
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>
12 files changed:
src/libafscp/afscp.h [new file with mode: 0644]
src/libafscp/afscp_acl.c [new file with mode: 0644]
src/libafscp/afscp_callback.c [new file with mode: 0644]
src/libafscp/afscp_dir.c [new file with mode: 0644]
src/libafscp/afscp_dirops.c [new file with mode: 0644]
src/libafscp/afscp_fid.c [new file with mode: 0644]
src/libafscp/afscp_file.c [new file with mode: 0644]
src/libafscp/afscp_init.c [new file with mode: 0644]
src/libafscp/afscp_internal.h [new file with mode: 0644]
src/libafscp/afscp_server.c [new file with mode: 0644]
src/libafscp/afscp_util.c [new file with mode: 0644]
src/libafscp/afscp_volume.c [new file with mode: 0644]