]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
update for krb5-1.3.4-beta1
authorTom Yu <tlyu@mit.edu>
Thu, 3 Jun 2004 21:07:25 +0000 (21:07 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 3 Jun 2004 21:07:25 +0000 (21:07 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16397 dc483132-0cff-0310-8789-dd5450dbe970

README

diff --git a/README b/README
index a31cf3260b9636ab8bc607234f216d22f782f1f7..a95fa6da41f771d0c1e3a9eb2571940160d38c47 100644 (file)
--- a/README
+++ b/README
@@ -59,6 +59,38 @@ http://krbdev.mit.edu/rt/
 
 and logging in as "guest" with password "guest".
 
+Major changes in 1.3.4
+----------------------
+
+* [2024, 2583, 2584] Fixed buffer overflows in
+  krb5_aname_to_localname(). [MITKRB-SA-2004-001]
+
+Minor changes in 1.3.4
+----------------------
+
+* [957] The auth_to_local rules now allow for the client realm to be
+  examined.
+
+* [2527, 2528, 2531] Keytab file names lacking a "FILE:" prefix now work
+  under Windows.
+
+* [2533] Updated installer scripts for Windows.
+
+* [2534] Fixed memory leak for when an incorrect password is input to
+  krb5_get_init_creds_password().
+
+* [2535] Added missing newline to dnssrv.c.
+
+* [2551, 2564] Use compile-time checks to determine endianness.
+
+* [2558] krb5_send_tgs() now correctly sets message_type after
+  receiving a KRB_ERROR message.
+
+* [2561, 2574] Fixed memory allocation errors in the MSLSA ccache.
+
+* [2562] The Windows installer works around cases where DLLs cannot be
+  unloaded.
+
 Major changes in 1.3.3
 ----------------------