* lisp/gnus: Use lexical-binding in all the files
* lisp/gnus/gnus-group.el (features): Use `dlet`.
(gnus-tmp-level, gnus-tmp-marked, gnus-tmp-group): Declare vars.
(gnus-group-insert-group-line): Bind dynbound vars via `let` rather
than as formal args. Bind `number` as dynbound.
(gnus-visual, gnus-score-find-score-files-function)
(gnus-home-score-file, gnus-apply-kill-hook)
(gnus-summary-expunge-below): Declare vars.
(gnus-group-restart, gnus-group-list-plus): Fix `interactive` spec
since the arg is unused.
* lisp/gnus/mail-source.el (mail-source-bind, mail-source-bind-common):
Use `dlet` and suppress the warnings about the non-prefixed dynbound vars.
(mail-source-set-1): Remove unused var `auth-info`.
(mail-source-call-script): Remove unused var `background`.
(mail-source-fetch-pop, mail-source-check-pop): Bind pop3 vars with `dlet`.
* lisp/gnus/gnus-int.el (mail-source-plugged, gnus-inhibit-demon):
Declare vars.
(gnus-server-opened, gnus-status-message)
(gnus-open-server, gnus-close-server, gnus-request-list)
(gnus-finish-retrieve-group-infos, gnus-retrieve-group-data-early)
(gnus-request-list-newsgroups, gnus-request-newgroups)
(gnus-request-regenerate, gnus-request-compact, gnus-request-group)
(gnus-retrieve-groups, gnus-request-post, gnus-request-expunge-group)
(gnus-request-scan, gnus-request-update-info, gnus-request-marks)
(gnus-request-accept-article, gnus-request-create-group)
(gnus-asynchronous-p, gnus-remove-denial):
Bind `gnus-command-method` via `let` rather than as formal args.
* lisp/gnus/gnus-topic.el (gnus-topic-insert-topic-line):
Pass documented vars to eval for `gnus-topic-line-format-spec`.
* lisp/gnus/message.el (message-yank-original): Use `cl-progv` rather
than `eval` to bind the vars from `message-cite-style`.
* lisp/gnus/mml.el (mml-parse-1): Use `apply` instead of `eval`.
(gnus-newsgroup-name, gnus-displaying-mime, gnus-newsgroup-name)
(gnus-article-prepare-hook, gnus-newsgroup-charset)
(gnus-original-article-buffer, gnus-message-buffer)
(message-this-is-news, message-this-is-mail): Declare vars.
* lisp/gnus/deuglify.el (gnus-outlook-rearrange-article): Remove unused
var `cite-marks`.
* lisp/gnus/gnus-art.el (ansi-color-context-region): Declare var.
(gnus-mime-display-attachment-buttons-in-header): Move declaration
before first use.
(gnus-mime-display-alternative): Remove unused var `from`.
* lisp/gnus/gnus-bookmark.el (gnus-bookmark-bmenu-list): Remove unused
var `start` `end`.
* lisp/gnus/gnus-cache.el (gnus-article-decode-hook)
(nnml-generate-active-function): Declare var.
* lisp/gnus/gnus-cite.el (gnus-message-citation-mode): Remove unused
var `keywords`.
* lisp/gnus/gnus-cloud.el (gnus-cloud-encode-data): Remove unused var
`cipher`.
(gnus-cloud-ensure-cloud-group): Remove unused var `method`.
* lisp/gnus/gnus-delay.el (gnus-delay-article): Remove unused var `days`.
* lisp/gnus/gnus-html.el (gnus-html-wash-images): Remove unused vars
`tag`, `string`, and `images`.
(gnus-html-wash-tags): Remove unused vars `string` and `images`.
* lisp/gnus/gnus-msg.el (gnus-msg-mail): Remove unused var `group-name`.
(gnus-group-mail, gnus-group-news, gnus-summary-mail-other-window)
(gnus-summary-news-other-window):
Remove unused vars `group` and `buffer`.
(gnus-configure-posting-styles): Remove unused vars `style` and `attribute`.
* lisp/gnus/gnus-picon.el (gnus-picon-find-face): Remove unused vars
`database`, `directory`, and `instance`.
(gnus-picon-transform-newsgroups): Remove unused var `point`.
* lisp/gnus/gnus-range.el (gnus-range-difference): Remove unused var `safe`.
* lisp/gnus/gnus-score.el (gnus-score-load-file): Remove unused var
`score-fn`.
* lisp/gnus/gnus-sum.el (message-options-set-recipient): Declare var.
* lisp/gnus/gnus-undo.el (gnus-undo): Fix docstring lie.
* lisp/gnus/gnus-util.el (print-string-length)
(iswitchb-make-buflist-hook): Declare vars.
(gnus-emacs-version): Remove unused var `codename`.
(gnus-rename-file): Remove unused vars `old-name` and `new-name`.
* lisp/gnus/gnus-uu.el (gnus-uu-yenc-article): Remove unused var
`start-char`.
(gnus-asynchronous): Declare var.
* lisp/gnus/mm-partial.el (gnus-displaying-mime): Declare var.
(mm-inline-partial): Remove unused var `buffer`.
* lisp/gnus/mm-view.el (w3m-force-redisplay, w3m-safe-url-regexp)
(gnus-displaying-mime, gnus-original-article-buffer)
(gnus-article-prepare-hook): Declare vars.
* lisp/gnus/mml-smime.el (mml-smime-epg-encrypt): Remove unused var
`boundary`.
(mml-smime-epg-verify): Remove unused vars `plain` and `signature-file`.
* lisp/gnus/mml1991.el (pgg-text-mode): Declare var.
* lisp/gnus/mml2015.el (pgg-text-mode): Declare var.
(mml2015-pgg-decrypt): Remove unused var `result`.
(mml2015-epg-key-image-to-string): Remove unused var `error`.
(mml2015-epg-decrypt): Remove unused var `result`.
(mml2015-epg-verify): Remove unused vars `plain` and `signature-file`.
* lisp/gnus/nnbabyl.el (nnml-current-directory): Declare var.
* lisp/gnus/nndiary.el (nndiary-files): Move declaration before first use.
* lisp/gnus/nnfolder.el (nnfolder-request-accept-article):
Remove unused var `buf`.
* lisp/gnus/nnmail.el (nnmail-parse-active): Remove unused var `err`.
* lisp/gnus/nnmairix.el (nnmairix-request-group): Remove unused var `args`.
(nnmairix-request-create-group): Remove unused var `info`.
(nnmairix-request-list): Remove unused var `folder`.
(nnmairix-request-set-mark): Remove unused var `propto`.
(nnmairix-request-set-mark): Remove unused vars `number` and `method`.
(nnmairix-close-group): Remove unused var `method`.
(nnmairix-create-search-group-from-message): Remove unused var `cq`.
(nnmairix-create-server-and-default-group): Remove unused var `create`.
(nnmairix-purge-old-groups): Remove unused var `folder`.
(nnmairix-remove-tick-mark-original-article, nnmairix-get-valid-servers):
Remove unused var `cur`.
(nnmairix-replace-group-and-numbers): Remove unused var `header`.
(nnmairix-goto-original-article): Remove unused var `rval`.
(nnmairix-widget-create-query): Remove unused var `allwidgets`.
* lisp/gnus/nnmbox.el (nnml-current-directory): Declare var.
* lisp/gnus/nnmh.el (nnmh-toplev): Move declaration before first use.
(nnmh-request-list-1): Remove unused var `rdir`.
* lisp/gnus/nnml.el (nnml-generate-nov-file): Remove unused var `file`.
* lisp/gnus/nnrss.el (nnrss-request-article): Remove unused var `post`.
(nnrss-request-article): Remove unused var `fn`.
(nnrss-check-group): Remove unused var `rdf-ns`.
* lisp/gnus/nnweb.el (nnweb-request-article): Remove unused var `active`.
(nnweb-google-parse-1): Remove unused var `Score`.
* lisp/gnus/spam-stat.el (spam-stat-error-holder): Remove var.
(spam-stat-buffer-words-with-scores): Remove unused var `word`.
(spam-stat-score-buffer): Remove unused var `spam-stat-error-holder`.
(spam-stat-split-fancy): Use `err` instead of `spam-stat-error-holder`.
* lisp/gnus/spam-wash.el (spam-wash): Remove unused var `handle`.
* lisp/gnus/spam.el (spam-copy-or-move-routine): Remove unused vars
`article` and `mark`.
(spam-register-routine): Remove unused var `article`.
(spam-log-undo-registration): Remove unused var `found`.
(spam-ifile-register-with-ifile): Remove unused var `parameters`.
(spam-check-stat): Remove unused vars `category` and `return`.
(spam-parse-list): Remove unused var `found`.
(spam-filelist-register-routine): Remove unused var `from`.
2021-01-30 18:44:00 -05:00
|
|
|
;;; canlock.el --- functions for Cancel-Lock feature -*- lexical-binding: t; -*-
|
2004-09-04 13:13:48 +00:00
|
|
|
|
2022-01-01 02:45:51 -05:00
|
|
|
;; Copyright (C) 1998-1999, 2001-2022 Free Software Foundation, Inc.
|
2004-09-04 13:13:48 +00:00
|
|
|
|
|
|
|
;; Author: Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
|
;; Keywords: news, cancel-lock, hmac, sha1, rfc2104
|
|
|
|
|
2007-11-28 08:03:03 +00:00
|
|
|
;; This file is part of GNU Emacs.
|
|
|
|
|
2008-05-06 03:56:49 +00:00
|
|
|
;; GNU Emacs is free software: you can redistribute it and/or modify
|
2004-09-04 13:13:48 +00:00
|
|
|
;; it under the terms of the GNU General Public License as published by
|
2008-05-06 03:56:49 +00:00
|
|
|
;; the Free Software Foundation, either version 3 of the License, or
|
|
|
|
;; (at your option) any later version.
|
2004-09-04 13:13:48 +00:00
|
|
|
|
2007-11-28 08:03:03 +00:00
|
|
|
;; GNU Emacs is distributed in the hope that it will be useful,
|
2004-09-04 13:13:48 +00:00
|
|
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;; GNU General Public License for more details.
|
|
|
|
|
|
|
|
;; You should have received a copy of the GNU General Public License
|
2017-09-13 15:52:52 -07:00
|
|
|
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
2004-09-04 13:13:48 +00:00
|
|
|
|
|
|
|
;;; Commentary:
|
|
|
|
|
|
|
|
;; Canlock is a library for generating and verifying Cancel-Lock and/or
|
|
|
|
;; Cancel-Key header in news articles. This is used to protect articles
|
|
|
|
;; from rogue cancel, supersede or replace attacks. The method is based
|
|
|
|
;; on draft-ietf-usefor-cancel-lock-01.txt which was released on November
|
|
|
|
;; 3rd 1998. For instance, you can add Cancel-Lock (and possibly Cancel-
|
|
|
|
;; Key) header in a news article by using a hook which will be evaluated
|
|
|
|
;; just before sending an article as follows:
|
|
|
|
;;
|
2021-01-30 00:35:24 -05:00
|
|
|
;; (add-hook '*e**a*e-header-hook #'canlock-insert-header t)
|
2004-09-04 13:13:48 +00:00
|
|
|
;;
|
|
|
|
;; Verifying Cancel-Lock is mainly a function of news servers, however,
|
|
|
|
;; you can verify your own article using the command `canlock-verify' in
|
|
|
|
;; the (raw) article buffer. You will be prompted for the password for
|
Fix minor quoting problems in doc strings
These were glitches regardless of how or whether we tackle the
problem of grave accent in doc strings.
* lisp/calc/calc-aent.el (math-restore-placeholders):
* lisp/ido.el (ido-ignore-buffers, ido-ignore-files):
* lisp/leim/quail/cyrillic.el ("bulgarian-alt-phonetic"):
* lisp/leim/quail/hebrew.el ("hebrew-new")
("hebrew-biblical-sil"):
* lisp/leim/quail/thai.el ("thai-kesmanee"):
* lisp/progmodes/idlw-shell.el (idlwave-shell-file-name-chars):
Used curved quotes to avoid ambiguities like ‘`''’ in doc strings.
* lisp/calendar/calendar.el (calendar-month-abbrev-array):
* lisp/cedet/semantic/mru-bookmark.el (semantic-mrub-cache-flush-fcn):
* lisp/cedet/semantic/symref.el (semantic-symref-tool-baseclass):
* lisp/cedet/semantic/tag.el (semantic-tag-copy)
(semantic-tag-components):
* lisp/cedet/srecode/cpp.el (srecode-semantic-handle-:cpp):
* lisp/cedet/srecode/texi.el (srecode-texi-texify-docstring):
* lisp/emacs-lisp/byte-opt.el (byte-optimize-all-constp):
* lisp/emacs-lisp/checkdoc.el (checkdoc-message-text-engine):
* lisp/emacs-lisp/generator.el (iter-next):
* lisp/gnus/gnus-art.el (gnus-treat-strip-list-identifiers)
(gnus-article-mode-syntax-table):
* lisp/net/rlogin.el (rlogin-directory-tracking-mode):
* lisp/net/soap-client.el (soap-wsdl-get):
* lisp/net/telnet.el (telnet-mode):
* lisp/org/org-compat.el (org-number-sequence):
* lisp/org/org.el (org-remove-highlights-with-change)
(org-structure-template-alist):
* lisp/org/ox-html.el (org-html-link-org-files-as-html):
* lisp/play/handwrite.el (handwrite-10pt, handwrite-11pt)
(handwrite-12pt, handwrite-13pt):
* lisp/progmodes/f90.el (f90-mode, f90-abbrev-start):
* lisp/progmodes/idlwave.el (idlwave-mode, idlwave-check-abbrev):
* lisp/progmodes/verilog-mode.el (verilog-tool)
(verilog-string-replace-matches, verilog-preprocess)
(verilog-auto-insert-lisp, verilog-auto-insert-last):
* lisp/textmodes/makeinfo.el (makeinfo-options):
* src/font.c (Ffont_spec):
Fix minor quoting problems in doc strings, e.g., missing quote,
``x'' where `x' was meant, etc.
* lisp/erc/erc-backend.el (erc-process-sentinel-2):
Fix minor quoting problem in other string.
* lisp/leim/quail/ethiopic.el ("ethiopic"):
* lisp/term/tvi970.el (tvi970-set-keypad-mode):
Omit unnecessary quotes.
* lisp/faces.el (set-face-attribute, set-face-underline)
(set-face-inverse-video, x-create-frame-with-faces):
* lisp/gnus/gnus-group.el (gnus-group-nnimap-edit-acl):
* lisp/mail/supercite.el (sc-attribs-%@-addresses)
(sc-attribs-!-addresses, sc-attribs-<>-addresses):
* lisp/net/tramp.el (tramp-methods):
* lisp/recentf.el (recentf-show-file-shortcuts-flag):
* lisp/textmodes/artist.el (artist-ellipse-right-char)
(artist-ellipse-left-char, artist-vaporize-fuzziness)
(artist-spray-chars, artist-mode, artist-replace-string)
(artist-put-pixel, artist-text-see-thru):
* lisp/vc/ediff-util.el (ediff-submit-report):
* lisp/vc/log-edit.el (log-edit-changelog-full-paragraphs):
Use double-quotes rather than TeX markup in doc strings.
* lisp/skeleton.el (skeleton-pair-insert-maybe):
Reword to avoid the need for grave accent and apostrophe.
* lisp/xt-mouse.el (xterm-mouse-tracking-enable-sequence):
Don't use grave and acute accents to quote.
2015-05-19 14:59:15 -07:00
|
|
|
;; each time if the option `canlock-password' or
|
|
|
|
;; `canlock-password-for-verify' is nil. Note that setting these
|
|
|
|
;; options is a bit unsafe.
|
2004-09-04 13:13:48 +00:00
|
|
|
|
|
|
|
;;; Code:
|
|
|
|
|
|
|
|
(require 'sha1)
|
|
|
|
|
|
|
|
(defvar mail-header-separator)
|
|
|
|
|
|
|
|
(defgroup canlock nil
|
|
|
|
"The Cancel-Lock feature."
|
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-324
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 70)
- Update from CVS
2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/canlock.el (canlock): Change the parent group to news.
* lisp/gnus/deuglify.el (gnus-outlook-deuglify): Add :group.
* lisp/gnus/dig.el (dig): Add :group.
* lisp/gnus/gnus-art.el (gnus-inhibit-mime-unbuttonizing): Add :group.
* lisp/gnus/gnus-cite.el (gnus-cite-attribution-face): Add :group.
(gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
(gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
(gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
(gnus-cite-face-10, gnus-cite-face-11): Ditto.
* lisp/gnus/gnus-diary.el (gnus-diary): Add :group.
* lisp/gnus/gnus.el (gnus-group-news-1-face): Add :group.
(gnus-group-news-1-empty-face): Ditto.
(gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
(gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
(gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
(gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
(gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
(gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
(gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
(gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
(gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
(gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
(gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
(gnus-summary-high-ticked-face): Ditto.
(gnus-summary-low-ticked-face): Ditto.
(gnus-summary-normal-ticked-face): Ditto.
(gnus-summary-high-ancient-face): Ditto.
(gnus-summary-low-ancient-face): Ditto.
(gnus-summary-normal-ancient-face): Ditto.
(gnus-summary-high-undownloaded-face): Ditto.
(gnus-summary-low-undownloaded-face): Ditto.
(gnus-summary-normal-undownloaded-face): Ditto.
(gnus-summary-high-unread-face): Ditto.
(gnus-summary-low-unread-face): Ditto.
(gnus-summary-normal-unread-face): Ditto.
(gnus-summary-high-read-face, gnus-summary-low-read-face): Diito
(gnus-summary-normal-read-face, gnus-splash-face): Ditto.
* lisp/gnus/message.el (message-minibuffer-local-map): Add :group.
* lisp/gnus/sieve-manage.el (sieve-manage-log): Add :group.
(sieve-manage-default-user): Diito.
(sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
(sieve-manage-streams, sieve-manage-stream-alist): Ditto.
(sieve-manage-authenticators): Ditto.
(sieve-manage-authenticator-alist): Ditto
(sieve-manage-default-port): Ditto.
* lisp/gnus/sieve-mode.el (sieve-control-commands-face): Add :group.
(sieve-action-commands-face): Ditto.
(sieve-test-commands-face): Ditto.
(sieve-tagged-arguments-face): Ditto.
* lisp/gnus/smime.el (smime): Add :group.
* lisp/gnus/spam-report.el (spam-report): Add :group.
* lisp/gnus/spam.el (spam, spam-face): Add :group.
2005-05-26 15:03:29 +00:00
|
|
|
:group 'news)
|
2004-09-04 13:13:48 +00:00
|
|
|
|
|
|
|
(defcustom canlock-password nil
|
|
|
|
"Password to use when signing a Cancel-Lock or a Cancel-Key header."
|
|
|
|
:type '(radio (const :format "Not specified " nil)
|
2021-01-30 14:27:40 -05:00
|
|
|
(string :tag "Password")))
|
2004-09-04 13:13:48 +00:00
|
|
|
|
|
|
|
(defcustom canlock-password-for-verify canlock-password
|
|
|
|
"Password to use when verifying a Cancel-Lock or a Cancel-Key header."
|
|
|
|
:type '(radio (const :format "Not specified " nil)
|
2021-01-30 14:27:40 -05:00
|
|
|
(string :tag "Password")))
|
2004-09-04 13:13:48 +00:00
|
|
|
|
|
|
|
(defcustom canlock-force-insert-header nil
|
|
|
|
"If non-nil, insert a Cancel-Lock or a Cancel-Key header even if the
|
|
|
|
buffer does not look like a news message."
|
2021-01-30 14:27:40 -05:00
|
|
|
:type 'boolean)
|
2004-09-04 13:13:48 +00:00
|
|
|
|
|
|
|
(defun canlock-sha1 (message)
|
|
|
|
"Make a SHA-1 digest of MESSAGE as a unibyte string of length 20 bytes."
|
2017-05-24 08:18:52 +00:00
|
|
|
(sha1 message nil nil 'binary))
|
2004-09-04 13:13:48 +00:00
|
|
|
|
|
|
|
(defun canlock-make-cancel-key (message-id password)
|
|
|
|
"Make a Cancel-Key header."
|
|
|
|
(when (> (length password) 20)
|
|
|
|
(setq password (canlock-sha1 password)))
|
|
|
|
(setq password (concat password (make-string (- 64 (length password)) 0)))
|
|
|
|
(let ((ipad (mapconcat (lambda (byte)
|
|
|
|
(char-to-string (logxor 54 byte)))
|
|
|
|
password ""))
|
|
|
|
(opad (mapconcat (lambda (byte)
|
|
|
|
(char-to-string (logxor 92 byte)))
|
|
|
|
password "")))
|
|
|
|
(base64-encode-string
|
2017-05-24 08:18:52 +00:00
|
|
|
(canlock-sha1 (concat opad (canlock-sha1 (concat ipad message-id)))))))
|
2004-09-04 13:13:48 +00:00
|
|
|
|
|
|
|
(defun canlock-narrow-to-header ()
|
|
|
|
"Narrow the buffer to the head of the message."
|
|
|
|
(let (case-fold-search)
|
|
|
|
(narrow-to-region
|
|
|
|
(goto-char (point-min))
|
|
|
|
(goto-char (if (re-search-forward
|
|
|
|
(format "^$\\|^%s$"
|
|
|
|
(regexp-quote mail-header-separator))
|
|
|
|
nil t)
|
|
|
|
(match-beginning 0)
|
|
|
|
(point-max))))))
|
|
|
|
|
|
|
|
(defun canlock-delete-headers ()
|
|
|
|
"Delete Cancel-Key or Cancel-Lock headers in the narrowed buffer."
|
|
|
|
(let ((case-fold-search t))
|
|
|
|
(goto-char (point-min))
|
|
|
|
(while (re-search-forward "^Cancel-\\(Key\\|Lock\\):" nil t)
|
|
|
|
(delete-region (match-beginning 0)
|
|
|
|
(if (re-search-forward "^[^\t ]" nil t)
|
|
|
|
(goto-char (match-beginning 0))
|
|
|
|
(point-max))))))
|
|
|
|
|
|
|
|
(defun canlock-fetch-fields (&optional key)
|
|
|
|
"Return a list of the values of Cancel-Lock header.
|
|
|
|
If KEY is non-nil, look for a Cancel-Key header instead. The buffer
|
|
|
|
is expected to be narrowed to just the headers of the message."
|
|
|
|
(let ((field (mail-fetch-field (if key "Cancel-Key" "Cancel-Lock")))
|
|
|
|
fields rest
|
|
|
|
(case-fold-search t))
|
|
|
|
(when field
|
|
|
|
(setq fields (split-string field "[\t\n\r ,]+"))
|
|
|
|
(while fields
|
|
|
|
(when (string-match "^sha1:" (setq field (pop fields)))
|
|
|
|
(push (substring field 5) rest)))
|
|
|
|
(nreverse rest))))
|
|
|
|
|
|
|
|
(defun canlock-fetch-id-for-key ()
|
|
|
|
"Return a Message-ID in Cancel, Supersedes or Replaces header.
|
|
|
|
The buffer is expected to be narrowed to just the headers of the
|
|
|
|
message."
|
|
|
|
(or (let ((cancel (mail-fetch-field "Control")))
|
|
|
|
(and cancel
|
|
|
|
(string-match "^cancel[\t ]+\\(<[^\t\n @<>]+@[^\t\n @<>]+>\\)"
|
|
|
|
cancel)
|
|
|
|
(match-string 1 cancel)))
|
|
|
|
(mail-fetch-field "Supersedes")
|
|
|
|
(mail-fetch-field "Replaces")))
|
|
|
|
|
|
|
|
;;;###autoload
|
|
|
|
(defun canlock-insert-header (&optional id-for-key id-for-lock password)
|
|
|
|
"Insert a Cancel-Key and/or a Cancel-Lock header if possible."
|
|
|
|
(let (news control key-for-key key-for-lock)
|
|
|
|
(save-excursion
|
|
|
|
(save-restriction
|
|
|
|
(canlock-narrow-to-header)
|
|
|
|
(when (setq news (or canlock-force-insert-header
|
|
|
|
(mail-fetch-field "Newsgroups")))
|
|
|
|
(unless id-for-key
|
|
|
|
(setq id-for-key (canlock-fetch-id-for-key)))
|
|
|
|
(if (and (setq control (mail-fetch-field "Control"))
|
|
|
|
(string-match "^cancel[\t ]+<[^\t\n @<>]+@[^\t\n @<>]+>"
|
|
|
|
control))
|
|
|
|
(setq id-for-lock nil)
|
|
|
|
(unless id-for-lock
|
|
|
|
(setq id-for-lock (mail-fetch-field "Message-ID"))))
|
|
|
|
(canlock-delete-headers)
|
|
|
|
(goto-char (point-max))))
|
|
|
|
(when news
|
|
|
|
(if (not (or id-for-key id-for-lock))
|
|
|
|
(message "There are no Message-ID(s)")
|
|
|
|
(unless password
|
|
|
|
(setq password (or canlock-password
|
|
|
|
(read-passwd
|
|
|
|
"Password for Canlock: "))))
|
|
|
|
(if (or (not (stringp password)) (zerop (length password)))
|
|
|
|
(message "Password for Canlock is bad")
|
|
|
|
(setq key-for-key (when id-for-key
|
|
|
|
(canlock-make-cancel-key
|
|
|
|
id-for-key password))
|
|
|
|
key-for-lock (when id-for-lock
|
|
|
|
(canlock-make-cancel-key
|
|
|
|
id-for-lock password)))
|
|
|
|
(if (not (or key-for-key key-for-lock))
|
|
|
|
(message "Couldn't insert Canlock header")
|
|
|
|
(when key-for-key
|
|
|
|
(insert "Cancel-Key: sha1:" key-for-key "\n"))
|
|
|
|
(when key-for-lock
|
|
|
|
(insert "Cancel-Lock: sha1:"
|
|
|
|
(base64-encode-string (canlock-sha1 key-for-lock))
|
|
|
|
"\n")))))))))
|
|
|
|
|
|
|
|
;;;###autoload
|
|
|
|
(defun canlock-verify (&optional buffer)
|
|
|
|
"Verify Cancel-Lock or Cancel-Key in BUFFER.
|
|
|
|
If BUFFER is nil, the current buffer is assumed. Signal an error if
|
|
|
|
it fails."
|
|
|
|
(interactive)
|
|
|
|
(let (keys locks errmsg id-for-key id-for-lock password
|
|
|
|
key-for-key key-for-lock match)
|
|
|
|
(save-excursion
|
|
|
|
(when buffer
|
|
|
|
(set-buffer buffer))
|
|
|
|
(save-restriction
|
|
|
|
(widen)
|
|
|
|
(canlock-narrow-to-header)
|
|
|
|
(setq keys (canlock-fetch-fields 'key)
|
|
|
|
locks (canlock-fetch-fields))
|
|
|
|
(if (not (or keys locks))
|
|
|
|
(setq errmsg
|
|
|
|
"There are neither Cancel-Lock nor Cancel-Key headers")
|
|
|
|
(setq id-for-key (canlock-fetch-id-for-key)
|
|
|
|
id-for-lock (mail-fetch-field "Message-ID"))
|
|
|
|
(or id-for-key id-for-lock
|
|
|
|
(setq errmsg "There are no Message-ID(s)")))))
|
|
|
|
(if errmsg
|
|
|
|
(error "%s" errmsg)
|
|
|
|
(setq password (or canlock-password-for-verify
|
|
|
|
(read-passwd "Password for Canlock: ")))
|
|
|
|
(if (or (not (stringp password)) (zerop (length password)))
|
|
|
|
(error "Password for Canlock is bad")
|
|
|
|
(when keys
|
|
|
|
(when id-for-key
|
|
|
|
(setq key-for-key (canlock-make-cancel-key id-for-key password))
|
|
|
|
(while (and keys (not match))
|
|
|
|
(setq match (string-equal key-for-key (pop keys)))))
|
|
|
|
(setq keys (if match "good" "bad")))
|
|
|
|
(setq match nil)
|
|
|
|
(when locks
|
|
|
|
(when id-for-lock
|
|
|
|
(setq key-for-lock
|
|
|
|
(base64-encode-string
|
|
|
|
(canlock-sha1 (canlock-make-cancel-key id-for-lock
|
|
|
|
password))))
|
|
|
|
(when (and locks (not match))
|
|
|
|
(setq match (string-equal key-for-lock (pop locks)))))
|
|
|
|
(setq locks (if match "good" "bad")))
|
|
|
|
(prog1
|
|
|
|
(when (member "bad" (list keys locks))
|
|
|
|
"bad")
|
|
|
|
(cond ((and keys locks)
|
|
|
|
(message "Cancel-Key is %s, Cancel-Lock is %s" keys locks))
|
|
|
|
(locks
|
|
|
|
(message "Cancel-Lock is %s" locks))
|
|
|
|
(keys
|
|
|
|
(message "Cancel-Key is %s" keys))))))))
|
|
|
|
|
|
|
|
(provide 'canlock)
|
|
|
|
|
|
|
|
;;; canlock.el ends here
|