git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20627 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-05-08 13:57:28 +00:00
parent bee2a593cd
commit 3fe9e74b9b

View File

@@ -1,4 +1,26 @@
2007-05-08 Love H<>rnquist <20>strand <lha@it.su.se>
* mech: dont keep track of gc_usage, just figure it out at
gss_inquire_cred() time
* mech/gss_mech_switch.c (add_builtin): ok for
__gss_mech_initialize() to return NULL
* test_kcred.c: more correct tests
* spnego/cred_stubs.c (gss_inquire_cred*): wrap the name with a
spnego_name.
* ntlm/inquire_cred.c: make ntlm gss_inquire_cred fail for now,
need to find default cred and friends.
* krb5/inquire_cred_by_mech.c: reimplement
2007-05-07 Love H<>rnquist <20>strand <lha@it.su.se>
* ntlm/acquire_cred.c: drop unused variable.
* ntlm/acquire_cred.c: Reimplement.
* Makefile.am: add ntlm/digest.c