[comp.archives] Kerberos Patch 8 now available comp.protocols.kerberos

jtkohl@ATHENA.MIT.EDU (John T Kohl) (01/04/90)

Archive-name: kerberos/patch-8
Original-posting-by: jtkohl@ATHENA.MIT.EDU (John T Kohl)
Original-subject: Kerberos PATCH 8 now available
Archive-site: athena-dist.mit.edu [18.71.0.38]
Archive-directory: pub/kerberos
Reposted-by: emv@math.lsa.umich.edu (Edward Vielmetti)

An eigth set of patches is now available from ATHENA-DIST.MIT.EDU, either
by anonymous FTP or by archive server mail retrieval.

I expect that this will be the final patch distributed by Athena; we are
beginning work on an implementation of the proposed V5 protocol.
[Before you ask, we will probably have preliminary code for that
sometime in early February; don't call us, we'll call you.]

Anonymous FTP:
connect to ATHENA-DIST.MIT.EDU, retrieve /pub/kerberos/patch8  (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 patch8' to
archive-server@ATHENA-DIST.MIT.EDU

John Kohl <jtkohl@ATHENA.MIT.EDU>
Digital Equipment Corporation/Project Athena


CHANGES in this patch file:
	- updated README to remove unnecessary DESTDIR=
	- updated comments in config.Imakefile to describe use of DESTDIR
	- #define sigmask() macro if needed (for old systems)
	- add osconf.h files for Pyramids and Sun/386i
	- improve logging of errors in admin server
	- remove spurious multiple #include's of <netinet/in.h>
	- bug fixes to libacl.a
	- change new-style embedded $Header$ RCS strings to $Id$
	- compiler bug work-arounds for libdes.a
	- fix return values in DES verify program
	- one install step in lib/{kadm,krb}/Imakefile was broken
	- fix return code of kerb_put_principal (IMPORTANT)
	- fix assignment/equality bug in krb_realmofhost()
	- fix ticket file/shared memory to detach segment (so malloc() works)
	- update prototypes/etc.krb.conf with more known realms
	- update prototypes/etc.krb.realms with additional MIT mapping
	- #define MAXHOSTNAMELEN for broken UNIXes (kprop.c)