History log of /netbsd/lib/libtelnet/misc.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 8c1dba6c 21-Mar-2012 matt <matt@NetBSD.org>

Use C89 functions definitions.
Remove use of __P


# eb7c1594 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 22280, verified by myself.


# 7b8c272d 14-Jul-2003 itojun <itojun@NetBSD.org>

be friendly to unifdef(1)


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


# 008e11ad 01-Feb-2000 assar <assar@NetBSD.org>

(printd): const-poision


# 370d3813 28-Jul-1998 msaitoh <msaitoh@NetBSD.org>

add missing "const".


# 0667d122 27-Feb-1998 christos <christos@NetBSD.org>

WARNSify and RCSID cleanups


# 0a48c27c 09-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify


# 0dcff754 24-Feb-1996 jtk <jtk@NetBSD.org>

update libtelnet with changes through 95.10.23 version


# f0f12c9e 05-Jun-1995 pk <pk@NetBSD.org>

Prototypes (PR#1104).


# 50c0885e 25-Feb-1994 cgd <cgd@NetBSD.org>

new libtelnet 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