From 925699b3e3dbfb96ea4fd19e4295210ce1cd4fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 7 Apr 2003 22:34:59 +0000 Subject: [PATCH] about 0.6, also add 0.5.[12] git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11983 ec53bebd-3082-4978-b11e-865c3cabbd6b --- NEWS | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/NEWS b/NEWS index 49e2aff33..88e3aad3e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +Changes in release 0.6 + +* More complete GSS-API support + +* Better AFS support: kdc (524) supports 2b; 524 in kdc and AFS + support in applications no longer requires Kerberos 4 libs + +* DES3 GSS-API mechansim changed to interrop with other GSSAPI + implementations, this however break backward compatiblity with pre + Heimdal 0.6 (see manpage gssapi how to turn on backward compatiblity + support) + +* Kerberos 4 (includes ka and 524) default turned off in KDC + +* other bug fixes + +Changes in release 0.5.2 + + * kdc: add option for disabling v4 cross-realm (defaults to off) + + * bug fixes + +Changes in release 0.5.1 + + * kadmind: fix remote exploit + + * kadmind: add option to disable kerberos 4 + + * kdc: make sure kaserver token life is positive + + * telnet: use the session key if there is no subkey + + * fix EPSV parsing in ftp + + * other bug fixes + Changes in release 0.5 * add --detach option to kdc