smtp.el (smtp-aut-login): Update to new api.
[elisp/flim.git] / ChangeLog
index 59101a2..b547f53 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 fot 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.
+       * FLIM-ELS (flim-modules): Add `scram-md5'.
+
+1999-12-01  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-auth-anonymous): New function.
+       (smtp-authentication-method-alist): Add `anonymous'.
+
+1999-12-01  Kenichi OKADA <okada@opaopa.org>
+
+       * SLIM-VERSION: Fix.
+       * smtp.el: Fix Author.
+       * sasl.el (sasl-cram-md5): Update to delete
+       insecure sequences.
+
+1999-11-28  Kenichi OKADA <okada@opaopa.org>
+
+       * mime-def.el (mime-library-product): Up.
+
+1999-11-28  Kenichi OKADA <okada@opaopa.org>
+
+       * ChangeLog: Fix.
+       * sasl.el (sasl-cram-md5): Rename `username' from `user'.
+       Rename `challenge' from `response'.
+       * SLIM-VERION: Add code name.
+
+1999-11-23  Kenichi OKADA <okada@opaopa.org>
+
+       * sha1.el (sha1-encode): Fix and define as obsolete function.
+       (sha1-encode-binary): Ditto.
+
+1999-11-23  Kenichi OKADA <okada@opaopa.org>
+
+       * sha1.el (sha1-encode): New alias.
+       (sha1-encode-binary): Ditto.
+
+\f
+1999-11-23  Kenichi OKADA <okada@opaopa.org>
+
+       * SLIM: Version 1.13.3 released.
+
+1999-11-23  Tsunehiko Baba <tbaba@mtl.t.u-tokyo.ac.jp>
+
+       * sasl.el: Don't require `hmac-util'.
+       (sasl-cram-md5): Update to use encode-hex-string.
+
+1999-11-23  Kenichi OKADA <okada@opaopa.org>
+
+       * sha1.el: Update.
+       * sha1-el.el: Update.
+       * sha1-dl.el: Update.
+       * hmac-sha1.el: Update.
+
+1999-06-23  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * sha1-el.el (sha1-string-external): Don't use `with-temp-buffer'.
+
+1999-06-21  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * sha1-el.el: Added external program support.
+       (sha1-maximum-internal-length, sha1-program): New variables.
+       (sha1-string-external, sha1-region-external): New functions.
+       (sha1-region, sha1-string): Use above.
+
+1999-06-20  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * md5-dl.el (md5-region): Not interactive.
+       sha1-dl.el (sha1-region): Ditto.
+       sha1-el.el (sha1-region-internal): Ditto.
+
+\f
+1999-11-23  Kenichi OKADA <okada@opaopa.org>
+
+       * SLIM: Version 1.13.2 released.
+
+1999-10-23  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-auth-cram-md5): Update to delete
+       insecure sequences.
+       (smtp-auth-login): Ditto.
+
+1999-11-23  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-auth-cram-md5): New function.
+       (smtp-auth-plain): New function.
+       (smtp-auth-login): New function.
+       (smtp-authentication-method-alist): New variable.
+
+1999-11-23  Kenichi OKADA <okada@opaopa.org>
+
+       * hex-util.el: New file.
+       * hmac-util.el: Remove.
+       * hmac-md5.el: Update.
+       * FLIM-ELS (flim-modeules): Rename `hex-util' from `hmac-util'.
+
+1999-11-22  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-via-smtp): Fix to use `smtp-authentication-type',
+       `smtp-authentication-user', `smtp-authentication-passphrase' and
+       `smtp-connection-type'.
+
+1999-11-22  Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
+
+       * smtp.el (smtp-authentication-type): New variable.
+       (smtp-authentication-user): New variable.
+       (smtp-authentication-passphrase): New variable.
+       (smtp-connection-type): New variable.
+
+\f
+1999-11-21  Kenichi OKADA <okada@opaopa.org>
+
+       * SLIM: Version 1.13.1 released.
+
+1999-11-21  Kenichi OKADA <okada@opaopa.org>
+
+       * SLIM-TIPS: Add comment.
+
+1999-11-21  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-via-smtp): Add autoload for
+       `starttls-open-stream', `starttls-negotiate',
+       `sasl-cram-md5' and `sasl-plain'.
+       * smtp.el (smtp-via-smtp): Don't require `sasl' and `starttls'.
+
+1999-11-21  Kenichi OKADA <okada@opaopa.org>
+
+       * starttls.c: New file.
+       * smtp.el (smtp-via-smtp): STARTTLS support.
+       * SLIM-TIPS: New file.
+       * starttls.c: Deleted. See SLIM-TIPS.
+       * FLIM-ELS (flim-modules): Add `starttls'
+
+1999-11-21  Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
+
+       * starttls.el: New file.
+       * starttls.c: New file.
+
 1999-10-20  Kenichi OKADA <okada@opaopa.org>
 
+       * smtp.el (smtp-via-smtp): Update to delete
+       insecure sequences at plain.
+       * SLIM-VERION: Add code name.
+       * mime-def.el (mime-library-product): Up.
+
+1999-11-20  Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
+
+       * hmac-def.el (define-hmac-function): Update to delete
+       insecure sequences.
+
+\f
+1999-11-20  Kenichi OKADA <okada@opaopa.org>
+
+       * SLIM: Version 1.13.0 released.
+
+1999-11-20  Kenichi OKADA <okada@opaopa.org>
+
        * smtp.el (smtp-via-smtp): Fix typo.
        * hmac-md5.el: Add Author and Maintainer.
 
-1999-10-20  Kenichi OKADA <okada@opaopa.org>
+1999-11-20  Kenichi OKADA <okada@opaopa.org>
 
        * hmac-md5.el (hmac-md5): Specify the 4th arg to `md5'
        as `binary' if possible.
 
 1999-10-19  Kenichi OKADA <okada@opaopa.org>
 
-       * hmac-md5.el (hmac-md5): fixed for XEmacs's md5.
+       * hmac-md5.el (hmac-md5): Fixed for XEmacs's md5.
 
-1999-10-19  Kenichi OKADA <okada@opaopa.org>
+1999-11-19  Kenichi OKADA <okada@opaopa.org>
 
        * md5.el: New file. (import from hmac package)
        * md5-el.el: New file. (import from hmac package)
        * FLIM-ELS (flim-modules): Add `md5 md5-el md5-dl sha1 sha1-el
        sha1-dl hmac-def hmac-util hmac-md5 hmac-sha1'.
 
-1999-10-19  Kenichi OKADA <okada@opaopa.org>
+1999-11-19  Kenichi OKADA <okada@opaopa.org>
 
        * SLIM-VERSION: New file.
        * sasl.el: Add keyword.
 
-1999-10-19  Kenichi OKADA <okada@opaopa.org>
+1999-11-19  Kenichi OKADA <okada@opaopa.org>
 
        * sasl.el: New file.
        * smtp.el (smtp-via-smtp): Use sasl.el for SASL.
        * FLIM-ELS (flim-modules): Add `sasl'.
 
+\f
 1999-08-17  MORIOKA Tomohiko  <tomo@m17n.org>
 
        * FLIM: Version 1.13.2 (Kasanui) released.