From c48cc3386e820289229933db49cb5db203e1132e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 19 Apr 2005 13:36:48 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14849 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index ae6191c18..c4cf027f3 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,4 +1,10 @@ -2005-04-07 Love Hörnquist Åstrand +2005-04-19 Love Hörnquist Åstrand + + * telnetd/sys_term.c: rewrite getpty to make use openpty when its + found, save the slave fd so that cleanopen can use it if its + available + +2005-04-07 Love Hörnquist Åstrand * telnetd/sys_term.c: clean_ttyname might be unused, mark it so with __attribute__ @@ -9,7 +15,7 @@ * telnet/commands.c: use NULL as last argument to execl, not 0 -2005-03-29 Love Hörnquist Åstrand +2005-03-29 Love Hörnquist Åstrand * telnet/telnet.c: From FreeBSD: