From 55d6db061b5ba5a3e5d13e7444feefe2c38b5651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 14 Mar 2003 00:45:25 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11711 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 9 +++++++-- appl/ftp/ChangeLog | 4 ++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bbefc22f2..130939f65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2003-03-11 Love Hörnquist Åstrand +2003-03-14 Love Hörnquist Åstrand + + * lib/krb5/krb5_ccache.3: add missing name of argument + (krb5_context) to most functions + +2003-03-13 Love Hörnquist Åstrand * lib/krb5/kuserok.c (krb5_kuserok): preserve old behviour of function and return FALSE when there isn't a local account for @@ -7,7 +12,7 @@ * lib/krb5/krb5_kuserok.3: fix prototype, spelling and more text describing the function -2003-03-11 Love Hörnquist Åstrand +2003-03-12 Love Hörnquist Åstrand * lib/krb5/cache.c (krb5_cc_default): if krb5_cc_default_name returned memory, don't return ENOMEM diff --git a/appl/ftp/ChangeLog b/appl/ftp/ChangeLog index bcdd5d0fb..5bf080818 100644 --- a/appl/ftp/ChangeLog +++ b/appl/ftp/ChangeLog @@ -1,3 +1,7 @@ +2003-02-25 Love + + * ftp/gssapi.c (gss_auth): print out the name we authenticated too + 2003-02-25 Love Hörnquist Åstrand * ftpd/ls.c: use readlink with bufsize - 1, From NetBSD