From b772e7f16b19e8a15b071e03b2647ae6b72b6304 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 26 Jul 1999 00:45:37 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6550 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index 5681679d9..7ec6a1c8d 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,3 +1,13 @@ +1999-07-26 Assar Westerlund + + * telnetd/ext.h: update prototypes + + * telnetd/telnetd.c: make it handle v4 and v6 sockets. (it + doesn't handle being given a v6 socket that's really talking to an + v4 adress (mapped) because the rest of the code in telnetd is not + able to handle it anyway). please run two telnetd from your + inetd, one for v4 and one for v6. + 1999-07-07 Assar Westerlund * telnet/commands.c (tn): extra bogus const-cast