From 30d6172fe727e1b5fb8e6339406298f20c682208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 13 Apr 2004 14:35:50 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13715 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 21 +++++++++++++++++++++ cf/ChangeLog | 3 +++ 2 files changed, 24 insertions(+) diff --git a/ChangeLog b/ChangeLog index c680b917d..c165484bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,26 @@ 2004-04-13 Love Hörnquist Åstrand + * lib/krb5/Makefile.am: define BUILD_KRB5_LIB when building + libkrb5.la, add KRB5_LIB_FUNCTION proto + + * lib/krb5/add_et_list.c: add KRB5_LIB_FUNCTION + + * configure.in: export KRB5_LIB_FUNCTION when building with + BUILD_KRB5_LIB + + * lib/krb5/ticket.c (krb5_ticket_get_authorization_data_type): add + error strings + + * lib/krb5/prompter_posix.c (krb5_prompter_posix): if some thing + is printed on stderr, fflush it + + * lib/krb5/krb5_keyblock.3: free functions also zeros out the key + + * lib/krb5/krb5_get_init_creds.3: some text about + krb5_prompter_posix + + * lib/krb5/krb5.conf.5: document hdb-ldap-structural-object + * lib/krb5/cache.c: add krb5_cc_get_prefix_ops * lib/krb5/krb5_ccache.3: add krb5_cc_get_prefix_ops diff --git a/cf/ChangeLog b/cf/ChangeLog index 7b6b434f4..590f18b0a 100644 --- a/cf/ChangeLog +++ b/cf/ChangeLog @@ -1,5 +1,8 @@ 2004-04-13 Love + * make-proto.pl: if -E, add windows standard calling conv to + headerfile if needed + * win32.m4: add rk_WIN32_EXPORT 2004-02-12 Love