History log of /csrg-svn/libexec/telnetd/defs.h (Results 1 – 13 of 13)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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 ...

# 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

# 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.

# 44336 27-Jun-1990 karels

add IP type-of-service without gettos (at least for now)

# 42673 01-Jun-1990 bostic

new copyright notice

# 42029 15-May-1990 bostic

string.h is ANSI C include file

# 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 ...

# 39503 10-Nov-1989 borman

Fix bugs in state machine, add more TERMIOS support

# 39257 04-Oct-1989 marc

need ioctl.h for the pty ioctls

# 38905 01-Sep-1989 borman

New telnetd, with LINEMODE support