From 7ad2e82367c33ab3732be67e7ba7449e32ba9fa1 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 10 Mar 2002 23:35:41 +0000 Subject: [PATCH] add 0.4f items git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10874 ec53bebd-3082-4978-b11e-865c3cabbd6b --- NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index 1e0ccc015..06017b39c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +Changes in release 0.4f + + * accept addresses with or without ports in krb5_rd_cred + + * make it work with recent CVS openssl + + * use or own string2key function even with openssl (that handles weak + keys incorrectly) + + * more system-specific requirements in login + + * do not use getlogin() to determine root in su + + * telnet: abort if telnetd does not support encryption + + * handle non-existant strtok_r and strlcpy better in libkafs + + * update config.guess, config.sub + + * bug fixes + Changes in release 0.4e * improve libcrypto and database autoconf tests