New telnetd, with LINEMODE support
authorPaul Borman <borman@ucbvax.Berkeley.EDU>
Sat, 2 Sep 1989 06:17:55 +0000 (22:17 -0800)
committerPaul Borman <borman@ucbvax.Berkeley.EDU>
Sat, 2 Sep 1989 06:17:55 +0000 (22:17 -0800)
commitea13930276965c17b866c28b229e4fb9829d6272
treeeb4e42be12d3109e61c4b589359f0db502d138c5
parent762d9eddb6b93557c1217bb560ea5e64a307afe3
New telnetd, with LINEMODE support

SCCS-vsn: libexec/telnetd/Makefile 5.5
SCCS-vsn: libexec/telnetd/pathnames.h 5.3
SCCS-vsn: libexec/telnetd/telnetd.c 5.38
SCCS-vsn: libexec/telnetd/defs.h 5.1
SCCS-vsn: libexec/telnetd/ext.h 5.1
SCCS-vsn: libexec/telnetd/global.c 5.1
SCCS-vsn: libexec/telnetd/slc.c 5.1
SCCS-vsn: libexec/telnetd/state.c 5.1
SCCS-vsn: libexec/telnetd/sys_term.c 5.1
SCCS-vsn: libexec/telnetd/telnetd.h 5.1
SCCS-vsn: libexec/telnetd/termstat.c 5.1
SCCS-vsn: libexec/telnetd/utility.c 5.1
12 files changed:
usr/src/libexec/telnetd/Makefile
usr/src/libexec/telnetd/defs.h [new file with mode: 0644]
usr/src/libexec/telnetd/ext.h [new file with mode: 0644]
usr/src/libexec/telnetd/global.c [new file with mode: 0644]
usr/src/libexec/telnetd/pathnames.h
usr/src/libexec/telnetd/slc.c [new file with mode: 0644]
usr/src/libexec/telnetd/state.c [new file with mode: 0644]
usr/src/libexec/telnetd/sys_term.c [new file with mode: 0644]
usr/src/libexec/telnetd/telnetd.c
usr/src/libexec/telnetd/telnetd.h [new file with mode: 0644]
usr/src/libexec/telnetd/termstat.c [new file with mode: 0644]
usr/src/libexec/telnetd/utility.c [new file with mode: 0644]