Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!samsung!shadooby!sharkey!math.lsa.umich.edu!emv From: jtkohl@ATHENA.MIT.EDU (John T Kohl) Newsgroups: comp.archives Subject: Kerberos Patch 8 now available [comp.protocols.kerberos] Message-ID: <10500@stag.math.lsa.umich.edu> Date: 4 Jan 90 04:35:51 GMT References: <9001022140.AA01141@lycus.MIT.EDU> Sender: news@math.lsa.umich.edu Reply-To: jtkohl@ATHENA.MIT.EDU (John T Kohl) Followup-To: comp.protocols.kerberos Lines: 46 Approved: emv@math.lsa.umich.edu (Edward Vielmetti) 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 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 - 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)