diff --git a/lib/editline/ChangeLog b/lib/editline/ChangeLog index bb7c508d2..c891b1089 100644 --- a/lib/editline/ChangeLog +++ b/lib/editline/ChangeLog @@ -1,3 +1,12 @@ +2005-04-24 Love Hörnquist Åstrand + + * *.[ch]: unexpose undefined part of the API, included strlcat + +2005-04-18 Love Hörnquist Åstrand + + * editline.c (TTYget): use unsigned char to make sure a positive + number is returned when successful + 2005-04-02 Love Hörnquist Åstrand * Makefile.am: "must set with '=' before using '+='" diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index 002e05a0c..b2643f987 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,3 +1,7 @@ +2005-04-24 Love Hörnquist Åstrand + + * password_quality.c: don't use sizeof(pointer) + 2005-04-15 Love Hörnquist Åstrand * check-cracklib.pl: external password verifier sample