From b2f9603d3fe48c0173b9f5dc3087bc1e55c0d043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 6 Oct 2006 07:31:06 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18254 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 17 +++++++++++++++++ lib/des/ChangeLog | 8 ++++++++ lib/gssapi/ChangeLog | 7 +++++++ lib/hx509/ChangeLog | 6 +++++- 4 files changed, 37 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fa4dbfd57..ddc44ed03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2006-10-06 Love Hörnquist Åstrand + + * appl/gssmask/common.h: Maybe include . + +2006-10-05 Love Hörnquist Åstrand + + * appl/gssmask/common.h: disable ENABLE_PTHREAD_SUPPORT and + explain why + + * tools/heimdal-build.sh: Another mail header. + + * tools/heimdal-build.sh: small fixes + + * fix-export: More liberal parsing of AC_INIT + + * tools/heimdal-build.sh: first cut + 2006-10-04 Love Hörnquist Åstrand * configure.in: Call AB_INIT. diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index 9290bf895..15dcb99b0 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,3 +1,11 @@ +2006-10-06 Love Hörnquist Åstrand + + * imath/imath.c: Cast argument to ctype(3) functions to (unsigned + char). + + * imath/imrat.c: Cast argument to ctype(3) functions to (unsigned + char). + 2006-09-22 Love Hörnquist Åstrand * ui.c (read_string): Try to not call signaction for signal 0 and diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index 7f0850145..379a58159 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,10 @@ +2006-10-06 Love Hörnquist Åstrand + + * gss.c: #if 0 out unused code. + + * mech/gss_mech_switch.c: Cast argument to ctype(3) functions + to (unsigned char). + 2006-10-05 Love Hörnquist Åstrand * mech/name.h: remove diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 6681dd470..7ca6d3eac 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,9 @@ -2006-10-02 Love Hörnquist Åstrand +2006-10-06 Love Hörnquist Åstrand + * name.c (_hx509_Name_to_string): remove dup const + +2006-10-02 Love Hörnquist Åstrand + * Makefile.am: Add more libs to libhx509 2006-10-01 Love Hörnquist Åstrand