summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet
AgeCommit message (Expand)AuthorFilesLines
2020-01-16Usually, -width Fl (which is 10n) is too wide and hence ugly.schwarze1-6/+6
2019-07-11I visited telnet to find and fix some monster bug, and within 20 minutesderaadt1-2/+1
2019-07-11on 12-Mar-98 when art replaced two sprintf calls with snprintf to avoidderaadt1-3/+3
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt2-13/+13
2018-09-30telnet argv parsing overflow; from YangX92deraadt1-6/+18
2018-03-16improve markup quality in the cases found by the new "--" style messageschwarze1-4/+3
2017-08-22Use a boolean variable to remember the quotation level instead ofbluhm1-19/+17
2017-07-19A few cleanups. This only needs to operate on systems with SIGWINCH,deraadt2-102/+4
2017-07-07Remove unnecessary #ifdefs in telnet. No binary change.fcambus3-134/+12
2016-05-03telnet should not verify if hostname is a fully qualified domainawolk1-9/+1
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2-4/+4
2016-01-26typosmmcc1-2/+2
2015-12-23Add rpath to telnet's more restrictive pledge; otherwise if the server requestssthen1-2/+2
2015-12-09Remove NULL-checks before free(). ok tb@mmcc1-9/+5
2015-12-06Use __progname instead of manually handling argv[0].tobias1-5/+3
2015-11-29telnet: check if fd is a tty before calling tcsetattr(fd, TCSADRAIN)semarie1-3/+4
2015-11-24Don't support repeated connections - avoids pledge problemsbeck3-3/+10
2015-11-20Replace hardcoded "2" with SHUT_RDWR; from Ricardo Mestrejca1-2/+2
2015-11-19how did the pledge "dns" get forgotten?!?! wow..deraadt1-2/+2
2015-11-13Ev SHELL no longer relevant;jmc1-2/+1
2015-11-13remove -d from SYNOPSIS;jmc1-2/+2
2015-11-13move pledge(2) after setrtable(2), like in nc(1);schwarze1-6/+6
2015-11-13pledge "stdio rpath wpath getpw inet tty" at startup. After openingderaadt2-2/+13
2015-11-13Use setrtable() for the entire process, rather than doing it for thederaadt2-6/+8
2015-11-13Remove support for the debug command; noone needs setsockopt SO_DEBUGderaadt4-42/+6
2015-11-13Delete tracefile command. Tracefiles can now only be specified atderaadt2-17/+12
2015-11-13remove support for !shellderaadt2-65/+2
2015-11-13remove skey supportderaadt3-51/+6
2015-10-26Set low-delay traffic class for IPv6 connections as welljca1-11/+14
2015-10-25Kill unused local var, and reorder while here.jca1-7/+2
2015-10-25We don't care about lack of source route support for IPv6.jca1-4/+2
2015-10-25Kill IP Source Route support, unusable since 1998.jca1-189/+20
2015-03-29Revert r1.29 "Don't clear ICRNL when editing mode is off, so that charactersthen1-1/+2
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can usejmc1-4/+4
2015-02-12Don't clear ICRNL when editing mode is off, so that character local echoguenther1-2/+1
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+4
2014-11-15Reduce instances of `` '' in manuals.bentley1-37/+77
2014-09-09Eliminate a pile of casts that were superfluous or wrong, or that wereguenther5-90/+80
2014-08-10Add Xr to skey and sttyguenther1-3/+5
2014-07-22use ansi style function declarationsjsg9-474/+316
2014-07-20Eliminate silly call() routine that fakes up internal calls as ifguenther5-102/+86
2014-07-20Fix array overflow in command line handlingguenther1-2/+2
2014-07-20Mark a slurry of functions as staticguenther5-96/+75
2014-07-20use NULL instead of 0 when dealing with pointersjsg4-24/+24
2014-07-20Kill lint comments; mark ExitString() as __deadguenther6-40/+14
2014-07-20Switch from memmove() to memcpy() where appropriate; simplify addressguenther3-23/+18
2014-07-20VSUSP and SIGTSTP are required by POSIXguenther4-31/+6
2014-07-20Delete an insane chunk of code for handling broken poll() emulation.guenther2-18/+5
2014-07-20Add prototypes to some function callbacks and fix the type errors thatguenther5-32/+34
2014-07-20More encryption tentacles: intr_happened and intr_waiting vanishguenther11-33/+39