History log of /src/usr.bin/telnet/terminal.c |
Revision | | Date | Author | Comments |
1.16 |
| 14-Dec-2018 |
maya | G/C In3270 - always false
|
1.15 |
| 19-Feb-2005 |
christos | branches: 1.15.90; 1.15.92; Make this compile if pam is present. XXX: this sucks, because we don't really use PAM here, but libtelnet needs it.
|
1.14 |
| 20-Mar-2004 |
heas | - deal with a dead tty in ttyflush() by cleaning-up and exiting instead of returning a failure code and processing that all the way up the stack. - deal with a dead peer similarly and do it without setjmp/longjmp() (at christos' request).
These fix bin/20304 and my own observations when the remote abruptly closes the connection.
|
1.13 |
| 07-Aug-2003 |
agc | 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 | more unifdef
|
1.11 |
| 14-Jul-2003 |
itojun | remove unneeded #ifdef. (confirmed that same *.o is generated)
|
1.10 |
| 18-Jun-2003 |
christos | Ansify.
|
1.9 |
| 15-Mar-2003 |
christos | PR/18984: John Heasley: telnet spins on dead tty
|
1.8 |
| 14-Jun-2002 |
wiz | De-register, de-__P. Remove #ifndef __STDC__ parts. defines.h: Be more careful with braces in macro definitions.
|
1.7 |
| 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.6 |
| 27-Feb-1998 |
christos | branches: 1.6.10; WARNSify and fix problems passing int * -> long *
|
1.5 |
| 28-Feb-1996 |
thorpej | RCS id cosmetics.
|
1.4 |
| 24-Feb-1996 |
jtk | update to 95.10.23 version of telnet also, RCS ID police
|
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.6.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.15.92.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.15.90.1 |
| 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|