]> git.michaelhowe.org Git - packages/o/openafs.git/commit
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@dementix.org>
Fri, 9 Sep 2011 01:37:41 +0000 (18:37 -0700)
commitd7b2a676d7c863546ccab2b1c4e92ddea276b4ef
tree7c0ce852495663fb3ebf2d39c591512d2821c983
parent698f6e0301112184f9ac5872b1bf9e2e138eec47
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>
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]