diff --git a/ChangeLog b/ChangeLog index eca71a2b0..47632a55c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 1999-11-12 Assar Westerlund + * lib/krb5/krb5.h (KRB5_TC_*): make constants unsigned + * lib/asn1/gen_glue.c (generate_2int, generate_units): make sure + bit constants are unsigned + * lib/asn1/gen.c (define_type): make length in sequences be + unsigned. + + * configure.in: remove duplicate test for setsockopt test for + struct tm.tm_isdst * lib/krb5/get_in_tkt.c (krb5_get_in_cred): generate preauthentication information if we get back ERR_PREAUTH_REQUIRED * lib/krb5/init_creds_pw.c (krb5_get_init_creds_password): remove diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index 0c0eae570..b9b568aff 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,3 +1,8 @@ +1999-11-13 Assar Westerlund + + * password_quality.c (kadm5_setup_passwd_quality_check): use + correct types for function pointers + 1999-11-09 Johan Danielsson * randkey_s.c: always bail out if the fetch fails diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index ef37ba94f..09f681e0a 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,11 @@ +1999-11-13 Assar Westerlund + + * strftime.c (strftime): handle `%z' and `%Z' in a tm_gmtoff-less + world + + * getcap.c: make sure to use db only if we have both the library + and the header file + 1999-11-12 Assar Westerlund * getarg.h: add arg_counter