From 89bb20cf7c6a55f7ef93ba6df1867a8454d82b0a Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 5 Aug 1999 12:26:13 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6759 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 23 +++++++++++++++++++++++ TODO | 4 ++++ appl/login/ChangeLog | 5 +++++ appl/popper/ChangeLog | 6 ++++++ appl/push/ChangeLog | 4 ++++ appl/rsh/ChangeLog | 6 ++++++ lib/editline/ChangeLog | 4 ++++ lib/roken/ChangeLog | 4 ++++ 8 files changed, 56 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1f01c3bc2..e8eed81fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +1999-08-05 Assar Westerlund + + * lib/krb5/principal.c (krb5_sname_to_principal): remember to call + freehostent + + * appl/test/tcp_client.c: call freehostent + + * appl/kf/kf.c (doit): call freehostent + + * appl/kf/kf.c: make v6 friendly and simplify + + * appl/kf/kfd.c: make v6 friendly and simplify + + * appl/test/tcp_server.c: simplify by using krb5_err instead of + errx + + * appl/test/tcp_client.c: simplify by using krb5_err instead of + errx + + * appl/test/tcp_server.c: make v6 friendly and simplify + + * appl/test/tcp_client.c: make v6 friendly and simplify + 1999-08-04 Assar Westerlund * Release 0.1m diff --git a/TODO b/TODO index aa748cf74..aaaf4623f 100644 --- a/TODO +++ b/TODO @@ -16,6 +16,10 @@ Implement RFC1731 and 1734, pop over GSS-API should test more stuff +** appl/rsh + +add rcp program + ** appl/ftp * doc diff --git a/appl/login/ChangeLog b/appl/login/ChangeLog index cedb64eab..a9630766a 100644 --- a/appl/login/ChangeLog +++ b/appl/login/ChangeLog @@ -1,3 +1,8 @@ +1999-08-05 Assar Westerlund + + * login.c (main): move down login incorrect to disallow account + guessing + 1999-08-04 Assar Westerlund * utmpx_login.c (utmpx_login): fix for Solaris. From Miroslav diff --git a/appl/popper/ChangeLog b/appl/popper/ChangeLog index 83f0a3791..a27764d04 100644 --- a/appl/popper/ChangeLog +++ b/appl/popper/ChangeLog @@ -1,3 +1,9 @@ +1999-08-05 Assar Westerlund + + * pop_init.c: v6-ify + + * pop_debug.c: v6-ify + 1999-05-10 Assar Westerlund * pop_debug.c (doit_v5): call krb5_sendauth with ccache == NULL diff --git a/appl/push/ChangeLog b/appl/push/ChangeLog index 3c101f59b..f877b8876 100644 --- a/appl/push/ChangeLog +++ b/appl/push/ChangeLog @@ -1,3 +1,7 @@ +1999-08-05 Assar Westerlund + + * push.c (do_connect): v6-ify + 1999-06-15 Assar Westerlund * push.c: get_default_username and the resulting const propagation diff --git a/appl/rsh/ChangeLog b/appl/rsh/ChangeLog index 2a28edbc9..ab4a37d5a 100644 --- a/appl/rsh/ChangeLog +++ b/appl/rsh/ChangeLog @@ -1,3 +1,9 @@ +1999-08-05 Assar Westerlund + + * rsh.c: call freehostent + + * rsh.c: remove some dead code + 1999-08-04 Assar Westerlund * rshd.c: re-write the handling of forwarded credentials and diff --git a/lib/editline/ChangeLog b/lib/editline/ChangeLog index c1b6c9017..6813d109d 100644 --- a/lib/editline/ChangeLog +++ b/lib/editline/ChangeLog @@ -1,3 +1,7 @@ +1999-08-04 Assar Westerlund + + * Makefile.am: don't run testit in `make check' + 1999-04-11 Assar Westerlund * Makefile.am: don't run testit as a check diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index cab7c0c92..940e10f38 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,7 @@ +1999-08-05 Assar Westerlund + + * inet_ntop.c (inet_ntop_v4): remember to call ntohl + 1999-08-04 Assar Westerlund * roken-common.h: add shutdown constants