From 7d627aac99ae1c5993f2884855db072fdad0eb85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 1 Jun 2006 21:06:33 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17610 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 11 +++++++++++ appl/kx/ChangeLog | 6 +++++- appl/popper/ChangeLog | 6 +++++- kadmin/ChangeLog | 4 ++++ lib/asn1/ChangeLog | 6 +++++- lib/des/ChangeLog | 4 ++++ 6 files changed, 34 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d237f34e..8a18e08aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2006-06-01 Love Hörnquist Åstrand + * lib/hdb/ext.c (hdb_entry_get_ConstrainedDelegACL): new function. + + * lib/krb5/pkinit.c: Avoid more shadowing. + + * kdc/connect.c (do_request): clean reply with krb5_data_zero + + * kdc/krb5tgs.c: Split up the reverse cross krbtgt check and local + clien must exists test. + + * kdc/krb5tgs.c: Plug old memory leaks, unify all goto's. + * kdc/krb5tgs.c: Split tgs_rep2 into tgs_parse_request and tgs_build_reply. diff --git a/appl/kx/ChangeLog b/appl/kx/ChangeLog index ac805137c..51cd0ba75 100644 --- a/appl/kx/ChangeLog +++ b/appl/kx/ChangeLog @@ -1,5 +1,9 @@ -2005-07-09 Love Hörquist Åstrand +2006-05-05 Love Hörnquist Åstrand + * Rename u_intXX_t to uintXX_t + +2005-07-09 Love Hörquist Åstrand + * kxd.c (doit): only cleaup for active sockets, passive does it own cleaning up diff --git a/appl/popper/ChangeLog b/appl/popper/ChangeLog index 0e5f13653..405d61ade 100644 --- a/appl/popper/ChangeLog +++ b/appl/popper/ChangeLog @@ -1,5 +1,9 @@ -2005-10-22 Love Hörnquist Åstrand +2006-05-05 Love Hörnquist Åstrand + * Rename u_intXX_t to uintXX_t + +2005-10-22 Love Hörnquist Åstrand + * pop_dropinfo.c: Check return value from asprintf instead of string != NULL since it undefined behavior on Linux. From Björn Sandell diff --git a/kadmin/ChangeLog b/kadmin/ChangeLog index 1ec86cea6..23029bce3 100644 --- a/kadmin/ChangeLog +++ b/kadmin/ChangeLog @@ -1,3 +1,7 @@ +2006-06-01 Love Hörnquist Åstrand + + * server.c: Less shadowing. + 2006-05-13 Love Hörnquist Åstrand * Makefile.am: kadmin_SOURCES += add check.c diff --git a/lib/asn1/ChangeLog b/lib/asn1/ChangeLog index 16773c42a..d7192af5a 100644 --- a/lib/asn1/ChangeLog +++ b/lib/asn1/ChangeLog @@ -1,5 +1,9 @@ -2006-04-29 Love Hörnquist Åstrand +2006-05-13 Love Hörnquist Åstrand + * der_format.c (der_parse_hex_heim_integer): avoid shadowing. + +2006-04-29 Love Hörnquist Åstrand + * Makefile.am: Add ExternalPrincipalIdentifiers, shared between several elements. diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index a3122bf00..f59bbf1f8 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,3 +1,7 @@ +2006-05-13 Love Hörnquist Åstrand + + * bn.c (BN_rand): avoid shadowing. + 2006-05-12 Love Hörnquist Åstrand * rsa-imath.c: Fix the last one of the asserts.