From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel Subject: Re: url-ldap.el Date: Tue, 16 Nov 2004 21:38:44 +0100 Message-ID: References: <200411142203.iAEM38G27437@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100637617 10636 80.91.229.6 (16 Nov 2004 20:40:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Nov 2004 20:40:17 +0000 (UTC) Cc: Luc Teirlinck , rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 16 21:40:08 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CUA7U-0003yn-00 for ; Tue, 16 Nov 2004 21:40:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUAGF-0002rg-GR for ged-emacs-devel@m.gmane.org; Tue, 16 Nov 2004 15:49:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUAG7-0002rZ-IN for emacs-devel@gnu.org; Tue, 16 Nov 2004 15:49:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUAG7-0002rN-68 for emacs-devel@gnu.org; Tue, 16 Nov 2004 15:49:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUAG6-0002rK-Vi for emacs-devel@gnu.org; Tue, 16 Nov 2004 15:49:03 -0500 Original-Received: from [217.13.230.178] (helo=yxa.extundo.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CUA6v-0001vo-0b; Tue, 16 Nov 2004 15:39:33 -0500 Original-Received: from latte.josefsson.org (c494102a.s-bi.bostream.se [217.215.27.65]) (authenticated bits=0) by yxa.extundo.com (8.13.1/8.13.1/Debian-16) with ESMTP id iAGKcmXe006554 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=OK); Tue, 16 Nov 2004 21:39:18 +0100 Original-To: Stefan Monnier OpenPGP: id=0xB565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:23:041116:teirllm@dms.auburn.edu::6CMMFGBMrTw/U7K7:0000000000000000000000000000000000000003C5C X-Hashcash: 1:23:041116:emacs-devel@gnu.org::WGDk4YIPLoRbt94Q:0000000000000000000000000000000000000000006SQU X-Hashcash: 1:23:041116:rms@gnu.org::iA5pCW35PMsP6s7A:000000Jqh3 X-Hashcash: 1:23:041116:monnier@iro.umontreal.ca::yOGS3FAr5/mIPeJO:0000000000000000000000000000000000000IOeb In-Reply-To: (Stefan Monnier's message of "Tue, 16 Nov 2004 15:32:18 -0500") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-Virus-Scanned: ClamAV 0.80/585/Thu Nov 11 13:22:42 2004 clamav-milter version 0.80j on yxa.extundo.com X-Virus-Status: Clean X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29942 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29942 Stefan Monnier writes: >> Don't worry about sun-fns, it is obsolete. >> As for url-ldap.el, this is a real problem. We don't have anyone in >> particular who is supposed to work on url. Please take a look at the >> history and see if ldap-search-internal changed its calling >> convention; if so, that would give you a step up in fixing the >> callers. > > IIRC Simon Josefsson had a patch for it. Did you mean the TLS stuff? I did patch url-ldap.el, but I didn't know how to test it. I think I asked for testers at the time, but got no response. If anyone knows how url-ldap.el is used or how its functionality can tested, that would be useful. Alas, I don't have time to look into url-ldap.el.