From 07da82d37235d5c3369ec41981a1c486bde979dd Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 16 Dec 1999 10:32:26 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7602 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 9 +++++++++ appl/rsh/ChangeLog | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 46837d4fb..08d6a827c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1999-12-16 Assar Westerlund + + * appl/test/tcp_server.c: print messages to stderr + * appl/test/nt_gss_server.c: print messages to stderr + * appl/test/gssapi_server.c: print messages to stderr + + * appl/test/tcp_client.c (proto): remove shadowing `context' + * appl/test/common.c (client_doit): add forgotten ntohs + 1999-12-13 Assar Westerlund * configure.in (VERISON): bump to 0.2g-pre diff --git a/appl/rsh/ChangeLog b/appl/rsh/ChangeLog index 51d029cd9..c07d8d0be 100644 --- a/appl/rsh/ChangeLog +++ b/appl/rsh/ChangeLog @@ -1,3 +1,8 @@ +1999-12-16 Assar Westerlund + + * rsh.c (doit): addrinfo returned from getaddrinfo() is not usable + directly as hints. copy it and set AI_PASSIVE. + 1999-11-20 Assar Westerlund * rsh.c (main): remember to close the priviledged sockets before