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 22:46:34 +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 1100641667 23265 80.91.229.6 (16 Nov 2004 21:47:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Nov 2004 21:47:47 +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 22:47:32 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 1CUBAh-0001Rm-00 for ; Tue, 16 Nov 2004 22:47:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUBJS-0004zO-Ls for ged-emacs-devel@m.gmane.org; Tue, 16 Nov 2004 16:56:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUBJK-0004z8-Ef for emacs-devel@gnu.org; Tue, 16 Nov 2004 16:56:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUBJK-0004yw-0s for emacs-devel@gnu.org; Tue, 16 Nov 2004 16:56:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUBJJ-0004yt-Tb for emacs-devel@gnu.org; Tue, 16 Nov 2004 16:56:25 -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 1CUBA5-0004CV-AK; Tue, 16 Nov 2004 16:46:54 -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 iAGLkcFk009328 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=OK); Tue, 16 Nov 2004 22:46:40 +0100 Original-To: Stefan Monnier OpenPGP: id=0xB565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:23:041116:rms@gnu.org::YxgNZABMFFeeAhiD:000000Ey25 X-Hashcash: 1:23:041116:teirllm@dms.auburn.edu::yap+RstQkoVz0edE:000000000000000000000000000000000000000RH/B X-Hashcash: 1:23:041116:emacs-devel@gnu.org::iMoTOFjT3SAFQHck:000000000000000000000000000000000000000000sR5C X-Hashcash: 1:23:041116:monnier@iro.umontreal.ca::aQJfVST/rQS0gFsj:0000000000000000000000000000000000000mYzb In-Reply-To: (Stefan Monnier's message of "Tue, 16 Nov 2004 16:30:50 -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:29945 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29945 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. > > Since the current code 100% guaranteed broken, it's probably better to > install your patch. Right. It was installed some time ago. It doesn't affect the problem discussed in this thread, though, I think.