[krbdev.mit.edu #6658] SVN Commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Wed Feb 10 18:44:19 EST 2010


Implement gss_set_neg_mechs in SPNEGO by intersecting the provided
mech set with the mechanisms available in the union credential.  As
we now need space to hold the mech set, the SPNEGO credential is now
a structure and not just a mechglue credential.

t_spnego.c is a test program which exercises the new logic.  Like the
other GSSAPI tests, it is not run as part of "make check" at this
time.


http://src.mit.edu/fisheye/changelog/krb5/?cs=23715
Commit By: ghudson
Revision: 23715
Changed Files:
U   trunk/src/lib/gssapi/generic/gssapi.hin
U   trunk/src/lib/gssapi/krb5/gssapi_krb5.c
U   trunk/src/lib/gssapi/libgssapi_krb5.exports
U   trunk/src/lib/gssapi/mechglue/Makefile.in
U   trunk/src/lib/gssapi/mechglue/g_initialize.c
A   trunk/src/lib/gssapi/mechglue/g_set_neg_mechs.c
U   trunk/src/lib/gssapi/mechglue/mglueP.h
U   trunk/src/lib/gssapi/spnego/gssapiP_spnego.h
U   trunk/src/lib/gssapi/spnego/spnego_mech.c
U   trunk/src/tests/gssapi/Makefile.in
A   trunk/src/tests/gssapi/t_spnego.c




More information about the krb5-bugs mailing list