Age | Commit message (Expand) | Author |
2024-08-26 | replace hand-rolled number parser with strtonum | Omar Polo |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2023-02-08 | telnet: fix prototypes for two signal handlers to make clang 15 happy | Theo Buehler |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2020-01-16 | Usually, -width Fl (which is 10n) is too wide and hence ugly. | Ingo Schwarze |
2019-07-11 | I visited telnet to find and fix some monster bug, and within 20 minutes | Theo de Raadt |
2019-07-11 | on 12-Mar-98 when art replaced two sprintf calls with snprintf to avoid | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-09-30 | telnet argv parsing overflow; from YangX92 | Theo de Raadt |
2018-03-16 | improve markup quality in the cases found by the new "--" style message | Ingo Schwarze |
2017-08-22 | Use a boolean variable to remember the quotation level instead of | Alexander Bluhm |
2017-07-19 | A few cleanups. This only needs to operate on systems with SIGWINCH, | Theo de Raadt |
2017-07-07 | Remove unnecessary #ifdefs in telnet. No binary change. | Frederic Cambus |
2016-05-03 | telnet should not verify if hostname is a fully qualified domain | Adam Wolk |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-01-26 | typos | mmcc |
2015-12-23 | Add rpath to telnet's more restrictive pledge; otherwise if the server requests | Stuart Henderson |
2015-12-09 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-12-06 | Use __progname instead of manually handling argv[0]. | Tobias Stoeckmann |
2015-11-29 | telnet: check if fd is a tty before calling tcsetattr(fd, TCSADRAIN) | Sebastien Marie |
2015-11-24 | Don't support repeated connections - avoids pledge problems | Bob Beck |
2015-11-20 | Replace hardcoded "2" with SHUT_RDWR; from Ricardo Mestre | Jeremie Courreges-Anglas |
2015-11-19 | how did the pledge "dns" get forgotten?!?! wow.. | Theo de Raadt |
2015-11-13 | Ev SHELL no longer relevant; | Jason McIntyre |
2015-11-13 | remove -d from SYNOPSIS; | Jason McIntyre |
2015-11-13 | move pledge(2) after setrtable(2), like in nc(1); | Ingo Schwarze |
2015-11-13 | pledge "stdio rpath wpath getpw inet tty" at startup. After opening | Theo de Raadt |
2015-11-13 | Use setrtable() for the entire process, rather than doing it for the | Theo de Raadt |
2015-11-13 | Remove support for the debug command; noone needs setsockopt SO_DEBUG | Theo de Raadt |
2015-11-13 | Delete tracefile command. Tracefiles can now only be specified at | Theo de Raadt |
2015-11-13 | remove support for !shell | Theo de Raadt |
2015-11-13 | remove skey support | Theo de Raadt |
2015-10-26 | Set low-delay traffic class for IPv6 connections as well | Jeremie Courreges-Anglas |
2015-10-25 | Kill unused local var, and reorder while here. | Jeremie Courreges-Anglas |
2015-10-25 | We don't care about lack of source route support for IPv6. | Jeremie Courreges-Anglas |
2015-10-25 | Kill IP Source Route support, unusable since 1998. | Jeremie Courreges-Anglas |
2015-03-29 | Revert r1.29 "Don't clear ICRNL when editing mode is off, so that character | Stuart Henderson |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-02-12 | Don't clear ICRNL when editing mode is off, so that character local echo | Philip Guenther |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-09-09 | Eliminate a pile of casts that were superfluous or wrong, or that were | Philip Guenther |
2014-08-10 | Add Xr to skey and stty | Philip Guenther |
2014-07-22 | use ansi style function declarations | Jonathan Gray |
2014-07-20 | Eliminate silly call() routine that fakes up internal calls as if | Philip Guenther |
2014-07-20 | Fix array overflow in command line handling | Philip Guenther |
2014-07-20 | Mark a slurry of functions as static | Philip Guenther |
2014-07-20 | use NULL instead of 0 when dealing with pointers | Jonathan Gray |