git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14474 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-01-05 09:54:34 +00:00
parent 299a0c0048
commit 9f33b64b7a

View File

@@ -1,3 +1,16 @@
2005-01-05 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/krb5_keyblock.3: document krb5_generate_subkey_extended
* lib/krb5/krb5_is_thread_safe.3: document function
* lib/krb5/Makefile.am (man_MANS) += krb5_is_thread_safe.3
* lib/krb5/context.c (krb5_is_thread_safe): return TRUE is the
library was compiled with multithreading support. If not,
application must global lock the library, it it uses threads that
call kerberos functions at the same time.
2005-01-05 Luke Howard <lukeh@padl.com>
* lib/krb5/auth_context.c: use krb5_generate_subkey_extended()