[799] in Kerberos
Kerberos PATCH 6 now available
daemon@TELECOM.MIT.EDU (John T Kohl)
Mon Oct 2 17:12:17 1989
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: kerberos@ATHENA.MIT.EDU, kerberos-bugs@ATHENA.MIT.EDU
A sixth set of patches is now available from ATHENA-DIST.MIT.EDU, either
by anonymous FTP or by archive server mail retrieval.
A complete distribution with all patches applied is available for
anonymous FTP (and will soon be available via electronic mail retrieval).
Anonymous FTP:
connect to ATHENA-DIST.MIT.EDU, retrieve /pub/kerberos/patch6 (patch
only) or /pub/kerberos/README (for instructions on obtaining the entire
distribution) .
Archive server mail retrieval:
send a mail message with a subject 'send krb-code patch6' to
archive-server@ATHENA-DIST.MIT.EDU
John Kohl <jtkohl@ATHENA.MIT.EDU>
Digital Equipment Corporation/Project Athena
This patch is in two parts: 1) a shell script which rearranges the
source tree slightly and 2) a patch file.
They are packed together in a 'shar' file.
Once you unpack the file, run the shell script to rearrange the tree,
then use patch to apply the remaining patches.
CHANGES in this patch file:
- bug fixes to kadmin/kadmin.c (byte order, stack garbage)
- bug fix to kdb_util for big-endian machines (in kdb_util load)
- bug fix to klist (checked return val of a void function)
- bug fix to des/verify.c (missing exit())
- cleanup to maketime.c for BSD systems.
- rearrangement and more cleanup of kadmin sources
- config file & other support for Tahoe running BSD (thanks to
Kevin Fall of Berkeley CSRG for contributing this code)
- change sense of defines; now you must turn on NO_UIDGID_T if
you have an ancient system.
- shared memory support for session keys. Tested on Suns and
Ultrix (thanks to Dan Kolkowitz of stanford for
contributing this code)
- addition of an error table for Kerberos error codes
- Imakefile fixes for mips & broken error table rules