diff --git a/ChangeLog b/ChangeLog index d22fef80d..a22d59ddd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,27 @@ Sat Feb 13 17:12:53 1999 Assar Westerlund + * lib/krb5/get_in_tkt.c (krb5_init_etype): etypes are now `int' + + * lib/krb5/get_host_realm.c (krb5_get_host_realm): constize + orig_host + + (krb5_salttype_to_string): new function (RSA_MD5_DES_verify, + RSA_MD5_DES3_verify): initialize ret + + * lib/gssapi/init_sec_context.c (init_auth): remove unnecessary + gssapi_krb5_init. ask for KEYTYPE_DES credentials + + * kadmin/get.c (print_entry_long): print the keytypes and salts + available for the principal + + * configure.in (WFLAGS): add `-O' to catch unitialized variables + and such + (gethostname, mkstemp, getusershell, inet_aton): more tests + + * lib/hdb/hdb.h: update prototypes + + * configure.in: homogenize broken detection with krb4 + * lib/kadm5/init_c.c (kadm5_c_init_with_context): remove unused `error' diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index c413ffb78..4b5b79349 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 13 17:12:53 1999 Assar Westerlund + + * roken.h.in (mkstemp, gethostname): also includes prototypes if + they are needed. + 1998-12-20 Assar Westerlund * snprintf.c, iruserok.c, parse-units.c: unsigned char-correctness