update for krb5-1.3
authorTom Yu <tlyu@mit.edu>
Tue, 8 Jul 2003 21:09:11 +0000 (21:09 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 8 Jul 2003 21:09:11 +0000 (21:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15673 dc483132-0cff-0310-8789-dd5450dbe970

README

diff --git a/README b/README
index 11ceab945e4c1eb1059f2863941aab05f36907cf..c50973eda04eb9b3b189bd1524742deaf0743bf9 100644 (file)
--- a/README
+++ b/README
@@ -246,12 +246,17 @@ Minor changes listed by ticket ID
 * [866] lib/krb5/os/localaddr.c and kdc/network.c use a common source
   for local address enumeration now.
 
+* [882] gss-client now correctly deletes the context on error.
+
 * [919] kdc/network.c problems relating to SIOCGIFCONF have been
   fixed.
 
 * [922] An overflow in the string-to-time conversion routines has been
   fixed.
 
+* [933] krb524d now handles single-DES session keys other than of type
+  des-cbc-crc.
+
 * [935] des-cbc-md4 now included in default enctypes.
 
 * [939] A minor grammatical error has been fixed in a telnet client
@@ -303,6 +308,8 @@ Minor changes listed by ticket ID
 
 * [1102] gssapi_generic.h should now work with C++.
 
+* [1135] The kadm5 ACL system is better documented.
+
 * [1136] Some documentation for the setup of cross-realm
   authentication has been added.
 
@@ -330,6 +337,8 @@ Minor changes listed by ticket ID
 
 * [1202] The KDC no longer rejects unrecognized flags.
 
+* [1203] krb5_get_init_creds_keytab() no longer does a double-free.
+
 * [1211] The ASN.1 code no longer passes (harmless) uninitialized
   values around.
 
@@ -555,6 +564,11 @@ Minor changes listed by ticket ID
 * [1619] etype_info parser (once again) accepts extra field emitted by
   Heimdal.
 
+* [1643] Some typos in kdc.conf.M have been fixed.
+
+* [1648] For consistency, leading spaces before preprocessor
+  directives in profile.h have been removed.
+
 --[ DELETE BEFORE RELEASE ---changes to unreleased code, etc.--- ]--
 
 * [1054] KRB-CRED messages for RC4 are encrypted now.
@@ -632,6 +646,8 @@ Minor changes listed by ticket ID
 * [1630] krb5_get_in_tkt_with_keytab() works now; previously borken by
   reimplementation in terms of krb5_get_init_creds().
 
+* [1642] KfM build now inherits CFLAGS and LDFLAGS from parent project.
+
 Copyright Notice and Legal Administrivia
 ----------------------------------------
 
@@ -818,10 +834,11 @@ Thanks to Paul Nelson of Thursby Software Systems for implementing the
 Microsoft set password protocol.
 
 Thanks to the members of the Kerberos V5 development team at MIT, both
-past and present: Danilo Almeida, Jay Berkenbilt, Richard Basch, Mitch
-Berger, John Carr, Don Davis, Alexandra Ellwood, Nancy Gilman, Matt
-Hancher, Sam Hartman, Paul Hill, Marc Horowitz, Eva Jacobus, Miroslav
-Jurisic, Barry Jaspan, Geoffrey King, John Kohl, Peter Litwack, Scott
-McGuire, Kevin Mitchell, Cliff Neuman, Paul Park, Ezra Peisach, Chris
-Provenzano, Ken Raeburn, Jon Rochlis, Jeff Schiller, Jen Selby, Brad
-Thompson, Harry Tsai, Ted Ts'o, Marshall Vale, Tom Yu.
+past and present: Danilo Almeida, Jeffrey Altman, Jay Berkenbilt,
+Richard Basch, Mitch Berger, John Carr, Don Davis, Alexandra Ellwood,
+Nancy Gilman, Matt Hancher, Sam Hartman, Paul Hill, Marc Horowitz, Eva
+Jacobus, Miroslav Jurisic, Barry Jaspan, Geoffrey King, John Kohl,
+Peter Litwack, Scott McGuire, Kevin Mitchell, Cliff Neuman, Paul Park,
+Ezra Peisach, Chris Provenzano, Ken Raeburn, Jon Rochlis, Jeff
+Schiller, Jen Selby, Brad Thompson, Harry Tsai, Ted Ts'o, Marshall
+Vale, Tom Yu.