[2083] in Kerberos_V5_Development
New 1.0 release candidate available
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Fri Dec 6 17:51:46 1996
Date: Fri, 6 Dec 1996 17:51:15 -0500
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: krbdev@MIT.EDU
Cc: Ken Hornstein <kenh@cmf.nrl.navy.mil>, Paul A Vixie <paul@vix.com>
Cc: Doug Engert <deengert@anl.gov>, Andrew Hobson <ahobson@mindspring.com>
Cc: Dave McGuire <mcguire@neurotica.com>, Joe Gross <jgross@uiuc.edu>
OK, there's a new 1.0 release candidate. For MIT internal testers, it
can be found in /mit/krb5/1.0-release. For external testers, I will be
sending the FTP pathname in a separate message.
This 1.0 release candidate has a few high-priority, low-risk bugs
fixed. The complete list of changes follow at the end of this message.
Please try building it, testing it, and send me the binary distributions
as before. Please note the one change in the build instructions (use a
umask of 022, not 0).
If all goes well, the target release date for this 1.0 release candidate
will be December 17th, after the IETF meeting.
- Ted
CHANGES Between this release and the last 1.0 release candidate.
=================================================================
Build-instructions:
You should use a umask of 022 (instead of 0), so that the
directories have the correct permissions.
PR #27
src/krb524/krb524d.c: Ignore SIGHUP for now. [27]
PR #40:
src/util/pty/update_utmp.c: Applied kludge fix for HPUX
PR #267:
appl/bsd/loginpaths.h: Add catch-all entries for LPATH and RPATH in case
we run across something that we haven't hardcoded paths for
yet.
PR #278:
src/kadmin/cli/kadmin.c: Fixed default keytab to be krb5.keytab,
instead of v5srvtab.
PR #279:
src/clients/kinit.M:
src/appl/bsd/login.M: v5srvtab -> krb5.keytab
src/kadmin/cli/kadmin.M:
src/appl/sample/sserver/sserver.M: remove ref's to /krb5, v5srvtab,
and kdb5_edit
src/slave/kprop.M:
src/slave/kpropd.M: Update outdated references to kdb5_edit and /krb5
PR #280:
src/slave/kslave_update: Update script for new filename conventions.
PR #281:
src/kadmin/testing/tcl_ovsec_kadm.c:
src/kadmin/testing/tcl_kadm5.c: Remove #include of <malloc.h>, which
is not guaranteed to be there. #include of <stdlib.h> is all you
need for malloc(), per ANSI. [PR#281]
PR #282:
src/kadmin/testing/util.c: Change test looking for tcl 7.05 and
greater to be tcl 7.04 and greater, since BSDI ships with tcl 7.04,
and needs this change.
PR #283: (and PR#22)
src/krb524/cnv_tkt_skey.c (krb524_convert_tkt_skey): Change the issue
time of the V4 ticket to be the current time (since the lifetime
of the V4 ticket was calculated assuming that the issue time
would be the current time).
PR #284:
src/appl/bsd/v4rcp.c: Extend the platform-specific braindamage so that
FreeBSD works. This whole file is eventually going to
need serious rototilling to make it even vaguely correct.