krb5 commit [krb5-1.15]: Add some omitted things to README
Tom Yu <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/krb5/krb5/commit/a07e280e56e2f4edc3c457cc6215f73b5789f1fd commit a07e280e56e2f4edc3c457cc6215f73b5789f1fd Author: Tom Yu <[email protected]> Date: Fri Jan 6 15:25:14 2017 -0500 Add some omitted things to README [ci skip] README | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/README b/README index 4b4a7d6..dcaed5c 100644 --- a/README +++ b/README @@ -78,6 +78,10 @@ Major changes in 1.15 (2016-12-01) Administrator experience: +* Improve support for multihomed Kerberos servers by adding options + for specifying restricted listening addresses for the KDC and + kadmind. + * Add support to kadmin for remote extraction of current keys without changing them (requires a special kadmin permission that is excluded from the wildcard permission), with the exception of highly @@ -122,6 +126,9 @@ Developer experience: authenticators in the replay cache. This helps sites that must build with FIPS 140 conformant libraries that lack MD5. +* Eliminate util/reconf and allow the use of autoreconf alone to + regenerate the configure script. + Protocol evolution: * Add support for the AES-SHA2 enctypes, which allows sites to conform @@ -130,6 +137,7 @@ Protocol evolution: krb5-1.15 changes by ticket ID ------------------------------ +1093 KDC could use feature to limit listening interfaces 5889 password history doesn't work with LDAP KDB 6666 some non-default plugin directories don't build in 1.8 branch 7852 kadmin.local's ktadd -norandkey does not handle multiple kvnos