Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 6/7 v2] package/freerdp: install server key and certificate
Date: Wed, 8 Oct 2014 23:08:56 +0200	[thread overview]
Message-ID: <20141008210856.GF4718@free.fr> (raw)
In-Reply-To: <CAHXCMMKMdCtW0-yOun432nn-A8D_VikANig5tkhPhEcW5K-5SQ@mail.gmail.com>

Samuel, All,

On 2014-10-08 22:58 +0200, Samuel Martin spake thusly:
> On Tue, Oct 7, 2014 at 12:35 AM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> > This is mandatory for an RDP server to have a key and a certificate,
> > otherwise clients will refuse to connect to that server.
> >
> > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> > ---
> >  package/freerdp/freerdp.mk | 10 ++++++++++
> >  1 file changed, 10 insertions(+)
> >
> > diff --git a/package/freerdp/freerdp.mk b/package/freerdp/freerdp.mk
> > index ea590d1..e643e57 100644
> > --- a/package/freerdp/freerdp.mk
> > +++ b/package/freerdp/freerdp.mk
> > @@ -86,4 +86,14 @@ else
> >  FREERDP_CONF_OPTS += -DWITH_XV=OFF
> >  endif
> >
> > +# Install the server key and certificate, so that a client can connect.
> > +# A user can override them with its opwn in a post-build script, if needed.
> 
> s/opwn/own/

Yup.

> > +define FREERDP_INSTALL_KEYS
> > +       $(INSTALL) -D $(@D)/server/X11/server.key \
> > +                     $(TARGET_DIR)/etc/freerdp/keys/server.key
> > +       $(INSTALL) -D $(@D)/server/X11/server.crt \
> > +                     $(TARGET_DIR)/etc/freerdp/keys/server.crt
> > +endef
> > +FREERDP_POST_INSTALL_TARGET_HOOKS += FREERDP_INSTALL_KEYS
> 
> It is useful for the client only? or the server? or both?
> If it is only useful for one or the other, maybe it should be nested
> in a if-block using the BR2_PACKAGE_FREERDP_CLIENT (or
> BR2_PACKAGE_FREERDP_SERVER)?

It;s for the server only. Will fix. Thanks!

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2014-10-08 21:08 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-06 22:35 [Buildroot] [PATCH 0/7 v2] weston: new freerdp backend (branch yem/bumps) Yann E. MORIN
2014-10-06 22:35 ` [Buildroot] [PATCH 1/7 v2] pacakge/freerdp: disable building the manpages Yann E. MORIN
2014-10-08 19:45   ` Samuel Martin
2014-10-06 22:35 ` [Buildroot] [PATCH 2/7 v2] package/freerdp: do not forcibly depend on X.Org Yann E. MORIN
2014-10-08 19:54   ` Samuel Martin
2014-10-06 22:35 ` [Buildroot] [PATCH 3/7 v2] package/freerdp: add missing dependency Yann E. MORIN
2014-10-08 20:01   ` Samuel Martin
2014-10-08 21:12     ` Yann E. MORIN
2014-10-06 22:35 ` [Buildroot] [PATCH 4/7 v2] package/freerdp: add options to enable/disable server and/or client Yann E. MORIN
2014-10-08 21:37   ` Samuel Martin
2014-10-06 22:35 ` [Buildroot] [PATCH 5/7 v2] package/freerdp: also install to staging Yann E. MORIN
2014-10-08 20:59   ` Samuel Martin
2014-10-06 22:35 ` [Buildroot] [PATCH 6/7 v2] package/freerdp: install server key and certificate Yann E. MORIN
2014-10-08 20:58   ` Samuel Martin
2014-10-08 21:08     ` Yann E. MORIN [this message]
2014-10-06 22:35 ` [Buildroot] [PATCH 7/7 v2] package/weston: add support for the RDP compositor Yann E. MORIN
2014-10-08 21:05   ` Samuel Martin

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=20141008210856.GF4718@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox