git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12497 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-07-22 19:55:04 +00:00
parent 32752ea144
commit 79442df848
2 changed files with 30 additions and 0 deletions

View File

@@ -1,3 +1,18 @@
2003-07-22 Love H<>rnquist <20>strand <lha@it.su.se>
* init_sec_context.c (repl_mutual): don't set kerberos error where
there was no kerberos error
* gssapi_locl.h: Add destruction/creation prototypes and structure
for the thread specific storage.
* display_status.c: use thread specific storage to set/get the
kerberos error message
* init.c: Provide locking around the creation of the global
krb5_context. Add destruction/creation functions for the thread
specific storage that the error string handling is using.
2003-07-20 Love H<>rnquist <20>strand <lha@it.su.se>
* gss_acquire_cred.3: add missing prototype and missing .Ft

View File

@@ -1,3 +1,18 @@
2003-07-22 Love H<>rnquist <20>strand <lha@it.su.se>
* init_sec_context.c (repl_mutual): don't set kerberos error where
there was no kerberos error
* gssapi_locl.h: Add destruction/creation prototypes and structure
for the thread specific storage.
* display_status.c: use thread specific storage to set/get the
kerberos error message
* init.c: Provide locking around the creation of the global
krb5_context. Add destruction/creation functions for the thread
specific storage that the error string handling is using.
2003-07-20 Love H<>rnquist <20>strand <lha@it.su.se>
* gss_acquire_cred.3: add missing prototype and missing .Ft