
cliio.c
srvio.c
-------
	These are the versions of client and server I/O routines
that use DES encryption. If you use them, you will need to get a
copy of a DES library. The C bindings in here are for the DES
library from Australia (FTP psych.psy.uq.oz.au) and match
the MIT des_crypt(30 interface.

	Simply replace cliio.c and srvio.c in the "auth" directory
with these, and then edit the Makefile to include the path to the
DES source and include directories.

	One byproduct of using the DES encryption is that the keys
are stored in netperm-table. This means that netperm-table should
have restricted read permissions.


snk.c
snkkey.c
--------
	These modules implement the Digital Pathways SNK authentication.
If you're using SNKs, move these files to the "auth" directory and check
out the build instructions in the README there.
