* smtp.el (smtp-via-smtp): Downcase `smtp-authenticate-type'.
[elisp/flim.git] / ChangeLog
index 19fe777..325d8f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,260 @@
+2000-01-28  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-via-smtp): Downcase `smtp-authenticate-type'.
+
+2000-02-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * smtp.el (smtp-via-smtp): Throw `done' instead of `smtp-error';
+       when evaluating unwind form, send QUIT command if the process is running.
+
+2000-01-28  Kenichi OKADA <okada@opaopa.org>
+
+       * md5-el.el (md5-encode): If `md5-maximum-internal-length' is nil,
+       don't use external md5-program.
+       (md5): Ditto.
+
+2000-01-23  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-auth-digest-md5): Don't save insecure words.
+
+2000-01-22  Kenichi OKADA <okada@opaopa.org>
+
+       * digest-md5.el (TopLevel): Update example for
+       `digest-md5-build-response-value'.
+
+2000-01-22  Kenichi OKADA <okada@opaopa.org>
+
+       * sasl.el (TopLevel): Autoload `digest-md5-parse-digest-challenge'.
+
+2000-01-21  Kenichi OKADA <okada@opaopa.org>
+
+       * SLIM: Version 1.13.6 released.
+
+2000-01-21  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (TopLevel): Eval `sasl' when compile.
+
+2000-01-21  Kenichi OKADA <okada@opaopa.org>
+
+       * sasl.el (TopLevel): Delete function
+       `sasl-digest-md5-parse-digest-challenge'.
+       * smtp.el (smtp-auth-digest-md5): Don't use
+       `sasl-digest-md5-parse-digest-challenge'.
+
+2000-01-21  Kenichi OKADA <okada@opaopa.org>
+
+       * scram-md5.el (sasl-scram-md5-client-security-info): Eval when compile.
+
+2000-01-21  Kenichi OKADA <okada@opaopa.org>
+
+       * digest-md5.el (TopLevel): Delete `digest-md5-nonce-count'.
+       (digest-md5-build-response-value): Add `realm',
+       `nonce' and `nonce-count'.
+       (digest-md5-digest-response): Add options as RFC.
+       * sasl.el (TopLevel): New variable `sasl-digest-md5-nonce-count'.
+       New functions `sasl-digest-md5-digest-response' and
+       `sasl-digest-md5-parse-digest-challenge'.
+       * smtp.el (TopLevel): New function `smtp-auth-digest-md5'.
+
+2000-01-06  Kenichi OKADA <okada@opaopa.org>
+
+       * sasl.el (TopLevel): Autoload 'scram-md5' for
+       `scram-make-security-info'.
+
+2000-01-06  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-authenticate-type): Rename from `smtp-authenticate-type'.
+       (smtp-authenticate-user): Rename from `smtp-authentication-user'.
+       (smtp-authenticate-passphrase): Rename from `smtp-authentication-passphrase'.
+       (smtp-authenticate-method-alist): Rename from `smtp-authenticate-method-alist)'.
+
+2000-01-05  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * Makefile, mime-en.sgml, mime-ja.sgml: Update for the new CVS
+       server.
+
+2000-01-01  Kenichi OKADA <okada@opaopa.org>
+
+       * mime-def.el (mime-library-product): Up.
+       * smtp.el (smtp-authentication-method-alist): Add `digest-md5'.
+       (smtp-auth-digest-md5): New function.
+
+1999-12-21  Kenichi OKADA <okada@opaopa.org>
+
+       * sasl.el (TopLevel): Autoload `digest-md5' and `scram-md5'.
+
+\f
+1999-12-21  Kenichi OKADA <okada@opaopa.org>
+
+       * SLIM: Version 1.13.5 released.
+
+1999-12-20  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mel-b-el.el (base64-encode-region): Allow the optional second arg
+       `no-line-break'.
+       (base64-external-encode-region): Likewise.
+       (base64-internal-encode-region): Likewise.
+       (base64-encode-string): Likewise.
+
+1999-12-13  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-aut-login): Update to new api.
+
+1999-12-14   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * digest-md5.el
+       (digest-md5-digest-response): Add optional argument `qop'.
+       (digest-md5-build-response-value): Use it.
+
+1999-12-13   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * digest-md5.el (digest-md5-challenge): New variable.
+       (digest-md5-nonce-count): New variable.
+       (digest-md5-parse-digest-challenge-syntax-table): Fix document.
+       (digest-md5-parse-digest-challenge): Add autoload cookie.
+       (digest-md5-challenge): New macro.
+       (digest-md5-build-response-value): New macro.
+       (digest-md5-digest-response): Use it; Add autoload cookie.
+
+1999-12-13  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * README.en,README.ja,mime-en.sgml,mime-en.texi,mime-ja.sgml,
+       mime-ja.texi: Update for the recent ML address and ftp site.
+
+1999-12-13   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * digest-md5.el
+       (digest-md5-parse-digest-challenge-syntax-table): New variable.
+       (digest-md5-parse-digest-challenge): Use it; return parsed
+       result as a property list.
+
+1999-12-13  Kenichi OKADA <okada@opaopa.org>
+
+       * sasl.el (sasl-scram-md5-make-salted-pass): New function.
+       * smtp.el (smtp-auth-scram-md5): Use `sasl-scram-md5-make-salted-pass'
+       instead of `scram-md5-make-salted-pass' and `scram-md5-parse-server-msg-1'.
+
+1999-12-13  Kenichi OKADA <okada@opaopa.org>
+
+       * digest-md5.el (digest-md5-parse-digest-challenge): Fix.
+
+1999-12-13  Kenichi OKADA <okada@opaopa.org>
+
+       * digest-md5.el (digest-md5-digest-response): Update.
+       (digest-md5-make-cnonce): New function.
+       (digest-md5-parse-digest-challenge): New function.
+
+1999-12-13  Kenichi OKADA <okada@opaopa.org>
+
+       * FLIM-ELS (flim-modules): Add `unique-id'.
+       * smtp.el (TopLevel): Add autoload `sasl-scram-md5'.
+
+1999-12-13  Kenichi OKADA <okada@opaopa.org>
+
+       * unique-id.el: New file.
+       * scram-md5.el (TopLevel): Require `unique-id'.
+       (scram-make-unique-nonce): Use `unique-id'.
+       * sasl.el (sasl-number-base36): Delete.
+       (sasl-unique-id-char): Delete.
+       (sasl-unique-id): Delete.
+
+1999-12-13  Kenichi OKADA <okada@opaopa.org>
+
+       * FLIM-ELS (flim-modules): Add `digest-md5'.
+
+1999-12-13  Kenichi OKADA <okada@opaopa.org>
+
+       * digest-md5.el: New file.
+       (digest-md5-digest-uri): New function.
+       (digest-md5-digest-response): New function.
+
+1999-12-13  Kenichi OKADA <okada@opaopa.org>
+
+       * sasl.el (sasl-scram-md5-authenticate-server): Require salted-pass
+       instead of passphrase.
+       (sasl-scram-md5-client-msg-2): Ditto.
+
+1999-12-13  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-auth-scram-md5): Erase insecure sequences.
+       * sasl.el (sasl-scram-md5-client-msg-2): Erase insecure sequences.
+       (TopLevel): Add example for `scram-md5'.
+       * scram.el (scram-md5-make-server-msg-2): Rename from `scram-md5-authenticate-server'.
+       (scram-md5-make-salted-pass): Don't erase passphrase.
+       (scram-make-unique-nonce): Erase unique-id.
+       (scram-md5-make-client-msg-1): Erase nonce.
+       (scram-md5-make-shared-key): Erase buffer.
+       (scram-md5-make-server-msg-2): Ditto.
+
+1999-12-13  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-auth-scram-md5): New function.
+       (smtp-authentication-method-alist): Add `scram-md5'.
+
+1999-12-12  Kenichi OKADA <okada@opaopa.org>
+
+       * sasl.el (TopLevel): Require `scram-md5'.
+
+1999-12-11  Kenichi OKADA <okada@opaopa.org>
+
+       * sasl.el (sasl-scram-md5-client-msg-1): New function.
+       (sasl-scram-md5-client-msg-2): New function.
+       (sasl-scram-md5-authenticate-server): New function.
+       (sasl-scram-md5-client-security-info): New variable.
+
+1999-12-09  Kenichi OKADA <okada@opaopa.org>
+
+       * mime-def.el (mime-library-product): Up.
+
+1999-12-06  Kenichi OKADA <okada@opaopa.org>
+
+       * sasl.el (sasl-number-base36): New function.
+       (sasl-unique-id): New function.
+       (sasl-unique-id-char): New variable.
+       * scram-md5.el (scram-make-unique-nonce): Fix to use `sasl-unique-id'.
+
+1999-12-06  Kenichi OKADA <okada@opaopa.org>
+
+       * sha1-el.el: Fix.
+       * hex-util.el: Fix.
+
+\f
+1999-12-06  Kenichi OKADA <okada@opaopa.org>
+
+       * SLIM: Version 1.13.4 released.
+
+1999-12-04  Kenichi OKADA <okada@opaopa.org>
+
+       * SLIM-VERION: Add code name.
+
+1999-12-03  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-via-smtp): Fix.
+
+1999-12-02  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-via-smtp): Enclose by `as-binary-process'.
+
+1999-12-02  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-via-smtp): Fix.
+
+1999-12-02  Kenichi OKADA <okada@opaopa.org>
+
+       * scram-md5.el (scram-make-unique-nonce): Fix.
+
+1999-12-02  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-send-command): Add new optional argument
+       to delete insecure words in a trace buffer.
+       (smtp-auth-cram-md5): Update.
+       (smtp-auth-plain): Update.
+       (smtp-auth-login): Update.
+
+1999-12-02  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-via-smtp): Comment out vain commands.
+
 1999-12-02  Kenichi OKADA <okada@opaopa.org>
 
        * scram-md5.el: New file.
@@ -6,7 +263,7 @@
 1999-12-01  Kenichi OKADA <okada@opaopa.org>
 
        * smtp.el (smtp-auth-anonymous): New function.
-       (smtp-authentication-method-alist): Add anonymous.
+       (smtp-authentication-method-alist): Add `anonymous'.
 
 1999-12-01  Kenichi OKADA <okada@opaopa.org>