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