Added Sun's changes (from Roland), as fixed by Ted, to finally have a
authorTheodore Tso <tytso@mit.edu>
Tue, 23 Jan 1996 08:34:12 +0000 (08:34 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 23 Jan 1996 08:34:12 +0000 (08:34 +0000)
commit06451a4fb043d7d6fb3962a825453f45fdff4b7e
tree23af31e96c800d17ced03108a6d1c5ae2cfc4405
parentb062151a3f6c960c508914c1063c6aa6f9285ed3
Added Sun's changes (from Roland), as fixed by Ted, to finally have a
fully working mechglue layer.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7362 dc483132-0cff-0310-8789-dd5450dbe970
14 files changed:
src/lib/gssapi/mechglue/Makefile.in
src/lib/gssapi/mechglue/configure.in
src/lib/gssapi/mechglue/g_acquire_cred.c
src/lib/gssapi/mechglue/g_exp_sec_context.c [new file with mode: 0644]
src/lib/gssapi/mechglue/g_imp_sec_context.c [new file with mode: 0644]
src/lib/gssapi/mechglue/g_inquire_context.c [new file with mode: 0644]
src/lib/gssapi/mechglue/g_inquire_names.c [new file with mode: 0644]
src/lib/gssapi/mechglue/g_oid_ops.c [new file with mode: 0644]
src/lib/gssapi/mechglue/g_rel_cred.c
src/lib/gssapi/mechglue/g_rel_oid_set.c
src/lib/gssapi/mechglue/g_verify.c
src/lib/gssapi/mechglue/gen_oids.c [new file with mode: 0644]
src/lib/gssapi/mechglue/mglueP.h
src/lib/gssapi/mechglue/oid_ops.c [new file with mode: 0644]