update for krb5-1.3.2-beta3
authorTom Yu <tlyu@mit.edu>
Wed, 11 Feb 2004 02:49:58 +0000 (02:49 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 11 Feb 2004 02:49:58 +0000 (02:49 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16054 dc483132-0cff-0310-8789-dd5450dbe970

README

diff --git a/README b/README
index 65b91d6882386df034722a652078667ceeee756c..8557e4793518bf35bc6edd460a7b38bbb7e1be61 100644 (file)
--- a/README
+++ b/README
@@ -62,16 +62,26 @@ and logging in as "guest" with password "guest".
 Major changes in 1.3.2
 ----------------------
 
-* [2040, 1471, 2067, 2077, 2079, 2167] Support for AES in GSSAPI has
-  been implemented.  This corresponds to the in-progress work in the
-  IETF (CFX).
+* [2040, 1471, 2067, 2077, 2079, 2166, 2167, 2220] Support for AES in
+  GSSAPI has been implemented.  This corresponds to the in-progress
+  work in the IETF (CFX).
 
-* [2049, 2139, 2148, 2153, 2182, 2183, 2184, 2190] Added a new ccache
-  type "MSLSA:" for read-only access to the MS Windows LSA cache.
+* [2049, 2139, 2148, 2153, 2182, 2183, 2184, 2190, 2202] Added a new
+  ccache type "MSLSA:" for read-only access to the MS Windows LSA
+  cache.
 
 * [982] On windows, krb5.exe now has a checkbox to request addressless
   tickets.
 
+* [2189] To avoid compatibility problems, unrecognized TGS options
+  will now be ignored.
+
+* [2218] 128-bit AES has been added to the default enctypes.
+
+* [2223] AES cryptosystem now chains IVs.  This WILL break backwards
+  compatibility for the kcmd applications, if they are using AES
+  session keys.
+
 Minor changes in 1.3.2
 ----------------------
 
@@ -170,15 +180,38 @@ Minor changes in 1.3.2
 * [2106] Return an error for unimplemented ccache functions, rather
   than calling through a null pointer.
 
+* [2118] Applied patch from Will Fiveash to use correct parameter for
+  KDC TCP listening sockets.
+
 * [2144] Memory management errors in the Windows gss.exe test client
   have been fixed.
 
+* [2171] krb5_locate_kpasswd() now correctly calls htons() on the
+  kpasswd port number.  Found by Arlene Berry.
+
 * [2180] The profile library now includes pthread.h when compiled with
   USE_PTHREADS.
 
-* [2181] A timeout has been added to gss-server, and a missing
+* [2181, 2224] A timeout has been added to gss-server, and a missing
   parameter to sign_server() has been added.
 
+* [2196] config.{guess,sub} have been updated from autoconf-2.59.
+
+* [2204] Windows gss.exe now has support for specifying credentials
+  cache, as well as some minor bugfixes.
+
+* [2210] GSSAPI accept_sec_context() no longer unconditionally sets
+  INTEG and CONF flags in contradiction to what the initiator sent.
+
+* [2212] The GSS sample application has some additional options to
+  support testing of SSPI vs GSSAPI.
+
+* [2217] Windows gss.exe has new UI elements to support more flag
+  settings.
+
+* [2225] In the gss sample client, some extraneous parameters have
+  been removed from client_establish_context().
+
 Notes, Major Changes, and Known Bugs for 1.3.1
 ----------------------------------------------