From 22c95cf6238131dc77613b41b697b36fa7967f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 3 May 2005 10:55:56 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15063 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 9 +++++++++ lib/roken/ChangeLog | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6a7fa2925..1e9a2a458 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ +2005-05-02 Dave Love + + * configure.in: sys/tty.h (for sys/ptyvar.h) might need termios.h. + 2005-05-02 Love Hörnquist Åstrand + * tools/krb5-config.in: add com_err to required libs + + * lib/krb5/pkinit.c (krb5_ui_method_read_string): use the fill in + length + * lib/krb5/init_creds_pw.c: Now that we fixed the signed-ness of nonce for windows, remove the code that removed the signed bit. Instead add comment that they still need to be the same diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index bb008dfac..b99a01acf 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,8 @@ +2005-05-03 Dave Love + + * test-mem.c: Add member fd to map. + (rk_test_mem_alloc, rk_test_mem_free): Use it. + 2005-04-30 Love Hörnquist Åstrand * getifaddrs.c: add break on default: statements, from Douglas