From 48870fb07a0a0bb84338d5fec57b349a27ebaa5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 30 Apr 2005 15:47:35 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15039 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 2 +- lib/kadm5/ChangeLog | 5 +++++ lib/roken/ChangeLog | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) 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