summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/telnet.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-11on 12-Mar-98 when art replaced two sprintf calls with snprintf to avoidderaadt1-3/+3
2016-01-26typosmmcc1-2/+2
2015-12-23Add rpath to telnet's more restrictive pledge; otherwise if the server requestssthen1-2/+2
2015-11-24Don't support repeated connections - avoids pledge problemsbeck1-1/+3
2015-11-13pledge "stdio rpath wpath getpw inet tty" at startup. After openingderaadt1-1/+7
2015-11-13Remove support for the debug command; noone needs setsockopt SO_DEBUGderaadt1-2/+1
2014-09-09Eliminate a pile of casts that were superfluous or wrong, or that wereguenther1-22/+22
2014-07-22use ansi style function declarationsjsg1-139/+103
2014-07-20Mark a slurry of functions as staticguenther1-19/+36
2014-07-20use NULL instead of 0 when dealing with pointersjsg1-11/+11
2014-07-20Kill lint comments; mark ExitString() as __deadguenther1-4/+2
2014-07-20Add prototypes to some function callbacks and fix the type errors thatguenther1-4/+2
2014-07-20More encryption tentacles: intr_happened and intr_waiting vanishguenther1-1/+4
2014-07-20Correctly cast to unsigned char for ctype functions/macrosguenther1-3/+5
2014-07-20remove a variable called wantencryption.deraadt1-2/+1
2014-07-19Flense the telnet code base of unwanted ifdefs: authentication/encryptionguenther1-462/+3
2009-04-28replacing malloc/realloc dance, by only one reallocchl1-10/+6
2005-02-27- only send exported vars (based on a diff from Solar Designer)otto1-47/+74
2003-11-08typos from Jonathon Gray;jmc1-2/+2
2003-10-04negotation -> negotiation;jmc1-2/+2
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2002-03-22Telnet encryption warning messages, taken from kth-krb4-1.1.1.hin1-1/+73
2002-02-17telnet used a P macro instead of __P -- g/c that too.millert1-2/+2
2001-11-19kill more registersmpech1-36/+36
2001-11-03Telnet client shouldn't say it does Kerberos unless there actually existshin1-2/+2
2000-11-10seperate -> separate, okay aaron@provos1-2/+2
2000-10-24When calling setupterm() pass in an int* for the error code somillert1-2/+3
2000-10-10Use curses, not ocurses and thus setupterm() not tgetent(). This meansmillert1-28/+9
1999-12-30avoid memory leak on realloc() failure.itojun1-6/+15
1999-07-23Fix the case where telnet(1) would escape if in binary (-8) mode, even if theaaron1-2/+2
1998-07-27don't include term.hmillert1-2/+1
1998-05-15cleanup warnings.art1-2/+5
1998-03-12encryption support from kth-krb 0.9.8 (kerberos only)art1-124/+125
1997-06-05do not interpret _POSIX_VDISABLE as a special character; netbsdderaadt1-3/+3
1996-03-27From NetBSD: merge of 960317niklas1-11/+18
1995-10-18initial import of NetBSD treederaadt1-0/+2561