aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
----------------------