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