aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2010-05-28 22:55:45 +0000
committerTom Yu <tlyu@mit.edu>2010-05-28 22:55:45 +0000
commite732efdf861d0c895caa24a223bc47507c84fc1f (patch)
treeda17eb0c176abd282b54c465e413387a9a852f2e
parentf655fbc0dcc49e1413ec3a805b40b162070f8f75 (diff)
downloadkrb5-e732efdf861d0c895caa24a223bc47507c84fc1f.zip
krb5-e732efdf861d0c895caa24a223bc47507c84fc1f.tar.gz
krb5-e732efdf861d0c895caa24a223bc47507c84fc1f.tar.bz2
README and patchlevel.h for krb5-1.8.2-beta1
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-8@24112 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 924710c..fddc00b 100644
--- a/README
+++ b/README
@@ -82,6 +82,35 @@ additional measures include:
crypto
* easier kadmin history key changes
+Major changes in 1.8.2
+----------------------
+
+This is primarily a bugfix release.
+
+* Fix vulnerabilities:
+ ** CVE-2010-1320 KDC double free caused by ticket renewal
+ (MITKRB5-SA-2010-004)
+ ** CVE-2010-1321 GSS-API lib null pointer deref (MITKRB5-SA-2010-005)
+
+* Allow numeric IPv6 addresses for configuring KDC locations.
+
+krb5-1.8.2 changes by ticket ID
+-------------------------------
+
+6562 kinit not working if kdc is configured with numerical IPv6 address
+6696 gss_accept_sec_context doesn't produce error tokens
+6697 segfault caused by dlerror returning NULL
+6698 kproplog displays incorrect iprop timestamps on 64-bit platforms
+6702 CVE-2010-1320 KDC double free caused by ticket renewal
+ (MITKRB5-SA-2010-004)
+6711 memory leak in process_tgs_req in r23724
+6718 Make KADM5_FAIL_AUTH_COUNT_INCREMENT more robust with LDAP
+6722 Error handling bug in krb5_init_creds_init()
+6725 CVE-2010-1321 GSS-API lib null pointer deref (MITKRB5-SA-2010-005)
+6726 SPNEGO doesn't interoperate with Windows 2000
+6730 kdc_tcp_ports not documented in kdc.conf.M
+6734 FAST negotiation could erroneously succeed
+
Major changes in 1.8.1
----------------------
@@ -362,6 +391,7 @@ reports, suggestions, and valuable resources:
Brandon Allbery
Russell Allbery
+ Brian Almeida
Michael B Allen
Derek Atkins
David Bantz
@@ -405,6 +435,7 @@ reports, suggestions, and valuable resources:
Jeffrey Hutzelman
Wyllys Ingersoll
Holger Isenberg
+ Joel Johnson
Mikkel Kruse
Volker Lendecke
Jan iankko Lieskovsky
@@ -420,9 +451,9 @@ reports, suggestions, and valuable resources:
Ezra Peisach
W. Michael Petullo
Mark Phalan
- Xu Qiang
Robert Relyea
Martin Rex
+ Jason Rogers
Guillaume Rousse
Tom Shaw
Peter Shoults
@@ -437,6 +468,7 @@ reports, suggestions, and valuable resources:
Simon Wilkinson
Nicolas Williams
Ross Wilper
+ Xu Qiang
Hanz van Zijst
The above is not an exhaustive list; many others have contributed in
diff --git a/src/patchlevel.h b/src/patchlevel.h
index 904d40a..44bc2d3 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -52,7 +52,7 @@
*/
#define KRB5_MAJOR_RELEASE 1
#define KRB5_MINOR_RELEASE 8
-#define KRB5_PATCHLEVEL 1
-#define KRB5_RELTAIL "postrelease"
+#define KRB5_PATCHLEVEL 2
+#define KRB5_RELTAIL "beta1"
/* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "branches/krb5-1-8"
+#define KRB5_RELTAG "tags/krb5-1-8-2-beta1"