From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55735 Path: main.gmane.org!not-for-mail From: Taro Kawagishi Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] md4.el and ntlm.el Date: Tue, 06 Jan 2004 18:45:04 +0900 Organization: Nokia Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.13.5 - "") Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1073404798 31656 80.91.224.253 (6 Jan 2004 15:59:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2004 15:59:58 +0000 (UTC) Cc: , , Original-X-From: ding-owner+M4275@lists.math.uh.edu Tue Jan 06 16:59:53 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AdtcX-0004wo-00 for ; Tue, 06 Jan 2004 16:59:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AdtcO-0007m0-00; Tue, 06 Jan 2004 09:59:44 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Adnm3-0005Y3-00 for ding@lists.math.uh.edu; Tue, 06 Jan 2004 03:45:19 -0600 Original-Received: from mgw-x4.nokia.com (mgw-x4.nokia.com [131.228.20.27]) by justine.libertine.org (Postfix) with ESMTP id 1A9893A0026 for ; Tue, 6 Jan 2004 03:45:18 -0600 (CST) Original-Received: from esvir04nok.ntc.nokia.com (esvir04nokt.ntc.nokia.com [172.21.143.36]) by mgw-x4.nokia.com (Switch-2.2.8/Switch-2.2.8) with ESMTP id i069jF625678 for ; Tue, 6 Jan 2004 11:45:16 +0200 (EET) Original-Received: from esebh003.NOE.Nokia.com (unverified) by esvir04nok.ntc.nokia.com (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Tue, 6 Jan 2004 11:45:15 +0200 Original-Received: from mgw.research.nokia.com ([172.21.33.76]) by esebh003.NOE.Nokia.com with Microsoft SMTPSVC(5.0.2195.6747); Tue, 6 Jan 2004 11:45:14 +0200 Original-Received: from todhcp052127.apac.nokia.com (todhcp052127.apac.nokia.com [10.224.52.127]) by mgw.research.nokia.com (8.9.3/8.9.3) with ESMTP id LAA02875; Tue, 6 Jan 2004 11:45:17 +0200 (EET) Original-To: "Simon Josefsson" In-Reply-To: User-Agent: Wanderlust/2.8.1 Emacs/21.3 Mule/5.0 SEMI/1.14.3 FLIM/1.14.3 X-Dispatcher: imput version 20021213(IM143) Original-Lines: 85 X-OriginalArrivalTime: 06 Jan 2004 09:45:14.0800 (UTC) FILETIME=[C9100300:01C3D439] Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55735 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55735 Hello, I haven't heard of changes for these files by other people, except for the one just reported by "Katsumi Yamaoka" (as attached below). I am perfectly happy with the modifications you made with names. Thank you for polishing the code. I am not involved in maintaining FLIM code, so other people might want to consider taking your modifications. --Taro At Mon, 5 Jan 2004 10:59:39 +0900, Simon Josefsson wrote: | | Hello, first thanks for assigning the copyright of these two files. | While writing them, did anyone but you contribute to files? Have you | merged patches from anyone else? According to the FLIM ChangeLog and | CVS logs, you and Kenichi OKADA have touched them, and we have papers | for that. | | Also, after installing these files into Gnus, we have made the | following modifications. Do you agree with them? Any suggestions? | Please consider including them in FLIM. The patch is against the | flim-1_14 branch in CVS. | | Thanks, | Simon | | 2004-01-05 Simon Josefsson | | * ntlm.el: Fix namespace. Change smb-passwd-hash into | ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt, | smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into | ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash | into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into | ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1 | into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into | ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into | ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into | ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into | ntlm-string-permute, string-lshift into ntlm-string-lshift, | string-xor into ntlm-string-xor. Suggested by | Jesper Harder . | | * ntlm.el: Don't include poem. | | * md4.el (print-int32, print-string-hexa): Remove. Suggested by | Jesper Harder . | At Mon, 5 Jan 2004 13:59:48 +0900, Katsumi Yamaoka wrote: | | Hi, | | >>>>> In [emacs-mime-en : No.00115] | >>>>> Simon Josefsson wrote: | | > Hello, first thanks for assigning the copyright of these two files. | > While writing them, did anyone but you contribute to files? Have you | > merged patches from anyone else? According to the FLIM ChangeLog and | > CVS logs, you and Kenichi OKADA have touched them, and we have papers | > for that. | | > Also, after installing these files into Gnus, we have made the | > following modifications. Do you agree with them? Any suggestions? | > Please consider including them in FLIM. The patch is against the | > flim-1_14 branch in CVS. | | > Thanks, | > Simon | | [...] | | I also add the following change to ntlm.el in Gnus. Although | it is needless if APEL provides `string-as-unibyte' for XEmacs, | Gnus doesn't use it. | | 2004-01-05 Katsumi Yamaoka | | * ntlm.el (ntlm-string-as-unibyte): New macro. | (ntlm-build-auth-response): Use it.