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