diff --git a/ChangeLog b/ChangeLog index 18bf50397..4ac0cb321 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-08-22 Love Hörnquist Åstrand + + * lib/krb5/test_crypto_wrapping.c: Fix printing of size_t. + +2005-08-19 Love Hörnquist Åstrand + + * lib/hdb/dbinfo.c: provide interface to find databases + + * lib/hdb/mkey.c: hdb_seal_key_mkey): dont double encrypt keys + 2005-08-15 Love Hörnquist Åstrand * kdc/kdc_locl.h: Update prototype for _kdc_pk_mk_pa_reply. diff --git a/cf/ChangeLog b/cf/ChangeLog index baf292ceb..24981dd28 100644 --- a/cf/ChangeLog +++ b/cf/ChangeLog @@ -1,4 +1,8 @@ -2005-08-03 Love Hörnquist Åstrand +2005-08-22 Love Hörnquist Åstrand + + * roken-frag.m4: Check for res_ndestroy. + +2005-08-03 Love Hörnquist Åstrand * crypto.m4: Add , OpenSSL 0.9.8 needs it for size_t. From: Quanah Gibson-Mount diff --git a/lib/asn1/ChangeLog b/lib/asn1/ChangeLog index 374d42317..b79b6a67c 100644 --- a/lib/asn1/ChangeLog +++ b/lib/asn1/ChangeLog @@ -1,4 +1,14 @@ -2005-08-11 Love Hörnquist Åstrand +2005-08-22 Love Hörnquist Åstrand + + * k5.asn1: Add KRB5-PADATA-PK-AS-09-BINDING, client send + this (with an empty pa-data.padata-value) to tell the KDC that the + client support the binding the PA-REP to the AS-REQ packet. This + is to fix the problem lack of binding the AS-REQ to the PK-AS-REP + in pre PK-INIT-27. The nonce is replaced with a asCheckSum. + +2005-08-11 Love Hörnquist Åstrand + + * canthandle.asn1: Allocation is done on CONTEXT tags. * asn1_gen.c: rename optind to optidx to avoid shadow warnings diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 616d6cb99..ff4565a56 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,4 +1,9 @@ -2005-08-12 Love Hörnquist Åstrand +2005-08-22 Love Hörnquist Åstrand + + * resolve.c (dns_lookup_int): if we have res_ndestroy, prefeer + that before res_nclose + +2005-08-12 Love Hörnquist Åstrand * getaddrinfo-test.c: Rename optind to optidx to avoid shadowing.