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

Re: multi-mechanism gssapi




>> (a) move SPNEGO and Kerberos GSS-API mechanisms in Heimdal into
>>     libmech_spnego and libmech_krb5 libraries, respectively
>> (b) have each library export a gss_mechanism dispatch table
>> (c) use the CITI libgssapi to implement the exposed GSS API
>
>This is the libgssapi-0.1 tarball?

Yes, which seems similar to what is in MIT Kerberos. Right now I've
got it building with the Heimdal gssapi.h.

>It seems reasonable to me. I haven't looked to close at the code, but
>it doesn't look too horrible. And there are four different (but
>similar) licences in there?

Hmm, I think it's only the Sun BSD license?

>> Also, there is the Sun TI-RPC mechglue library around somewhere, which
>> apparently is the Solaris 8 code, but I can't seem to find it anywhere
>> and it is released under a different license.
>
>Last time I looked at gssrpc it was not entirely different from things
>you scare small children with. What uses gssrpc?

I mentioned it only because it includes a more recent mechglue
implementation, not because of gssrpc. But now that you ask, Solaris
uses it for kadmin (as does MIT now I believe). And so does NFSv4.

-- Luke

--