* spnego_mech.c (acc_ctx_call_acc): Wrap call to
authorTom Yu <tlyu@mit.edu>
Thu, 25 May 2006 04:14:44 +0000 (04:14 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 25 May 2006 04:14:44 +0000 (04:14 +0000)
commit0ede4f4ab94eb6d82f5c27e9d79619df0de2be48
treefec00127fb9004111d87a11ad7cd524b2c1d54d4
parenta3f4e61083d64252f46c8777525b74425b2bd124
* spnego_mech.c (acc_ctx_call_acc): Wrap call to
gss_accept_sec_context().
(acc_ctx_vfy_oid): New function to verify that mech OID is sane.
(handle_mic): Delete no-op conditional.
(init_ctx_cont): Check for "empty" reply token.  Add minor status
return.
(init_ctx_nego): Add minor status returns.
(acc_ctx_new): Stash mech_wanted into sc->internal_mech.
(acc_ctx_cont): Improve error handling.  Reject "empty" token.
(spnego_gss_accept_sec_context): Break pieces out into
acc_ctx_call_acc().
(make_spnego_tokenTarg_msg): Don't send supportedMech on
non-initial reply from acceptor.

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/mechglue@18039 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/gssapi/spnego/ChangeLog
src/lib/gssapi/spnego/spnego_mech.c