mailing list of musl libc
 help / color / mirror / code / Atom feed
* Compatability: dlinfo needed for kerberos
@ 2012-06-10 13:35 Isaac Dunham
  2012-06-10 13:43 ` orc
  2012-06-10 14:24 ` Rich Felker
  0 siblings, 2 replies; 4+ messages in thread
From: Isaac Dunham @ 2012-06-10 13:35 UTC (permalink / raw)
  To: musl

MIT Kerberos 5 1.10.2 and OpenSSL want dlinfo; while OpenSSL supports
systems without dlinfo, Kerberos requires it on any non-Windows
systems (Windows has an equivalent API).
AFAICT the file that it occurs in must be built.

Isaac Dunham



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Compatability: dlinfo needed for kerberos
  2012-06-10 13:35 Compatability: dlinfo needed for kerberos Isaac Dunham
@ 2012-06-10 13:43 ` orc
  2012-06-10 14:24 ` Rich Felker
  1 sibling, 0 replies; 4+ messages in thread
From: orc @ 2012-06-10 13:43 UTC (permalink / raw)
  To: musl

On Sun, 10 Jun 2012 06:35:42 -0700
Isaac Dunham <idunham@lavabit.com> wrote:

> MIT Kerberos 5 1.10.2 and OpenSSL want dlinfo; while OpenSSL supports
> systems without dlinfo, Kerberos requires it on any non-Windows
> systems (Windows has an equivalent API).
> AFAICT the file that it occurs in must be built.
> 
> Isaac Dunham
> 

+ OpenSSL required dladdr on my musl test system for dynamic engine
loading (but no dlinfo requirement seen).


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Compatability: dlinfo needed for kerberos
  2012-06-10 13:35 Compatability: dlinfo needed for kerberos Isaac Dunham
  2012-06-10 13:43 ` orc
@ 2012-06-10 14:24 ` Rich Felker
  2012-06-10 14:50   ` Isaac Dunham
  1 sibling, 1 reply; 4+ messages in thread
From: Rich Felker @ 2012-06-10 14:24 UTC (permalink / raw)
  To: musl

On Sun, Jun 10, 2012 at 06:35:42AM -0700, Isaac Dunham wrote:
> MIT Kerberos 5 1.10.2 and OpenSSL want dlinfo; while OpenSSL supports
> systems without dlinfo, Kerberos requires it on any non-Windows
> systems (Windows has an equivalent API).
> AFAICT the file that it occurs in must be built.

Have you looked into what it's used for? I'm not 100% rejecting it at
this time, but I really dislike the dlinfo interface. It exposes a lot
of internals that applications should not be inspecting and seems to
require us to keep around extra bloated data structures that are not
otherwise needed.

Rich


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Compatability: dlinfo needed for kerberos
  2012-06-10 14:24 ` Rich Felker
@ 2012-06-10 14:50   ` Isaac Dunham
  0 siblings, 0 replies; 4+ messages in thread
From: Isaac Dunham @ 2012-06-10 14:50 UTC (permalink / raw)
  To: musl

On Sun, 10 Jun 2012 10:24:06 -0400
Rich Felker <dalias@aerifal.cx> wrote:

> On Sun, Jun 10, 2012 at 06:35:42AM -0700, Isaac Dunham wrote:
> > MIT Kerberos 5 1.10.2 and OpenSSL want dlinfo; while OpenSSL
> > supports systems without dlinfo, Kerberos requires it on any
> > non-Windows systems (Windows has an equivalent API).
> > AFAICT the file that it occurs in must be built.
(As noted by orc, it isn't strictly dlinfo that openssl needs, but
dladdr; all the musl distros have a patch to disable this)
> Have you looked into what it's used for? I'm not 100% rejecting it at
> this time, but I really dislike the dlinfo interface. It exposes a lot
> of internals that applications should not be inspecting and seems to
> require us to keep around extra bloated data structures that are not
> otherwise needed.
Here, the function name says it all:
module_get_filename_for_symbol
It occurs in src/util/verto/module.c in Kerberos 5 1.10.2. 
I may email the Kerberos ml to inquire about this...

Isaac Dunham



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-06-10 14:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-10 13:35 Compatability: dlinfo needed for kerberos Isaac Dunham
2012-06-10 13:43 ` orc
2012-06-10 14:24 ` Rich Felker
2012-06-10 14:50   ` Isaac Dunham

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).