From: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Emacs Devel <emacs-devel@gnu.org>
Subject: Re: GNU Emacs: Client/Server
Date: 29 Jan 2004 10:35:23 -0500 [thread overview]
Message-ID: <jwvbromye2k.fsf-monnier+emacs/devel@asado.iro.umontreal.ca> (raw)
In-Reply-To: <20040129111259.67CF418B@frontend3.messagingengine.com>
> The fact that "emacsclient" does not build on MS Windows platform
> (correct me if I am wrong), we end up depending on "gnuserv"
> functionality. This is *NOT* part of distribution and therefore makes it
> difficult to keep update with changes in "gnuserv" (if there are any,
> recently).
I feel like the best way forward is to support TCP sockets rather than only
unix sockets. This would be an improvement under Unix and would give us
W32 support "for free".
I opposed such a move in the past based on the fact that it implies
a serious security concern. Of course, the security issue just means we
have to be super extra careful and do proper authentication.
Recently (while bitching at the stupid imap server that keeps asking for my
password even though I already authenticated myself elsewhere), it occurred
to me that a cheap authentication scheme is to see whether the remote
process has write access to a particular file: i.e. send a random string
to the remote process, and when the remote process replies, check whether
[ `cat ~/.server-check` = "$the-random-string" ].
Of course, the NFS propagation delay may make this unusable, but maybe
if we check [ -d "~/.server-$the-random-string" ] instead, it will work.
Stefan
next prev parent reply other threads:[~2004-01-29 15:35 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-29 11:12 GNU Emacs: Client/Server Dhruva Krishnamurthy
2004-01-29 12:03 ` Jan D.
2004-01-29 12:13 ` Dhruva Krishnamurthy
2004-01-29 16:18 ` Kim F. Storm
[not found] ` <20040130045855.1A6A92E@frontend3.messagingengine.com>
2004-01-30 10:38 ` Kim F. Storm
2004-01-30 10:31 ` Dhruva Krishnamurthy
2004-01-30 13:03 ` Kim F. Storm
2004-02-01 8:01 ` Richard Stallman
2004-02-01 23:49 ` Kim F. Storm
[not found] ` <20040202092212.C73932E@frontend3.messagingengine.com>
[not found] ` <m3isipwuog.fsf@kfs-l.imdomain.dk>
[not found] ` <jwvr7xdjz98.fsf-monnier+emacs/devel@asado.iro.umontreal.ca>
[not found] ` <m31xpdwgot.fsf@kfs-l.imdomain.dk>
[not found] ` <jwvektdifzf.fsf-monnier+emacs/devel@asado.iro.umontreal.ca>
[not found] ` <20040203044651.3E26A31@frontend3.messagingengine.com>
[not found] ` <jwvektc5jed.fsf-monnier+emacs/devel@asado.iro.umontreal.ca>
2004-02-05 9:52 ` Dhruva Krishnamurthy
2004-02-05 15:05 ` Stefan Monnier
2004-02-06 5:37 ` Dhruva Krishnamurthy
2004-02-06 9:52 ` David Kastrup
2004-02-06 10:02 ` Dhruva Krishnamurthy
2004-02-06 13:36 ` Stefan Monnier
2004-02-07 19:32 ` Richard Stallman
2004-01-29 12:41 ` Kim F. Storm
2004-01-29 12:17 ` Dhruva Krishnamurthy
2004-01-29 13:46 ` Roman Belenov
2004-01-30 5:04 ` Dhruva Krishnamurthy
2004-01-29 15:35 ` Stefan Monnier [this message]
2004-02-02 15:15 ` Lőrentey Károly
2004-02-02 16:01 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvbromye2k.fsf-monnier+emacs/devel@asado.iro.umontreal.ca \
--to=monnier@iro.umontreal.ca \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).