mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@aerifal.cx>
To: musl@lists.openwall.com
Subject: Re: shadow.h
Date: Tue, 26 Feb 2013 18:35:42 -0500	[thread overview]
Message-ID: <20130226233542.GG20323@brightrain.aerifal.cx> (raw)
In-Reply-To: <CAPLrYES3e2qOE9W5bHh536BHw1EaT518Lb_FRyuW0hqJN6O8NQ@mail.gmail.com>

On Tue, Feb 26, 2013 at 11:54:58PM +0100, Daniel Cegiełka wrote:
> Hi,
> It seems that the musl doesn't contain several important shadow's
> functions that are declared in the shadow.h.
> 
> # ldd /lib/security/pam_unix.so
> 	libpam.so => /lib/libpam.so (0x7fcac91b8000)
> Error relocating /lib/security/pam_unix.so: putspent: symbol not found
> Error relocating /lib/security/pam_unix.so: fgetspent: symbol not found
> Error relocating /lib/security/pam_unix.so: putpwent: symbol not found

These have been discussed before and I believe the intent is to add
them (they're simple fprintf wrappers, if I remember correctly), but
be aware that pam_unix.so's support for writing to the password
database assumes a certain form and will break things badly if the
user is using tcb shadow. It might also mess up the shadow file if it
depends on being able to iterate all entries in the shadow file; I'm
not sure if that works or not.

These are issues that need more discussion...

Rich


  parent reply	other threads:[~2013-02-26 23:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-26 22:54 shadow.h Daniel Cegiełka
2013-02-26 23:19 ` shadow.h Szabolcs Nagy
2013-02-27  8:24   ` shadow.h Daniel Cegiełka
2013-02-27 16:52     ` shadow.h Rich Felker
2013-02-27 17:18       ` shadow.h Daniel Cegiełka
2013-02-26 23:35 ` Rich Felker [this message]
2013-02-27  9:09   ` shadow.h Daniel Cegiełka
2013-02-27 16:54     ` shadow.h Rich Felker
2013-02-27 17:04       ` shadow.h Daniel Cegiełka
2013-02-27 17:06         ` shadow.h Rich Felker

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=20130226233542.GG20323@brightrain.aerifal.cx \
    --to=dalias@aerifal.cx \
    --cc=musl@lists.openwall.com \
    /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.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).