| Age | Commit message (Expand) | Author |
| 2025-12-22 | telnet: Remove usage of ALIGN | Mark Johnston |
| 2025-04-16 | telnet: Prevent buffer overflow in the user prompt for SRA | John Baldwin |
| 2023-12-21 | Fix snprintf truncation in telnet | Dimitry Andric |
| 2023-11-27 | telnet: remove locally added __FBSDID | Brooks Davis |
| 2023-04-18 | telnet: Use C89 function definitions for two stragglers. | John Baldwin |
| 2023-04-11 | telnet.1: Fix a typo in the manual page | Gordon Bergling |
| 2022-10-05 | Remove telnetd sources | Brooks Davis |
| 2022-10-02 | Put OPIE to rest. | Dag-Erling Smørgrav |
| 2022-09-29 | manpages: Remove telnetd references | Brooks Davis |
| 2022-09-27 | Fix CVE-2020-10188 | Cy Schubert |
| 2022-09-26 | telnetd: fix two-byte input crash | Brooks Davis |
| 2022-09-21 | Deprecate telnet daemon | Brooks Davis |
| 2022-07-15 | telnet: Fix telnet segfault when invalid set or help help commands | Cy Schubert |
| 2021-06-21 | telnet(1): add quiet mode ("telnet -Q") | Edward Tomasz Napierala |
| 2020-12-29 | Set stdout & stderr unbuffered, so that the "telnet>" prompt | Poul-Henning Kamp |
| 2020-08-07 | telnet(1): Document -P option | Gordon Bergling |
| 2020-03-28 | telnet: kill off remaining duplicate definition | Kyle Evans |
| 2020-03-28 | Re-apply r359399: telnet -fno-common fix | Kyle Evans |
| 2020-03-28 | Revert 359399: telnet -fno-common bits | Kyle Evans |
| 2020-03-28 | telnet: remove some duplicate definitions, mark terminaltype extern | Kyle Evans |
| 2019-12-13 | libtelnet: Replace bogus use of srandomdev + random to generate "public key p... | Conrad Meyer |
| 2019-08-15 | telnet: remove 3rd clause from Berkeley copyrights | Ed Maste |
| 2019-08-01 | telnet: use asprintf for r349890 change | Ed Maste |
| 2019-07-10 | telnet: fix minor style violation | Philip Paeps |
| 2019-07-10 | telnet: fix a couple of snprintf() buffer overflows | Philip Paeps |
| 2018-09-19 | Make telnet(1) buildable. | Jung-uk Kim |
| 2018-09-19 | Revert r338774. Unrelated changes were committed with Apache Serf. | Jung-uk Kim |
| 2018-09-19 | Update Apache Serf to 1.3.9 to make it buildable with OpenSSL 1.1.1. | Jung-uk Kim |
| 2018-03-16 | telnetd(8): Fix dereference of uninitialized value 'IF' | Conrad Meyer |
| 2017-06-01 | Fix memory leak in edithost | Stephen J. Kiernan |
| 2016-12-06 | When telnetd(8) composes argument list for login(1), an unexpected sequence | Gleb Smirnoff |
| 2016-08-30 | Fix warnings in telnet about invalid constant conversions, e.g.: | Dimitry Andric |
| 2016-08-30 | Squelch clang 3.9.0 warnings about BASE (which is 32768) being converted | Dimitry Andric |
| 2014-11-11 | Add baud rate support to telnet(1) | Enji Cooper |
| 2014-03-02 | Improve upon previous commit: | Marcel Moolenaar |
| 2014-03-02 | Revive support for /etc/issue, lost due revision 81963. | Marcel Moolenaar |
| 2013-11-07 | Propagate ancient fix from Junos. | Simon J. Gerraty |
| 2013-05-31 | Fix "automatic" login, broken by revision 69825 (12 years, 5 months ago). | Marcel Moolenaar |
| 2012-09-28 | Make sure that each va_start has one and only one matching va_end, | Kevin Lo |
| 2012-06-17 | Remove superfluous paragraph macro. | Joel Dahl |
| 2012-04-06 | - Do not use deprecated krb5 error message reporting functions in libtelnet. | Stanislav Sedov |
| 2011-12-23 | Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06] | Colin Percival |
| 2011-12-17 | In contrib/telnet/telnet/utilities.c, fix a few warnings about format | Dimitry Andric |
| 2011-12-16 | In contrib/telnet/telnetd/utility.c, fix a few warnings about format | Dimitry Andric |
| 2011-12-16 | In contrib/telnet/libtelnet/sra.c, use the correct number of bytes to | Dimitry Andric |
| 2010-04-30 | telnet: Fix infinite loop if local output generates SIGPIPE. | Jilles Tjoelker |
| 2010-01-13 | Forgot a part that was missing in the previous commit. | Ed Schouten |
| 2010-01-13 | Let telnetd build without utmp and logwtmp(3). | Ed Schouten |
| 2009-12-27 | Remove unneeded inclusion of <utmp.h> and dead variables. | Ed Schouten |
| 2009-11-28 | Use <termios.h> instead of <sys/termios.h>. | Ed Schouten |