History log of /netbsd/usr.bin/telnet/ring.h (Results 1 – 11 of 11)
Revision Date Author Comments
# 4a9839bb 13-Dec-2018 maya <maya@NetBSD.org>

Remove unused code.


# 89aaa1bb 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.


# 797d779c 14-Jun-2002 wiz <wiz@NetBSD.org>

De-register, de-__P. Remove #ifndef __STDC__ parts.
defines.h: Be more careful with braces in macro definitions.


# 5c099b14 22-Jun-2000 thorpej <thorpej@NetBSD.org>

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 suppor

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.

show more ...


# 346d9496 04-Mar-1998 christos <christos@NetBSD.org>

Adjust for tn3270 cleanup.


# 434ea11b 27-Feb-1998 christos <christos@NetBSD.org>

WARNSify and fix problems passing int * -> long *


# 077a490a 28-Feb-1996 thorpej <thorpej@NetBSD.org>

RCS id cosmetics.


# 583a8146 24-Feb-1996 jtk <jtk@NetBSD.org>

update to 95.10.23 version of telnet
also, RCS ID police


# 0582c913 25-Feb-1994 cgd <cgd@NetBSD.org>

new telnet from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources