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