Fix namespace. Change smb-passwd-hash into
[gnus] / lisp / ChangeLog
1 2004-01-05  Simon Josefsson  <jas@extundo.com>
2
3         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
4         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
5         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
6         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
7         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
8         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
9         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14         string-xor into ntlm-string-xor.  Suggested by
15         Jesper Harder <harder@myrealbox.com>.
16
17         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18         Jesper Harder <harder@myrealbox.com>.
19
20         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21
22         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23         probably breaks emacs with DL patch, but do we care? Is anyone
24         still using the DL stuff?)
25
26         * sieve-manage.el: Use the password package.
27         (sieve-manage-read-passwd): Remove.
28         (sieve-manage-interactive-login): Use password.  Re-add
29         condition-case around loop.
30
31         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
32         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
33         the password package.
34
35 2003-02-19  Simon Josefsson  <jas@extundo.com>
36
37         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
38         token.
39
40 2002-08-07  Simon Josefsson  <jas@extundo.com>
41
42         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
43         (sieve-manage-authenticators):
44         (sieve-manage-authenticator-alist): Add some SASL mechs.
45         (sieve-sasl-auth): New function.
46         (sieve-manage-cram-md5-auth):
47         (sieve-manage-plain-auth): Rewrite using SASL library.
48         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
49         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
50         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
51         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
52
53 2004-01-05  Simon Josefsson  <jas@extundo.com>
54
55         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
56         New files.
57
58 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * gnus-group.el (gnus-no-groups-message): Update.
61
62         * gnus-sum.el (gnus-summary-insert-new-articles): Remove . 
63
64 2003-11-09  Simon Josefsson  <jas@extundo.com>
65
66         * imap.el: Support for ID IMAP extension (RFC 2971).
67         (imap-local-variables): Add imap-id.
68         (imap-id): New variable.
69         (imap-id): New function.
70         (imap-parse-response): Parse untagged ID response.
71         * nnimap.el (nnimap-id): New variable.
72         (nnimap-open-connection): Use it.
73
74 2003-12-28  Simon Josefsson  <jas@extundo.com>
75
76         * gnus-score.el (gnus-score-edit-all-score): New.
77         * gnus-group.el (gnus-group-score-map): Bind it to W e.
78
79 2004-01-04  Simon Josefsson  <jas@extundo.com>
80
81         * password.el: Add.
82
83 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
84
85         * dns.el: Add support for AAAA records (see RFC 3596)
86
87         * Fix typo PRT -> PTR
88
89         * Parse MX, PTR and SOA replies (see RFC 1035)
90
91 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
94
95         * Moved to Changelog.1.
96
97     Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
98   Copying and distribution of this file, with or without modification,
99   are permitted provided the copyright notice and this notice are preserved.
100
101 ;; Local Variables:
102 ;; coding: iso-2022-7bit
103 ;; End: