OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1133-g4aff5a8
Gerrit Code Review
gerrit@openafs.org
Wed, 27 Apr 2011 11:06:52 -0700 (PDT)
The following commit has been merged in the master branch:
commit 4aff5a87c2ff2dcff20eaed9bc58c9c8b5edad70
Author: Thomas L. Kula <kula@tproa.net>
Date: Sat Feb 5 20:11:56 2011 -0500
Add -usetokens option to libadmin test 'afscp'
This adds a -usetokens option to poorly named libadmin test 'afscp' program.
If called with this flag, 'afscp' will assume you have already acquired
tokens, and will fetch and use them. If ran with the -authcell option,
it will look for tokens for that cell, otherwise it will look for tokens
in the local cell. Since the function used to fetch local tokens is
incompatable with the kas functions, all of the kas commands have been
modified to complain and exit if any of them all called with -usetokens.
Fixed whitespace, again.
Change-Id: I4f9bcbae42f6eb179168bb5d152ed36df3db8dd5
Reviewed-on: http://gerrit.openafs.org/3899
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Dan Hyde <drh@umich.edu>
Reviewed-by: Steve Simmons <scs@umich.edu>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/libadmin/test/afscp.c | 32 ++++++++++++++++++++++++++++++++
src/libadmin/test/common.h | 3 ++-
src/libadmin/test/kas.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
src/libadmin/test/kas.h | 5 +++++
4 files changed, 83 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository