History log of /src/lib/libtelnet/misc.c |
Revision | | Date | Author | Comments |
1.13 |
| 21-Mar-2012 |
matt | Use C89 functions definitions. Remove use of __P
|
1.12 |
| 07-Aug-2003 |
agc | branches: 1.12.54; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
1.11 |
| 14-Jul-2003 |
itojun | be friendly to unifdef(1)
|
1.10 |
| 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.9 |
| 01-Feb-2000 |
assar | branches: 1.9.4; (printd): const-poision
|
1.8 |
| 28-Jul-1998 |
msaitoh | add missing "const".
|
1.7 |
| 27-Feb-1998 |
christos | WARNSify and RCSID cleanups
|
1.6 |
| 09-Oct-1997 |
lukem | WARNSify
|
1.5 |
| 24-Feb-1996 |
jtk | update libtelnet with changes through 95.10.23 version
|
1.4 |
| 05-Jun-1995 |
pk | Prototypes (PR#1104).
|
1.3 |
| 25-Feb-1994 |
cgd | new libtelnet 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.9.4.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.12.54.1 |
| 17-Apr-2012 |
yamt | sync with head
|