libnfs + nfsclient: userspace NFSv3 utility code - 0.2
------------------------------------------------------

This package implements an NFSv3 userspace client library and simple command
line tool demonstrating the library.  It is not intended for production use,
rather, as a foundation for writing NFSv3 regression tests.  Historically,
this library was created at McAfee Research in order to support work on
distributed security labels for mandatory access control (MAC) on FreeBSD
and Mac OS X.  Those components are no longer distributed as part of this
package.

Contents:

docs/		Man page, pertinent RFCs
libnfs/		User space NFSv3 library
COPYING		BSD-style license
nfsclient/	Command line NFSv3 client wrapping libnfs

This code is believed to build on FreeBSD and Linux, and at least run on
FreeBSD.  nfssuite is built using autotools, so typical builds require:

% ./configure
% make
% make install
