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