From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: url-ldap.el Date: Tue, 16 Nov 2004 16:30:50 -0500 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 1100640723 20632 80.91.229.6 (16 Nov 2004 21:32:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Nov 2004 21:32:03 +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:31:49 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 1CUAvV-0008VA-00 for ; Tue, 16 Nov 2004 22:31:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUB4H-0008Bn-4i for ged-emacs-devel@m.gmane.org; Tue, 16 Nov 2004 16:40:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUB41-00088x-Fk for emacs-devel@gnu.org; Tue, 16 Nov 2004 16:40:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUB3z-00086r-Hg for emacs-devel@gnu.org; Tue, 16 Nov 2004 16:40:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUB3z-00086C-15 for emacs-devel@gnu.org; Tue, 16 Nov 2004 16:40:35 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CUAuo-0001gW-4a; Tue, 16 Nov 2004 16:31:06 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id B763F8282D3; Tue, 16 Nov 2004 16:31:02 -0500 (EST) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 990AC4AC453; Tue, 16 Nov 2004 16:30:50 -0500 (EST) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 619A38CA69; Tue, 16 Nov 2004 16:30:50 -0500 (EST) Original-To: Simon Josefsson In-Reply-To: (Simon Josefsson's message of "Tue, 16 Nov 2004 21:38:44 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=1.101, requis 5, GUARANTEED_100_PERCENT 1.10) X-DIRO-MailScanner-SpamScore: s X-MailScanner-From: monnier@iro.umontreal.ca 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:29944 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29944 >>> 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. Stefan