#
69786 |
| 30-May-1995 |
dab |
code cleanup, change b*() to mem*() Add setting up of LINEMODE environment variable. |
#
68391 |
| 20-Feb-1995 |
dab |
When Linemode was getting turned off, we were changing the "lmodetype" to KLUDGE_LINEMODE, even though we know that the client supports REAL_LINEMODE. We now just leave "lmodetype" alone when we get
When Linemode was getting turned off, we were changing the "lmodetype" to KLUDGE_LINEMODE, even though we know that the client supports REAL_LINEMODE. We now just leave "lmodetype" alone when we get WONT LINEMODE.
show more ...
|
#
68347 |
| 16-Feb-1995 |
dab |
Clean up how suboptions are put together to ensure that we always double any SE or IAC that is imbedded in the suboption. |
#
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 ...
|
#
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. |
#
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 ...
|
#
47611 |
| 22-Mar-1991 |
dab |
Upgrade to the latest & greatest authentication/encryption |
#
46809 |
| 01-Mar-1991 |
dab |
Telnet AUTHENTICATION option Telnet ENCRYPT option (test version) Function prototypes Bug fixes and code cleanup |
#
45234 |
| 14-Sep-1990 |
borman |
Latest round of bug fixes. See the README file in src/usr.bin/telnet/README for the details. |
#
44364 |
| 28-Jun-1990 |
borman |
Lots of bugfixes, add the ENVIRON and X-DISPLAY-LOC options, "-l user" to the command line, diagnostic flags. |
#
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 ...
|
#
39531 |
| 14-Nov-1989 |
borman |
Bug fixes to the state machine |
#
39503 |
| 10-Nov-1989 |
borman |
Fix bugs in state machine, add more TERMIOS support |
#
38997 |
| 05-Sep-1989 |
borman |
When we get TTYPE, throw out if TTYPE not set, not TSPEED not set. |
#
38905 |
| 01-Sep-1989 |
borman |
New telnetd, with LINEMODE support |