diff --git a/ChangeLog b/ChangeLog index e4f7d8ef0..4e1531489 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2005-04-30 Love Hörnquist Åstrand - * lib/krb5/test_kuserok.c: add + * lib/krb5: add in test programs * lib/krb5/Makefile.am: use LIB_com_err for libkrb5.la diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index d7abbb618..522ccd0a7 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,3 +1,8 @@ +2005-04-30 Love + + * default_keys.c: #include , only print salt it its longer + then 0, use krb5_err instead of errx where appropriate + 2005-04-25 Love Hörnquist Åstrand * ipropd_slave.c: add the documented option --port diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 08cedec39..bb008dfac 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,5 +1,8 @@ 2005-04-30 Love Hörnquist Åstrand + * getifaddrs.c: add break on default: statements, from Douglas + E. Engert + * snprintf.c (vsnprintf): don't write the NUL into the string if the length was 0