summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2004-06-03 21:07:25 +0000
committerTom Yu <tlyu@mit.edu>2004-06-03 21:07:25 +0000
commite3b3e1ddfe97f9b8c316270889e8bf6ce2b2eb2d (patch)
tree7461ccc3a637c039320f07b5cee29ab0d28875d7 /README
parent5dd59f82ccafe8866ed1e404e2a0a9c2fdc1e85a (diff)
downloadkrb5-e3b3e1ddfe97f9b8c316270889e8bf6ce2b2eb2d.tar.gz
krb5-e3b3e1ddfe97f9b8c316270889e8bf6ce2b2eb2d.tar.xz
krb5-e3b3e1ddfe97f9b8c316270889e8bf6ce2b2eb2d.zip
update for krb5-1.3.4-beta1
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16397 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'README')
-rw-r--r--README32
1 files changed, 32 insertions, 0 deletions
diff --git a/README b/README
index a31cf3260..a95fa6da4 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
----------------------