aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2012-02-06 21:02:15 +0000
committerTom Yu <tlyu@mit.edu>2012-02-06 21:02:15 +0000
commita1580f6bb316b54af8296a3069ff1db6d22e7899 (patch)
treef503ee2c02b6fbf1f2193c17efca3e82ecff6787
parenta5ef59e68989019a1635d16fd91e103239958283 (diff)
downloadkrb5-a1580f6bb316b54af8296a3069ff1db6d22e7899.zip
krb5-a1580f6bb316b54af8296a3069ff1db6d22e7899.tar.gz
krb5-a1580f6bb316b54af8296a3069ff1db6d22e7899.tar.bz2
README and patchlevel.h for krb5-1.9.3
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-9@25672 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--README34
-rw-r--r--src/patchlevel.h6
2 files changed, 36 insertions, 4 deletions
diff --git a/README b/README
index 94ee50b..a53ab7e 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
Copyright and Other Notices
---------------------------
-Copyright (C) 1985-2011 by the Massachusetts Institute of Technology
+Copyright (C) 1985-2012 by the Massachusetts Institute of Technology
and its contributors. All rights reserved.
Please see the file named NOTICE for additional notices.
@@ -70,6 +70,31 @@ from using single-DES cryptosystems. Among these is a configuration
variable that enables "weak" enctypes, which defaults to "false"
beginning with krb5-1.8.
+Major changes in 1.9.3
+----------------------
+
+This is primarily a bugfix release.
+
+* Fix MITKRB5-SA-2011-007 KDC null pointer dereference in TGS handling
+ [CVE-2011-1530].
+
+* Fix an interaction in iprop that could cause spurious excess kadmind
+ processes when a kprop child fails.
+
+krb5-1.9.3 changes by ticket ID
+-------------------------------
+
+6993 Fix format string for TRACE_INIT_CREDS_SERVICE
+7007 Fix intermediate key length in hmac-md5 checksum
+7008 Exit on error in kadmind kprop child
+7009 Fix month/year units in getdate
+7016 Handle TGS referrals to the same realm
+7040 Fix failure interval of 0 in LDAP lockout code
+7043 SA-2011-007 KDC null pointer deref in TGS handling [CVE-2011-1530]
+7052 Fix subkey memory leak in krb5_get_credentials
+7068 Fix implicit declaration in ksu for some builds
+7069 krb5_server_decrypt_ticket_keytab wrongly succeeds
+
Major changes in 1.9.2
----------------------
@@ -400,6 +425,7 @@ reports, suggestions, and valuable resources:
Michael B Allen
Heinz-Ado Arnolds
Derek Atkins
+ Mark Bannister
David Bantz
Alex Baule
Arlene Berry
@@ -439,7 +465,9 @@ reports, suggestions, and valuable resources:
Philip Guenther
Dominic Hargreaves
Jakob Haufe
+ Paul B. Henson
Jeff Hodges
+ Christopher Hogan
Love Hörnquist Åstrand
Ken Hornstein
Henry B. Hotz
@@ -459,6 +487,7 @@ reports, suggestions, and valuable resources:
Nathaniel McCallum
Greg McClement
Cameron Meadors
+ Alexey Melnikov
Franklyn Mendez
Markus Moeller
Kyle Moffett
@@ -471,6 +500,7 @@ reports, suggestions, and valuable resources:
Andrej Ota
Dmitri Pal
Javier Palacios
+ Tom Parker
Ezra Peisach
W. Michael Petullo
Mark Phalan
@@ -490,6 +520,8 @@ reports, suggestions, and valuable resources:
Jorgen Wahlsten
Max (Weijun) Wang
John Washington
+ Kevin Wasserman
+ Margaret Wasserman
Marcus Watts
Simon Wilkinson
Nicolas Williams
diff --git a/src/patchlevel.h b/src/patchlevel.h
index b070130..e225d91 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -52,7 +52,7 @@
*/
#define KRB5_MAJOR_RELEASE 1
#define KRB5_MINOR_RELEASE 9
-#define KRB5_PATCHLEVEL 2
-#define KRB5_RELTAIL "postrelease"
+#define KRB5_PATCHLEVEL 3
+/* #undef KRB5_RELTAIL */
/* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "branches/krb5-1-9"
+#define KRB5_RELTAG "tags/krb5-1-9-3-final"