[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multi-mechanism gssapi



>>>>> "Luke" == Luke Howard <lukeh@padl.com> writes:

    >> Yes, but Note that Sun will eventually move away from those
    >> names and the mech glue will simply call gss_*.

    Luke> Sorry, I wasn't clear. The mechglue calls into a dispatch
    Luke> table so it doesn't matter what the names are (although we
    Luke> want to allow the option to have applications link against
    Luke> the mech libraries to access mech- specific API -- does this
    Luke> mean we'll need to load with RTLD_GLOBAL?)

Long term I believe the dispatch table will be going away.

No, you definitely want to link RTLD_LOCAL.