all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stephen J. Turnbull" <stephen@xemacs.org>
To: joakim@verona.se
Cc: David Kastrup <dak@gnu.org>, emacs-devel@gnu.org
Subject: Re: code signing with foreign function interface?
Date: Mon, 08 Mar 2010 03:06:09 +0900	[thread overview]
Message-ID: <87bpf0t3am.fsf@uwakimon.sk.tsukuba.ac.jp> (raw)
In-Reply-To: <m38wa45agh.fsf@verona.se>

joakim@verona.se writes:

 > - Emacs FFI loads the dll and checks that the desired licensed text in
 >   binary form is present, and then proceeds to use the dll. If the text
 >   is not present, refuse to proceed.

I don't understand what you hope to accomplish with this.  On the one
side, I don't see how this prevents infringing binary distributions.
One who is violating the GPL anyway is unlikely to deliberately
*remove* the key which will surely be present in the sample module he
derives his code from.

On the other, it will interfere with private use of DLLs without the
key, which (a) is not restricted at all by the GPL, and (b) is very
likely quite legitimate in the case of older GPLed or LGPLed DLLs (ie,
all that exist today).

And if you're serious about a true FFI that can be called from Lisp,
the situation is even worse: very likely the user wishes to call
routines from a library which doesn't know or care that Emacs exists.

So I don't see how it addresses the objections to the use of DLLs
and/or FFI, while noticeably restricting the exercise of rights
granted under the GPL.





  reply	other threads:[~2010-03-07 18:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-07  6:24 code signing with foreign function interface? joakim
2010-03-07 16:13 ` David Kastrup
2010-03-07 17:05   ` joakim
2010-03-07 18:06     ` Stephen J. Turnbull [this message]
2010-03-07 19:19       ` joakim
2010-03-08  4:22         ` Stephen J. Turnbull
2010-03-08  8:01           ` David Kastrup
2010-03-08  7:41     ` joakim
2010-03-07 18:04 ` Eli Zaretskii
2010-03-07 19:39   ` joakim
2010-03-08  8:04 ` Richard Stallman
2010-03-08  8:15   ` joakim
2010-03-08  8:24   ` Miles Bader
2010-03-08  9:02     ` Stephen Berman
2010-03-08  9:12       ` Eli Zaretskii
2010-03-08 15:20   ` Stefan Monnier
2010-03-09  3:18     ` Richard Stallman

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bpf0t3am.fsf@uwakimon.sk.tsukuba.ac.jp \
    --to=stephen@xemacs.org \
    --cc=dak@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=joakim@verona.se \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.