summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2003-07-08 21:09:11 +0000
committerTom Yu <tlyu@mit.edu>2003-07-08 21:09:11 +0000
commit024fb81469d893725bb6a0a5228c7592eae6d799 (patch)
treeb87eda8967574b0da4d968586bff98b73f9a9944 /README
parent923d7ac7c97501320874d901ba566bfa3199af45 (diff)
downloadkrb5-024fb81469d893725bb6a0a5228c7592eae6d799.tar.gz
krb5-024fb81469d893725bb6a0a5228c7592eae6d799.tar.xz
krb5-024fb81469d893725bb6a0a5228c7592eae6d799.zip
update for krb5-1.3
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15673 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 24 insertions, 7 deletions
diff --git a/README b/README
index 11ceab945e..c50973eda0 100644
--- 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.