History log of /csrg-svn/libexec/telnetd/sys_term.c (Results 1 – 25 of 26)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 69786 30-May-1995 dab

code cleanup, change b*() to mem*()
Add setting up of LINEMODE environment variable.

# 68348 16-Feb-1995 dab

Add code for machines that define baud rates directly
rather than encoded (it's simpler).
Put in a couple of Solaris bug fixes.
Put in a sleep(1) before execing login, so that telnetd can
finish init

Add code for machines that define baud rates directly
rather than encoded (it's simpler).
Put in a couple of Solaris bug fixes.
Put in a sleep(1) before execing login, so that telnetd can
finish initializing the tty, which can wipe out the login
banner message if it gets written before telnetd is done.
Also fix a bug where realloc() was not being called correctly.

show more ...

# 65158 15-Dec-1993 dab

A bunch of bugfixes.
Support for Solaris.
new LOGIN_R option for systems that
don't have "login -f".
Support for the new ENVIRON option.

# 61451 04-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 60151 20-May-1993 dab

Several fixes. The big one is that all of the
code that was "#if defined(ENCRYPTION)" is now changed
to "#ifdef ENCRYPTION", so that all the encryption code
can be stripped out using unifdef.
Other

Several fixes. The big one is that all of the
code that was "#if defined(ENCRYPTION)" is now changed
to "#ifdef ENCRYPTION", so that all the encryption code
can be stripped out using unifdef.
Other fixes:
Add support for HP-UX (untested...)
Simplification of the ENV_HACK stuff
Add in UNICOS 8.0 secure system changes
Clean up the option processing
Fix up the usage() statement

show more ...

# 59050 12-Apr-1993 torek

ifdef sun does not imply SunOS: add gross hack to avoid bogus SunOS
bug workaround.

# 58971 05-Apr-1993 dab

Fix gcc2 warnings.
Add ENV_HACK stuff to deal with telnet clients that
have the wrong definitions for ENV_VAR and ENV_VALUE.
Fix up the flow-control processing to work on systems
that don't use Linem

Fix gcc2 warnings.
Add ENV_HACK stuff to deal with telnet clients that
have the wrong definitions for ENV_VAR and ENV_VALUE.
Fix up the flow-control processing to work on systems
that don't use Linemode in the server.

show more ...

# 57597 19-Jan-1993 dab

Fix up the code that deals with the
flowcontrol option to properly deal with the
RESTART_ANY and RESTART_XON suboptions.

# 57592 18-Jan-1993 dab

Go back to using the global "pty" variable
instead of the "ttyfd" variable that was put in for
streams pty support on Suns. (The ttyfd stuff is
now just an ifdef.) This change fixes a problem where

Go back to using the global "pty" variable
instead of the "ttyfd" variable that was put in for
streams pty support on Suns. (The ttyfd stuff is
now just an ifdef.) This change fixes a problem where
telnetd was not coming up in linemode properly.

show more ...

# 57212 18-Dec-1992 dab

Change ENCRYPT to ENCRYPTION
Change AUTHENTICATE to AUTHENTICATION
Add Sun/SVR4 Streams support
Allow for more ptys
Environ suboption USERVAR support
New Telnet Flowcontrol suboption support
Server -

Change ENCRYPT to ENCRYPTION
Change AUTHENTICATE to AUTHENTICATION
Add Sun/SVR4 Streams support
Allow for more ptys
Environ suboption USERVAR support
New Telnet Flowcontrol suboption support
Server -k option to default to no kludge linemode
Server -U option, allow only registered hosts to connect

show more ...

# 47613 22-Mar-1991 dab

Fix for Cray UNICOS sessions

# 46996 05-Mar-1991 dab

Another fix for initial terminal speed setting.
If the client telnet didn't support the terminal speed
option, we were setting the terminal speed to 0. Not good.

# 46833 01-Mar-1991 dab

In the initial terminal setup, cfset[io]speed() was

# 46809 01-Mar-1991 dab

Telnet AUTHENTICATION option
Telnet ENCRYPT option (test version)
Function prototypes
Bug fixes and code cleanup

# 46685 26-Feb-1991 bostic

ANSI fixes (one real bug!)

# 45234 14-Sep-1990 borman

Latest round of bug fixes. See the README file
in src/usr.bin/telnet/README for the details.

# 44769 30-Jun-1990 marc

wait for output to drain when changing tty modes

# 44545 28-Jun-1990 marc

pty library

# 44364 28-Jun-1990 borman

Lots of bugfixes, add the ENVIRON and X-DISPLAY-LOC
options, "-l user" to the command line, diagnostic flags.

# 43101 15-Jun-1990 marc

VFLUSHO -> VDISCARD

# 42673 01-Jun-1990 bostic

new copyright notice

# 40242 28-Feb-1990 borman

Many fixes. 1) Use the cc_t typedef from termios.h
2) Fix for SYSV VEOF/VMIN overlap
3) Add two missing "break" statements
4) Add SLC_FORW[12] support
5) start of TOS support
6) Make sure things get

Many fixes. 1) Use the cc_t typedef from termios.h
2) Fix for SYSV VEOF/VMIN overlap
3) Add two missing "break" statements
4) Add SLC_FORW[12] support
5) start of TOS support
6) Make sure things get initialized properly
7) Don't send Urgent mode data, since some clients go into infinate loops...

show more ...

# 39974 01-Feb-1990 sklower

Hope that TIOCSETA is close enough to TCSETA to work in telnetd . . .

# 39503 10-Nov-1989 borman

Fix bugs in state machine, add more TERMIOS support

# 38999 05-Sep-1989 borman

change "#ifdef BSD > 43" to "#if BSD > 43"

12