Linux wireless drivers development
 help / color / mirror / Atom feed
From: "Luis R. Rodriguez" <lrodriguez@atheros.com>
To: Paul Fertser <fercerpav@gmail.com>
Cc: linux-wireless@vger.kernel.org, 536502@bugs.debian.org
Subject: Re: [PATCH] Implement runtime loading of RSA public keys
Date: Mon, 25 Jan 2010 09:44:56 -0800	[thread overview]
Message-ID: <43e72e891001250944s74c52369v63b6707ffa0bd872@mail.gmail.com> (raw)
In-Reply-To: <20100123123021.GA4261@home.pavel.comp>

On Sat, Jan 23, 2010 at 4:30 AM, Paul Fertser <fercerpav@gmail.com> wrote:
> On Sat, Jan 23, 2010 at 02:54:14PM +0300, Paul Fertser wrote:
>> +     if (!ok && (pubkey_dir = opendir(PUBKEY_DIR))) {
>> +             while (!ok && (nextfile = readdir(pubkey_dir))) {
>> +                     if ((keyfile = fopen(nextfile->d_name, "rb"))) {
>
> Duh, of course it's wrong but i managed to have that key in the
> current directory during testing :(
>
> Amended version attached.

Nice, thanks, applied.

  Luis

      reply	other threads:[~2010-01-25 17:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-23 11:54 [PATCH] Implement runtime loading of RSA public keys Paul Fertser
2010-01-23 12:30 ` Paul Fertser
2010-01-25 17:44   ` Luis R. Rodriguez [this message]

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=43e72e891001250944s74c52369v63b6707ffa0bd872@mail.gmail.com \
    --to=lrodriguez@atheros.com \
    --cc=536502@bugs.debian.org \
    --cc=fercerpav@gmail.com \
    --cc=linux-wireless@vger.kernel.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox