diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-23 12:41:22 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-23 12:41:22 +0000 |
commit | 4730f9424e0addeb902cc842508eea3f47a131ca (patch) | |
tree | 1aecf2add22e0e8206feb5ca136d626c765d294e /doc | |
parent | ed72ace5f09d07c620b96efaf72d328d6e7439be (diff) |
Make server prompts available in $auth<n> when plaintext is running as a
client.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 11 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 15 | ||||
-rw-r--r-- | doc/doc-txt/OptionLists.txt | 5 |
3 files changed, 27 insertions, 4 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 905e8d046..45ea2866d 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.312 2006/02/22 15:10:28 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.313 2006/02/23 12:41:22 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -227,6 +227,15 @@ PH/43 If retry_interval_max is set greater than 24 hours, it is quietly reset PH/44 Added STRIP_COMMAND=/usr/bin/strip to the FreeBSD Makefile. +PH/45 When the plaintext authenticator is running as a client, the server's + challenges are checked to ensure they are valid base64 strings. By + default, the authentication attempt is cancelled if an invalid string is + received. Setting client_ignore_invalid_base64 true ignores these errors. + The decoded challenge strings are now placed in $auth1, $auth2, etc. as + they are received. Thus, the responses can be made to depend on the + challenges. If an invalid string is ignored, an empty string is placed in + the variable. + Exim version 4.60 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 14e08ee78..c807d931b 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.89 2006/02/22 15:08:20 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.90 2006/02/23 12:41:22 ph10 Exp $ New Features in Exim -------------------- @@ -74,6 +74,19 @@ PH/11 If retry_interval_max is set greater than 24 hours, it is quietly reset and H retry rules, and it seems reasonable to require a retry at least once a day. +PH/12 When the plaintext authenticator is running as a client, the server + challenges are now checked to ensure they are valid base64 strings. The + default action on failure is to abort the authentication. However, if + client_ignore_invalid_base64 is set true, invalid responses are ignored. + +PH/13 When the plaintext authenticator is running as a client, the challenges + from the server are placed in $auth1, $auth2, etc. as they are received. + Thus, the challege that is received in response to sending the first + string (with the AUTH command) can be used in the expansion of the second + string, and so on. Currently, up to 3 challenge strings are available in + this way. If an invalid base64 string is received when client_ignore_ + invalid_base64 is set, an empty string is put in the $auth<n> variable. + Version 4.60 ------------ diff --git a/doc/doc-txt/OptionLists.txt b/doc/doc-txt/OptionLists.txt index 17627e41c..5e5815b42 100644 --- a/doc/doc-txt/OptionLists.txt +++ b/doc/doc-txt/OptionLists.txt @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/OptionLists.txt,v 1.17 2006/02/20 16:31:48 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/OptionLists.txt,v 1.18 2006/02/23 12:41:22 ph10 Exp $ LISTS OF EXIM OPTIONS --------------------- @@ -11,7 +11,7 @@ This file contains complete lists of four kinds of Exim option: 4. Those that can appear in the build time configuration for the Exim monitor (Local/eximon.conf). -This file was last updated for Exim release 4.60. +This file was last updated for Exim release 4.61. 1. RUN TIME OPTIONS @@ -124,6 +124,7 @@ check_spool_space integer 0 main check_string string "From " appendfile 3.03 unset pipe 3.03 check_srv string* unset dnslookup 4.31 +client_ignore_invalid_base64 boolean false plaintext 4.61 client_name string* + cram_md5 3.10 client_secret string* unset cram_md5 3.10 client_send string* unset plaintext 3.10 |