git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19242 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-06 10:43:29 +00:00
parent 65d743807c
commit 12008ec7fc

View File

@@ -1,5 +1,8 @@
2006-12-06 Love H<>rnquist <20>strand <lha@it.su.se>
* 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<42>rn Sandell