git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14849 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-19 13:36:48 +00:00
parent 0ffd30a6e4
commit c48cc3386e

View File

@@ -1,4 +1,10 @@
2005-04-07 Love H<>rnquist <20>strand <lha@it.su.se>
2005-04-19 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>
2005-03-29 Love H<>rnquist <20>strand <lha@it.su.se>
* telnet/telnet.c: From FreeBSD: