This is a severly hacked up version of Eric Young's eBones-p9 kerberos
version. The DES library has been updated with his 3.0.1 version and
numerous patches collected over the years have been applied to both
the kerberos an DES sources, most notably the CMU patches for extended
lifetimes that AFS uses. There is also support for AFS built into most
programs. 

The source has been changed to use ANSI C and POSIX to the largest
possible extent. The code in util/{et, ss} and appl/bsd have not been
updated in this way though (they really need it).

The r* programs in appl/bsd have been updated with newer sources from
NetBSD and FreeBSD.

The distribution has been configured to primarily use kerberos
authentication with a fallback to /etc/passwd passwords. This should
make it easy to do a slow migration to kerberos.

All programs in this distribution follow these conventions:

/usr/athena/bin:	User programs
/usr/athena/sbin:	Administrator programs
/usr/athena/libexec:	Daemons
/etc:			Configuration files
/var/log:		Logfiles
/var/kerberos:		Kerberos database and ACL files

Read INSTALL to learn how to build and install this software.
