diff --git a/ChangeLog b/ChangeLog index d76114a51..e3326defc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,24 +11,6 @@ * lib/krb5/rd_req.c: support for enctype negotiation (client sends EtypeList in Authenticator authz data) - * lib/gssapi/8003.c: use symbolic name for checksum type - - * lib/gssapi/accept_sec_context.c: allow client to indicate - that subkey should be used - - * lib/gssapi/acquire_cred.c: plug leak - - * lib/gssapi/get_mic.c: use gss_krb5_get_subkey() instead - of gss_krb5_get_{local,remote}key() - - * lib/gssapi/gssapi_local.c: use gss_krb5_get_subkey() - - * lib/gssapi/unwrap.c: use gss_krb5_get_subkey() - - * lib/gssapi/verify_mic.c: use gss_krb5_get_subkey() - - * lib/gssapi/wrap.c: use gss_krb5_get_subkey() - 2005-01-04 Luke Howard * lib/asn1/k5.asn1: add authorization data types for enctype diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index 45ffde9f5..a6418ae03 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,23 @@ +2005-01-05 Luke Howard + + * 8003.c: use symbolic name for checksum type + + * accept_sec_context.c: allow client to indicate + that subkey should be used + + * acquire_cred.c: plug leak + + * get_mic.c: use gss_krb5_get_subkey() instead + of gss_krb5_get_{local,remote}key() + + * gssapi_local.c: use gss_krb5_get_subkey() + + * unwrap.c: use gss_krb5_get_subkey() + + * verify_mic.c: use gss_krb5_get_subkey() + + * wrap.c: use gss_krb5_get_subkey() + 2004-11-30 Love Hörnquist Åstrand * inquire_cred.c: Reverse order of HEIMDAL_MUTEX_unlock and diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog index 45ffde9f5..a6418ae03 100644 --- a/lib/gssapi/krb5/ChangeLog +++ b/lib/gssapi/krb5/ChangeLog @@ -1,3 +1,23 @@ +2005-01-05 Luke Howard + + * 8003.c: use symbolic name for checksum type + + * accept_sec_context.c: allow client to indicate + that subkey should be used + + * acquire_cred.c: plug leak + + * get_mic.c: use gss_krb5_get_subkey() instead + of gss_krb5_get_{local,remote}key() + + * gssapi_local.c: use gss_krb5_get_subkey() + + * unwrap.c: use gss_krb5_get_subkey() + + * verify_mic.c: use gss_krb5_get_subkey() + + * wrap.c: use gss_krb5_get_subkey() + 2004-11-30 Love Hörnquist Åstrand * inquire_cred.c: Reverse order of HEIMDAL_MUTEX_unlock and