]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Updates for krb5-1.13-beta1 krb5-1.13-beta1
authorTom Yu <tlyu@mit.edu>
Wed, 24 Sep 2014 23:30:54 +0000 (19:30 -0400)
committerTom Yu <tlyu@mit.edu>
Thu, 25 Sep 2014 21:51:04 +0000 (17:51 -0400)
README
src/patchlevel.h
src/po/mit-krb5.pot

diff --git a/README b/README
index 37f5d1ab1abcfcdb343e7fc013cc0b7fe0a85024..79211e9826ed125712044c2842d2b1e1b89dbd50 100644 (file)
--- a/README
+++ b/README
@@ -90,6 +90,12 @@ Administrator experience:
 
 * Add support to the LDAP KDB module for binding to the LDAP server using SASL.
 
+* The KDC listens for TCP connections by default.
+
+* Fix a minor key disclosure vulnerability where using the "keepold"
+  option to the kadmin randkey operation could return the old keys.
+  [CVE-2014-5351]
+
 User experience:
 
 * Add client support for the Kerberos Cache Manager protocol. If the
@@ -113,6 +119,7 @@ krb5-1.13 changes by ticket ID
 884     having "-" in key:salt separator list prevents salttype
         defaulting from working
 1794    don't use mktemp
+3498    race opening/creating replay cache.
 5958    kadmin salttype "no salt" means really means "default/normal
         salt"
 6034    rework gic_opt_ext to be more portable
@@ -120,6 +127,7 @@ krb5-1.13 changes by ticket ID
         than "ignore salttype"
 6413    pkinit thread safety
 6550    old_stash_bendian is a keytab
+6731    KDC should listen to TCP by default
 7232    Confusing error message for key version mismatch
 7704    Anonymous kadmin does not work
 7728    ksu assumes the invoking user's using a FILE: ccache
@@ -183,6 +191,30 @@ krb5-1.13 changes by ticket ID
 7986    Copy config entries to the ksu target ccache
 7987    Fix GSS krb5 GSS_C_DELEG_FLAG ret_flags result
 7988    Make krb5_cc_new_unique create DIR: directories
+7990    Fix HP-UX build support
+7992    Fix test syntax in configure.in
+7993    Autodetect OpenSSL CMS for LibreSSL compatibility
+7994    randkey does not update principal's master key version
+7995    kadmin change_password -keepold does not work with master key
+        migration
+7996    Simplify and improve ksu cred verification
+7997    kadm5_randkey_principal interop with Solaris KDC
+7998    gssapi.dll tries to get initial creds even when some are
+        present
+8000    gssapi.dll fails to detect TGTs in the MSLSA cache when UAC is
+        enabled
+8001    Allow logger.c to work with redirected stderr
+8003    Export gssrpc_bindresvport_sa
+8004    Map .hin files to the C language for doxygen
+8005    Initialize iterflags in update_princ_encryption
+8006    Update NOTICE for 1.13
+8007    In ksu, handle typeless default_ccache_name values
+8008    Document clock skew tolerance for ticket times
+8015    Fix ksu crash in cases where it obtains the TGT
+8016    Restore providing password TGTs for the ksu target
+8017    gss_acquire_cred_impersonate_name crashes with acceptor-only
+        impersonator creds
+8018    Return only new keys in randkey [CVE-2014-5351]
 
 Acknowledgements
 ----------------
@@ -375,6 +407,7 @@ reports, suggestions, and valuable resources:
     Edward Murrell
     Nikos Nikoleris
     Felipe Ortega
+    Michael Osipov
     Andrej Ota
     Dmitri Pal
     Javier Palacios
@@ -383,11 +416,13 @@ reports, suggestions, and valuable resources:
     Zoran Pericic
     W. Michael Petullo
     Mark Phalan
+    Brett Randall
     Jonathan Reams
     Robert Relyea
     Martin Rex
     Jason Rogers
     Nate Rosenblum
+    Solly Ross
     Mike Roszkowski
     Guillaume Rousse
     Andreas Schneider
index 1045e99bd9bf6b4c7196826fa7c0b4ceb4fe66a3..936499492cd07cd24e09afa7881a61ffce532de2 100644 (file)
@@ -52,6 +52,6 @@
 #define KRB5_MAJOR_RELEASE 1
 #define KRB5_MINOR_RELEASE 13
 #define KRB5_PATCHLEVEL 0
-#define KRB5_RELTAIL "alpha1-postrelease"
+#define KRB5_RELTAIL "beta1"
 /* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "krb5-1.13"
+#define KRB5_RELTAG "krb5-1.13-beta1"
index 122afcca2d79dfdbd3ef332486f7fd7ffda76ab2..d2621ca346c4859422fa99620dbec6586ba77976 100644 (file)
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: mit-krb5 1.13-alpha1-postrelease\n"
+"Project-Id-Version: mit-krb5 1.13-beta1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-09-24 19:12-0400\n"
+"POT-Creation-Date: 2014-09-24 19:31-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"