From 07409da248de17dbfd4ebda16cd70014cdcc8b15 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 20 Aug 2002 11:49:44 +0000 Subject: [PATCH] add blurb about ap_req_nofail logic inversion git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11153 ec53bebd-3082-4978-b11e-865c3cabbd6b --- NEWS | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 7e85ebe02..56a1562cd 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,15 @@ -Changes in release 0.4f +Changes in release 0.5 - * update autoconf to 2.53 + * fixed an inverted logic in the krb5_verify_init_creds function, + effectively inverting its meaning; this affects you if you have + third-party applications using the krb5_verify_init_creds function; + applications using the krb5_verify_user_* set of functions should + be ok (and this includes all programs included in our + distribution), because of another logic swap * accept addresses with or without ports in krb5_rd_cred - * make it work with recent CVS openssl + * make it work with modern openssl * use our own string2key function even with openssl (that handles weak keys incorrectly) @@ -15,11 +20,11 @@ Changes in release 0.4f * telnet: abort if telnetd does not support encryption - * handle non-existant strtok_r and strlcpy better in libkafs + * update autoconf to 2.53 * update config.guess, config.sub - * bug fixes + * other bug fixes Changes in release 0.4e