From 116585bd28c0dbe4c4663229eb64755545601e6c Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Thu, 27 Aug 2020 20:15:48 -0600 Subject: * Ignore non-empty initial challenge in the GSSAPI authenticator. Some SMTP servers send a non-empty initial challenge, causing Alpine to cancel the authentication (in accordance to RFC). Patch was submitted by Ignacio Reguero, but written by Jarek Polok, to the re-alpine project (see https://sourceforge.net/p/re-alpine/bugs/16/) Patch was resubmitted here, but the code was modified in an equivalent but different way. --- pith/pine.hlp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pith') diff --git a/pith/pine.hlp b/pith/pine.hlp index d9c34c59..d4810a6d 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 503 2020-08-13 09:42:11 +Alpine Commit 504 2020-08-27 20:15:43 ============= h_news ================= @@ -249,6 +249,9 @@ problems you find with this release. and which allow a user to specify locations for certificates that the user trusts. + +
  • Ignore non-empty initial challenge in the GSSAPI authenticaor. Based + on a patch written by Jarek Polok, but submitted by Ignacio Reguero.

    -- cgit v1.2.3-54-g00ecf