summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-09-12 13:12:37 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-09-12 13:12:37 -0700
commitc4aed573db0392ec35f1dbe3d4ba6aa0b25f8815 (patch)
tree9d6f080a6a088ca3ca15f6babc2ba33660d441ec /sites/www
parentd446cf23c2a7765e3f4b3202f3dc3cba4c3b5c45 (diff)
parent20e0285628cd5f075b6f81c897a440e2eb5da95e (diff)
Merge branch '2.1' into 2.2
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 945217d1..bc88ec64 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,14 @@
Changelog
=========
+* :bug:`1061` Clean up GSSAPI authentication procedures so they do not prevent
+ normal fallback to other authentication methods on failure. (In other words,
+ presence of GSSAPI functionality on a target server precluded use of _any_
+ other auth type if the user was unable to pass GSSAPI auth.) Patch via Anselm
+ Kruis.
+* :bug:`1060` Fix key exchange (kex) algorithm list for GSSAPI authentication;
+ previously, the list used solely out-of-date algorithms, and now contains
+ newer ones listed preferentially before the old. Credit: Anselm Kruis.
* :bug:`1055` (also :issue:`1056`, :issue:`1057`, :issue:`1058`, :issue:`1059`)
Fix up host-key checking in our GSSAPI support, which was previously using an
incorrect API call. Thanks to Anselm Kruis for the patches.