From cd18c07fadc44aa481430a12734cbe62f5731068 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 20 Aug 2002 11:31:18 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11152 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 94c2d33f5..e324f1758 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2002-08-20 Johan Danielsson + * lib/krb5/verify_init.c (fail_verify_is_ok): correct inverted + return value + + * lib/krb5/verify_user.c (verify_common): the nofail option is the + logic inverse of the secure parmeter + * lib/krb5/log.c: rename syslog_data to avoid name conflicts (from Mattias Amnefelt)