Skip to content

Commit

Permalink
Updates for krb5-1.13-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
tlyu committed Sep 25, 2014
1 parent a0067de commit bc6eaaa
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 4 deletions.
35 changes: 35 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -113,13 +119,15 @@ 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
6042 krb5_string_to_keysalts should default to normal salt rather
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
Expand Down Expand Up @@ -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
----------------
Expand Down Expand Up @@ -375,6 +407,7 @@ reports, suggestions, and valuable resources:
Edward Murrell
Nikos Nikoleris
Felipe Ortega
Michael Osipov
Andrej Ota
Dmitri Pal
Javier Palacios
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions src/po/mit-krb5.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bc6eaaa

Please sign in to comment.