diff --git a/ChangeLog b/ChangeLog index ff3443609..c15ae311b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +1999-10-03 Assar Westerlund + + * lib/krb5/crypto.c (krb5_enctypes_compatible_keys): spell + correctly + + * lib/krb5/creds.c (krb5_compare_creds): fix spelling of + krb5_enctypes_compatible_keys + + * lib/krb5/convert_creds.c (krb524_convert_creds_kdc): get new + credentials from the KDC if the existing one doesn't have a DES + session key. + + * lib/45/get_ad_tkt.c (get_ad_tkt): update to new + krb524_convert_creds_kdc + 1999-10-03 Johan Danielsson * lib/krb5/keytab_keyfile.c: make krb5_akf_ops const diff --git a/TODO b/TODO index 9c8e2d5fd..194087633 100644 --- a/TODO +++ b/TODO @@ -32,8 +32,6 @@ there's some room for improvement here. * kdc -should the KDC use keytabs to store its keys? Then it could use krb5_rd_req. - * kadmin is in need of a major cleanup diff --git a/appl/login/ChangeLog b/appl/login/ChangeLog index f2ff3ad97..14d593a1e 100644 --- a/appl/login/ChangeLog +++ b/appl/login/ChangeLog @@ -1,3 +1,8 @@ +1999-10-03 Assar Westerlund + + * login.c (krb5_start_session): correct the ccache to + krb524_convert_creds_kdc + 1999-09-28 Assar Westerlund * login.c (krb5_verify): use krb5_verify_user_lrealm diff --git a/lib/auth/ChangeLog b/lib/auth/ChangeLog index 8ce4fd66b..81221ba5e 100644 --- a/lib/auth/ChangeLog +++ b/lib/auth/ChangeLog @@ -1,3 +1,8 @@ +1999-10-03 Assar Westerlund + + * afskauthlib/verify.c (verify_krb5): update to new + krb524_convert_creds_kdc + 1999-09-28 Assar Westerlund * sia/sia.c (doauth): use krb5_get_local_realms and diff --git a/lib/kafs/ChangeLog b/lib/kafs/ChangeLog index 84b8ad3d5..e5fc5726b 100644 --- a/lib/kafs/ChangeLog +++ b/lib/kafs/ChangeLog @@ -1,3 +1,7 @@ +1999-10-03 Assar Westerlund + + * afskrb5.c (get_cred): update to new krb524_convert_creds_kdc + 1999-08-12 Johan Danielsson * Makefile.am: ignore the comlicated aix construct if !krb4