git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19408 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-18 13:15:30 +00:00
parent dcdaf46f23
commit 33260e362f

View File

@@ -1,3 +1,27 @@
2006-12-18 Love H<>rnquist <20>strand <lha@it.su.se>
* test_context.c: allow asserting return mech
* ntlm/accept_sec_context.c: add _gss_ntlm_allocate_ctx
* ntlm/acquire_cred.c: Check that the KDC seem to there and
answering us, we can't do better then that wen checking if we will
accept the credential.
* ntlm/get_mic.c: return GSS_S_UNAVAILABLE
* mech/utils.h: add _gss_free_oid, reverse of _gss_copy_oid
* mech/gss_utils.c: add _gss_free_oid, reverse of _gss_copy_oid
* spnego/spnego.asn1: Its very sad, but NegHints its are not part
of the NegTokenInit, this makes SPNEGO acceptor life a lot harder.
* spnego: try harder to handle names better. handle missing
acceptor and initator creds better (ie dont propose/accept mech
that there are no credentials for) split NegTokenInit and
NegTokenResp in acceptor
2006-12-16 Love H<>rnquist <20>strand <lha@it.su.se>
* ntlm/import_name.c: Allocate the buffer from the right length.