From eda1262b87d5de3b2be9c97028d9aafd4aff003f Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 4 Aug 1999 06:38:48 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6702 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 2 ++ appl/rsh/ChangeLog | 8 ++++++++ lib/roken/ChangeLog | 2 ++ 3 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 12edc682a..c6b14ea71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-08-04 Assar Westerlund + * lib/krb5/config_file.c (parse_list): don't run past end of line + * appl/test/gss_common.h: new prototypes * appl/test/gssapi_client.c: use gss_err instead of abort diff --git a/appl/rsh/ChangeLog b/appl/rsh/ChangeLog index 2fd4a5868..9d39ad4d9 100644 --- a/appl/rsh/ChangeLog +++ b/appl/rsh/ChangeLog @@ -1,3 +1,11 @@ +1999-08-04 Assar Westerlund + + * rsh.c (loop): shutdown one side of the TCP connection on EOF. + From Brian A May + + * common.c (do_read): handle EOF. From Brian A May + + 1999-08-01 Assar Westerlund * rsh.c: const fixes diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 3662b82c8..cab7c0c92 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,5 +1,7 @@ 1999-08-04 Assar Westerlund + * roken-common.h: add shutdown constants + * mini_inetd.c (listen_v4, listen_v6): handle the case of the protocol not being supported