head	1.2;
access;
symbols
	RELENG_2_1_6_1_RELEASE:1.1.1.1.6.1
	RELENG_2_1_6_RELEASE:1.1.1.1.6.1
	RELENG_2_1_5_RELEASE:1.1.1.1.6.1
	RELENG_2_1_0_RELEASE:1.1.1.1
	RELENG_2_1_0:1.1.1.1.0.6
	RELENG_2_1_0_NEW_BP:1.1.1.1
	peter_before_cleanups:1.1.1.1
	RELENG_2_1_0_BP:1.1.1.1
	RELENG_2_0_5_RELEASE:1.1.1.1
	RELENG_2_0_5:1.1.1.1.0.4
	RELENG_2_0_5_BP:1.1.1.1
	RELENG_2_0_5_ALPHA:1.1.1.1
	RELEASE_2_0:1.1.1.1
	BETA_2_0:1.1.1.1
	ALPHA_2_0:1.1.1.1.0.2
	ebones:1.1.1.1
	EBONES_KRB4:1.1.1;
locks; strict;
comment	@# @;


1.2
date	96.02.11.08.52.15;	author markm;	state dead;
branches;
next	1.1;

1.1
date	94.09.30.14.49.51;	author csgr;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.09.30.14.49.52;	author csgr;	state Exp;
branches
	1.1.1.1.6.1;
next	;

1.1.1.1.6.1
date	96.06.21.17.31.26;	author markm;	state dead;
branches;
next	;


desc
@@


1.2
log
@Push the old des library into the attic (finally!). Also update
headers to put des.h in <des.h> not <kerberosIV/des.h>.
@
text
@To use this library with Bones (kerberos without DES):
1) Get my modified Bones - eBones.  It can be found on
   gondwana.ecr.mu.oz.au (128.250.1.63) /pub/athena/eBones-p9.tar.Z
   and
   nic.funet.fi (128.214.6.100) /pub/unix/security/Kerberos/eBones-p9.tar.Z

2) Unpack this library in src/lib/des, makeing sure it is version
   3.00 or greater (libdes.tar.93-10-07.Z).  This versions differences
   from the version in comp.sources.misc volume 29 patchlevel2.
   The primarily difference is that it should compile under kerberos :-).
   It can be found at.
   ftp.psy.uq.oz.au (130.102.32.1) /pub/DES/libdes.tar.93-10-07.Z

Now do a normal kerberos build and things should work.

One problem I found when I was build on my local sun.
---
For sunOS 4.1.1 apply the following patch to src/util/ss/make_commands.c

*** make_commands.c.orig	Fri Jul  3 04:18:35 1987
--- make_commands.c	Wed May 20 08:47:42 1992
***************
*** 98,104 ****
       if (!rename(o_file, z_file)) {
  	  if (!vfork()) {
  	       chdir("/tmp");
! 	       execl("/bin/ld", "ld", "-o", o_file+5, "-s", "-r", "-n",
  		     z_file+5, 0);
  	       perror("/bin/ld");
  	       _exit(1);
--- 98,104 ----
       if (!rename(o_file, z_file)) {
  	  if (!vfork()) {
  	       chdir("/tmp");
! 	       execl("/bin/ld", "ld", "-o", o_file+5, "-s", "-r",
  		     z_file+5, 0);
  	       perror("/bin/ld");
  	       _exit(1);
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial import of eBones.
(Including all changes for FreeBSD - importing the original eBones distribution
would be too complex at this stage, since I don't have access to Piero's 
CVS.)
(If you want to include eBones in your system, don't forget to include
MAKE_EBONES in /etc/make.conf.)
(This stuff is now also suppable from braae.ru.ac.za.)

Bones originally from MIT SIPB.
Original port to FreeBSD 1.x  by Piero Serini.
Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet.
Nice bug fixes from Doug Rabson.
@
text
@@


1.1.1.1.6.1
log
@Merge with HEAD
@
text
@@
