[695] in Kerberos
Patch file #2 (patchlevel 2) now available from ATHENA-DIST.MIT.EDU
daemon@TELECOM.MIT.EDU (John T Kohl)
Tue Apr 18 18:22:38 1989
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: kerberos@ATHENA.MIT.EDU
Patch file #2 for the 890124 distribution of Kerberos is now available
for retrieval.
To receive it by mail from the archive server, send a message with a
body of
send krb-code patch2
to archive-server@ATHENA-DIST.MIT.EDU.
If you prefer anonymous FTP, retrieve the file
athena-dist.mit.edu:/pub/kerberos/patch2
The patch file is 55635 bytes of ASCII, suitable for application with
the 'patch' utility.
BE SURE TO APPLY THIS PATCH WITH
patch -p
TO PRESERVE THE DIRECTORY HIERARCHY.
CHANGES in this patch file:
-create patchlevel.h
-fix make depend for util/ss & util/et
-fix problem with uninitialized time fields in kdb_edit
-fix problem with null keys and conversion in kdb_util
-add #ifndef NOENCRYPTION in remaining encryption code, and fix
various places which were broken with NOENCRYPTION enabled
-fix sign-extension problems with ticket lifetimes
-fix missing end-comment in lib/krb/mk_safe.c
-fix installation problem with tftp man pages
-fix more cross-realm kerberos server code
-remove extraneous mkdir's when creating a new source tree link farm
-change 'install's to default to using -c argument
-fix typo in lint library install rule
-fix installation of kerberized BSD commands
-fix include path for kadmin/ programs
-various fixes to admin_server, including fix to problem with
assuming gethostid() returned the IP address of the host.
-fix misuse of mkstemp() in kprop.c
-fix inverted test of dbminit() success when NDBM is not in use