From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Roberts Newsgroups: gmane.emacs.devel Subject: Re: Port of Emacs client / server programs to Windows NT Date: Mon, 30 Oct 2006 09:11:41 +0000 Message-ID: <20061030091141.GA3106@janet> References: <20061028090605.GA16477@janet> <20061030072212.GA2665@janet> <4545BE58.9010807@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162199549 21999 80.91.229.2 (30 Oct 2006 09:12:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 09:12:29 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 30 10:12:26 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GeTBn-00048P-70 for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 10:12:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeTBm-0007Fb-JH for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 04:12:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GeTBR-0007Cu-0D for emacs-devel@gnu.org; Mon, 30 Oct 2006 04:11:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GeTBO-0007Bn-4v for emacs-devel@gnu.org; Mon, 30 Oct 2006 04:11:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeTBN-0007Bh-Us for emacs-devel@gnu.org; Mon, 30 Oct 2006 04:11:49 -0500 Original-Received: from [82.153.254.69] (helo=mra01.ch.as12513.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GeTBN-00041J-Jm for emacs-devel@gnu.org; Mon, 30 Oct 2006 04:11:49 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mra01.ch.as12513.net (Postfix) with ESMTP id F189B28CB12; Mon, 30 Oct 2006 09:11:48 +0000 (GMT) Original-Received: from mra01.ch.as12513.net ([127.0.0.1]) by localhost (mra01.ch.as12513.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10779-01-69; Mon, 30 Oct 2006 09:11:46 +0000 (GMT) Original-Received: from localhost (unknown [82.153.170.229]) by mra01.ch.as12513.net (Postfix) with ESMTP id 92EC428CAB9; Mon, 30 Oct 2006 09:11:42 +0000 (GMT) Original-To: Lennart Borgman Content-Disposition: inline In-Reply-To: <4545BE58.9010807@student.lu.se> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by Eclipse VIRUSshield at eclipse.net.uk 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: news.gmane.org gmane.emacs.devel:61368 Archived-At: On Mon, Oct 30, 2006 at 09:56:56AM +0100, Lennart Borgman wrote: > It may solve another problem on w32 too. The software firewalls > jumps in if you are using TCP. As far as I understand it this will > not happen with pipes (but I am not sure). Yes, that's true. > Can't w32 pipes have access protection on them too? And that's also true. My implementation of emacsserver sets the access control list so that only the current user can connect. - Neil