From 56b5ee6031f95b298fed60ee138158efdf13a84e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 7 Oct 2003 07:49:03 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12985 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a90ff83e9..dcf565f26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,16 @@ +2003-10-07 Love Hörnquist Åstrand + + * lib/krb5/init_creds_pw.c: add some help function that is common + between ENC_TS and SAM2 free the etype{,2}-infos on failure move + the pa counter into krb5_get_init_creds_ctx + 2003-10-06 Love Hörnquist Åstrand * kdc/kaserver.c (do_getticket): if times data is shorter then 8 byte, request is malformed. * kdc/kaserver.c (do_authenticate): if request length is less then - 8, its a bad request and fail. Pointed out by Marco Foglia + 8 byte, its a bad request and fail. Pointed out by Marco Foglia * lib/krb5/verify_krb5_conf.c: add flag --warn-mit-syntax that