From 12008ec7fca6b736145bfb1c8f44396520f8f171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 6 Dec 2006 10:43:29 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19242 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index fbfeac697..1b3de7cb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-12-06 Love Hörnquist Åstrand + * kdc/pkinit.c: Add comment that the anchors in the signed data + really should be the trust anchors of the client. + * kuser/generate-requests.c: Use strcspn to remove \n from string returned by fgets. From Björn Sandell