summaryrefslogtreecommitdiff
path: root/usr.bin/telnet/telnet.c
AgeCommit message (Expand)Author
2016-01-26typosmmcc
2015-12-23Add rpath to telnet's more restrictive pledge; otherwise if the server requestsStuart Henderson
2015-11-24Don't support repeated connections - avoids pledge problemsBob Beck
2015-11-13pledge "stdio rpath wpath getpw inet tty" at startup. After openingTheo de Raadt
2015-11-13Remove support for the debug command; noone needs setsockopt SO_DEBUGTheo de Raadt
2014-09-09Eliminate a pile of casts that were superfluous or wrong, or that werePhilip Guenther
2014-07-22use ansi style function declarationsJonathan Gray
2014-07-20Mark a slurry of functions as staticPhilip Guenther
2014-07-20use NULL instead of 0 when dealing with pointersJonathan Gray
2014-07-20Kill lint comments; mark ExitString() as __deadPhilip Guenther
2014-07-20Add prototypes to some function callbacks and fix the type errors thatPhilip Guenther
2014-07-20More encryption tentacles: intr_happened and intr_waiting vanishPhilip Guenther
2014-07-20Correctly cast to unsigned char for ctype functions/macrosPhilip Guenther
2014-07-20remove a variable called wantencryption.Theo de Raadt
2014-07-19Flense the telnet code base of unwanted ifdefs: authentication/encryptionPhilip Guenther
2009-04-28replacing malloc/realloc dance, by only one reallocCharles Longeau
2005-02-27- only send exported vars (based on a diff from Solar Designer)Otto Moerbeek
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-04negotation -> negotiation;Jason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-03-22Telnet encryption warning messages, taken from kth-krb4-1.1.1.Hans Insulander
2002-02-17telnet used a P macro instead of __P -- g/c that too.Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-11-03Telnet client shouldn't say it does Kerberos unless there actually existsHans Insulander
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-10-24When calling setupterm() pass in an int* for the error code soTodd C. Miller
2000-10-10Use curses, not ocurses and thus setupterm() not tgetent(). This meansTodd C. Miller
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
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
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