git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19032 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-13 18:06:45 +00:00
parent 00bcd44370
commit 3e0139bc20

View File

@@ -1,5 +1,12 @@
2006-11-13 Love H<>rnquist <20>strand <lha@it.su.se> 2006-11-13 Love H<>rnquist <20>strand <lha@it.su.se>
* test_context.c: Create our own krb5_context.
* krb5: Switch from using a specific error message context in the
TLS to have a whole krb5_context in TLS. This have some
interestion side-effekts for the configruration setting options
since they operate on per-thread basis now.
* mech/gss_set_cred_option.c: When calling ->gm_set_cred_option * mech/gss_set_cred_option.c: When calling ->gm_set_cred_option
and checking for success, use GSS_S_COMPLETE. From Andrew Bartlet. and checking for success, use GSS_S_COMPLETE. From Andrew Bartlet.