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