git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22162 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-04 20:20:49 +00:00
parent 19a25d99b7
commit 280b58bb08

View File

@@ -1,5 +1,13 @@
2007-12-04 Love H<>rnquist <20>strand <lha@it.su.se>
* ntlm/init_sec_context.c: Add _gss_ntlm_get_user_info() that
return the user info so it can be used by external modules.
* ntlm/inquire_cred.c: use the right error code.
* ntlm/inquire_cred.c: Return GSS_C_NO_CREDENTIAL if there is no
credential, ntlm have (not yet) a default credential.
* mech/gss_release_oid_set.c: Avoid trying to deref NULL, from
Phil Fisher.