X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/d6cc7c78f624e505bb889c8ccd2879706d6dc9e1..9775396084feef071a7c565d6d9b42839ae6098e:/doc/doc-txt/NewStuff?ds=inline diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index d22d4e582..4521d7dd9 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -6,6 +6,24 @@ Before a formal release, there may be quite a lot of detail so that people can test from the snapshots or the CVS before the documentation is updated. Once the documentation is updated, this file is reduced to a short list. +Version 4.78 +------------ + + 1. New authenticator driver, "gsasl". Server-only (at present). + This is a SASL interface, licensed under GPL, which can be found at + http://www.gnu.org/software/gsasl/. + This system does not provide sources of data for authentication, so + careful use needs to be made of the conditions in Exim. Note that + this can not yet be used as a drop-in replacement for Cyrus SASL, as + Exim is currently unable to construct strings with embedded NULs for + use as keys in lookups against sasldb2. + + 2. New authenticator driver, "heimdal_gssapi". Server-only. + A replacement for using cyrus_sasl with Heimdal, now that $KRB5_KTNAME + is no longer honoured for setuid programs by Heimdal. Use the + "server_keytab" option to point to the keytab. + + Version 4.77 ------------