aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2017-01-06 15:25:14 -0500
committerTom Yu <tlyu@mit.edu>2017-01-06 15:25:42 -0500
commita07e280e56e2f4edc3c457cc6215f73b5789f1fd (patch)
tree9d4ea741cd80d48e9c1fa1910a9c098e379f7de8
parent73d53709f8fdb23d0371160d925df156c6071324 (diff)
downloadkrb5-a07e280e56e2f4edc3c457cc6215f73b5789f1fd.zip
krb5-a07e280e56e2f4edc3c457cc6215f73b5789f1fd.tar.gz
krb5-a07e280e56e2f4edc3c457cc6215f73b5789f1fd.tar.bz2
Add some omitted things to README
[ci skip]
-rw-r--r--README8
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