#
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 ...
|
#
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 ...
|
#
46809 |
| 01-Mar-1991 |
dab |
Telnet AUTHENTICATION option Telnet ENCRYPT option (test version) Function prototypes Bug fixes and code cleanup |
#
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 |
#
38905 |
| 01-Sep-1989 |
borman |
New telnetd, with LINEMODE support |