diff --git a/ChangeLog b/ChangeLog index ea3473a38..dfba5c768 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ -Tue May 12 14:58:27 1998 Johan Danielsson +Tue May 12 21:11:02 1998 Assar Westerlund * Release 0.0p + * lib/krb5/mk_req_ext.c (krb5_mk_req_extended): only set + encryption type in auth_context if it's compatible with the type + of the session key + Mon May 11 21:11:14 1998 Johan Danielsson * kdc/hprop.c: add support for ka-server databases diff --git a/NEWS b/NEWS index f397aec69..a432a3a91 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Changes in release 0.0p: + + * keytab moved to /etc/krb5.keytab + * avoid false detection of IPv6 on Linux + * Lots of more functionality in the gssapi-library + * hprop can now read ka-server databases + * bug fixes + Changes in release 0.0o: * FTP with GSSAPI support.