Home | History | Annotate | Download | only in telnet
History log of /src/usr.bin/telnet/ring.c
RevisionDateAuthorComments
 1.17  13-May-2024  msaitoh s/of of/of/ in comment.
 1.16  07-Aug-2023  mrg remove always-true part of condition.

found by GCC 12.
 1.15  14-Dec-2018  christos minor cleanup:
- more const
- prevent overflow of the argument vector
- change a lot of unsigned to signed to eliminate casts
 1.14  13-Dec-2018  maya Remove unused code.
 1.13  07-Aug-2003  agc branches: 1.13.96; 1.13.98;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.
 1.12  14-Jul-2003  itojun remove unneeded #ifdef. (confirmed that same *.o is generated)
 1.11  18-Jun-2003  christos Ansify.
 1.10  14-Jun-2002  wiz De-register, de-__P. Remove #ifndef __STDC__ parts.
defines.h: Be more careful with braces in macro definitions.
 1.9  22-Jun-2000  thorpej Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
 1.8  27-Feb-1998  christos branches: 1.8.10;
WARNSify and fix problems passing int * -> long *
 1.7  28-Feb-1996  thorpej RCS id cosmetics.
 1.6  24-Feb-1996  jtk restore last of the lost local changes.
 1.5  24-Feb-1996  jtk update to 95.10.23 version of telnet
also, RCS ID police
 1.4  24-Dec-1994  cgd headers, and use INADDR_NONE appropriately.
 1.3  25-Feb-1994  cgd new telnet from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...
 1.2  01-Aug-1993  mycroft Add RCS identifiers.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.8.10.1  22-Jun-2000  thorpej Update from trunk:
Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
 1.13.98.1  10-Jun-2019  christos Sync with HEAD
 1.13.96.1  26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts

RSS XML Feed