#
69786 |
| 30-May-1995 |
dab |
code cleanup, change b*() to mem*() Add setting up of LINEMODE environment variable. |
#
68585 |
| 23-Mar-1995 |
dab |
Remove an unneeded "\r\n" from fatalperror() The fix is from Craig Leres <leres@ee.lbl.gov> |
#
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 |
#
46685 |
| 26-Feb-1991 |
bostic |
ANSI fixes (one real bug!) |
#
46123 |
| 21-Jan-1991 |
bostic |
delete get_date, just use strftime |
#
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 |
#
42411 |
| 28-May-1990 |
bostic |
sys_errlist -> strerror(3) |
#
38905 |
| 01-Sep-1989 |
borman |
New telnetd, with LINEMODE support |