home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / athena / eBones-p9.README < prev    next >
Text File  |  1990-10-25  |  1KB  |  25 lines

  1. The file eBones-p9.patch.Z is the compressed patch for Bones (patchlevel 9)
  2. that puts back the calls to the des encryption libraries.
  3.  
  4. eBones-p9-des.tar.Z is a compressed tar file of MIT compatible
  5. des encryption routines.  Install these routines in src/lib/des.
  6. There are two extra routines,
  7. des_enc_read and des_enc_write.  These routines are used in the
  8. kerberos rcp, rlogin and rlogind to encrypt all network traffic.
  9.  
  10. eBones-p9.tar.Z is a compressed tar file of Bones (patchlevel 9)
  11. with the eBones-p9.patch applied and eBones-p9-des.tar.Z installed.
  12.  
  13. When applying the patch to Bones, don't do a
  14. find src -name "*.orig" -exec /bin/rm {} \;
  15. There is a file called src/util/ss/ss.h.orig that is needed and
  16. the above find will remove it.
  17.  
  18. The Imakefile in src/lib/des assumes you have gcc.  If you don't,
  19. you will have to change the Imakefile.  Compile this directory with
  20. the maximum optimization your compiler has available.
  21.  
  22. These modifications have been successfully unpacked and compiled
  23. on a microvax 3600 and desstations 3100.  The encryting rlogin etc. works
  24. between both host types.
  25.