From 37ee3711ca01417d85c52719914a27c9fc0e414a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 17 Aug 2003 16:23:32 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12565 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4d935fdf3..45106df09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2003-08-17 Love Hörnquist Åstrand + * lib/krb5/Makefile.am: man_MANS += krb5_get_init_creds.3 + + * lib/krb5/krb5_get_init_creds.3: begining of documentation of + krb5_get_init_creds + * lib/krb5/get_in_tkt.c (krb5_get_in_tkt): for compatibility with with the mit implemtation, don't free `creds' argument when done, its up the the caller to do that, also allow a NULL ccache.