From ae8c33299f11d4bc8148fa855df3406a0d1cc44f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 16 May 2003 20:45:23 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12306 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 46381a0d8..d598d846c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,26 @@ +2003-05-16 Love Hörnquist Åstrand + + * lib/krb5/crypto.c: protect the random initiator with a mutex + + * lib/krb5/mcache.c: protect the mcc_head with a mutex + + * lib/krb5/krb5_locl.h: include heim_threads.h + + * lib/krb5/heim_threads.h: wrapper macros for thread + synchronization primitives + 2003-05-15 Love Hörnquist Åstrand - * lib/krb5/krb5_build_principal.3 - lib/krb5/krb5_free_principal.3 - lib/krb5/krb5_sname_to_principal.3 - lib/krb5/krb5_principal_get_realm.3 - lib/krb5/krb5_principal.3 + * lib/krb5/krb5_principal.3 lib/krb5/Makefile.am: Add all Kerberos principal function to one manpage, add a few more principal function to it, remove old now dup manpages + * lib/krb5/krb5_build_principal.3: remove file + * lib/krb5/krb5_free_principal.3: remove file + * lib/krb5/krb5_sname_to_principal.3: remove file + * lib/krb5/krb5_principal_get_realm.3: remove file + 2003-05-14 Love Hörnquist Åstrand * lib/krb5/verify_krb5_conf.8: sort sections, from netbsd