summaryrefslogtreecommitdiff
path: root/usr.bin/telnet/telnet.c
AgeCommit message (Collapse)Author
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-04negotation -> negotiation;Jason McIntyre
from Marc Balmer
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-03-22Telnet encryption warning messages, taken from kth-krb4-1.1.1.Hans Insulander
(krb4-1.1.1 will be imported after release) Noone bothered to look at this, but I've used this for a couple of weeks, and i really want this to go in before release.
2002-02-17telnet used a P macro instead of __P -- g/c that too.Todd C. Miller
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-11-03Telnet client shouldn't say it does Kerberos unless there actually existsHans Insulander
a krb4 or krb5 ticket file. ok art@
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-10-24When calling setupterm() pass in an int* for the error code soTodd C. Miller
it doesn't spew to stderr if the terminal type can't be found. Fix a logic thinko wrt terminaltypeok() -- it should return 0 on failure, not success.
2000-10-10Use curses, not ocurses and thus setupterm() not tgetent(). This meansTodd C. Miller
we no longer need to have a faked up telnet_setupterm(). Remove some unused variables and add missing err.h include in sys_bsd.c
1999-12-30avoid memory leak on realloc() failure.Jun-ichiro itojun Hagino
1999-07-23Fix the case where telnet(1) would escape if in binary (-8) mode, even if theAaron Campbell
-E option (stop all characters from being recognized as an escape character) was specified, if it was passed a 0xFF character; from FreeBSD, millert@ ok
1998-07-27don't include term.hTodd C. Miller
1998-05-15cleanup warnings.Artur Grabowski
1998-03-12encryption support from kth-krb 0.9.8 (kerberos only)Artur Grabowski
plus some tweaks for better binary/8-bit support.
1997-06-05do not interpret _POSIX_VDISABLE as a special character; netbsdTheo de Raadt
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt