aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2004-06-03 21:07:52 +0000
committerTom Yu <tlyu@mit.edu>2004-06-03 21:07:52 +0000
commit7521d7697beb61500cf16a8357057059ba3eb464 (patch)
tree7a277ae68e90723d1a64eceb7933498494e2a4a5
parentb972b5040483db9d9cbc73ef4c557d655603538f (diff)
downloadkrb5-7521d7697beb61500cf16a8357057059ba3eb464.zip
krb5-7521d7697beb61500cf16a8357057059ba3eb464.tar.gz
krb5-7521d7697beb61500cf16a8357057059ba3eb464.tar.bz2
update for krb5-1.3.4-beta1
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-3@16398 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--README32
1 files changed, 32 insertions, 0 deletions
diff --git a/README b/README
index b78b959..4413e97 100644
--- 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
----------------------