aboutsummaryrefslogtreecommitdiff
path: root/contrib/telnet
Commit message (Expand)AuthorAgeFilesLines
* Fix snprintf truncation in telnetDimitry Andric2023-12-211-1/+1
* telnet: remove locally added __FBSDIDBrooks Davis2023-11-2722-67/+0
* telnet: Use C89 function definitions for two stragglers.John Baldwin2023-04-182-5/+3
* telnet.1: Fix a typo in the manual pageGordon Bergling2023-04-111-1/+1
* Remove telnetd sourcesBrooks Davis2022-10-0513-7655/+0
* Put OPIE to rest.Dag-Erling Smørgrav2022-10-021-4/+0
* manpages: Remove telnetd referencesBrooks Davis2022-09-291-2/+2
* Fix CVE-2020-10188Cy Schubert2022-09-271-11/+21
* telnetd: fix two-byte input crashBrooks Davis2022-09-261-5/+5
* Deprecate telnet daemonBrooks Davis2022-09-211-1/+6
* telnet: Fix telnet segfault when invalid set or help help commandsCy Schubert2022-07-151-3/+3
* telnet(1): add quiet mode ("telnet -Q")Edward Tomasz Napierala2021-06-213-8/+25
* Set stdout & stderr unbuffered, so that the "telnet>" promptPoul-Henning Kamp2020-12-291-0/+2
* telnet(1): Document -P optionGordon Bergling2020-08-071-1/+9
* telnet: kill off remaining duplicate definitionKyle Evans2020-03-281-2/+0
* Re-apply r359399: telnet -fno-common fixKyle Evans2020-03-285-33/+36
* Revert 359399: telnet -fno-common bitsKyle Evans2020-03-284-5/+11
* telnet: remove some duplicate definitions, mark terminaltype externKyle Evans2020-03-284-11/+5
* libtelnet: Replace bogus use of srandomdev + random to generate "public key p...Conrad Meyer2019-12-131-6/+1
* telnet: remove 3rd clause from Berkeley copyrightsEd Maste2019-08-1548-240/+48
* telnet: use asprintf for r349890 changeEd Maste2019-08-011-4/+1
* telnet: fix minor style violationPhilip Paeps2019-07-101-1/+4
* telnet: fix a couple of snprintf() buffer overflowsPhilip Paeps2019-07-103-7/+8
* Make telnet(1) buildable.Jung-uk Kim2018-09-195-30/+30
* Revert r338774. Unrelated changes were committed with Apache Serf.Jung-uk Kim2018-09-195-30/+30
* Update Apache Serf to 1.3.9 to make it buildable with OpenSSL 1.1.1.Jung-uk Kim2018-09-195-30/+30
* telnetd(8): Fix dereference of uninitialized value 'IF'Conrad Meyer2018-03-161-1/+1
* Fix memory leak in edithostStephen J. Kiernan2017-06-011-21/+21
* When telnetd(8) composes argument list for login(1), an unexpected sequenceGleb Smirnoff2016-12-061-3/+4
* Fix warnings in telnet about invalid constant conversions, e.g.:Dimitry Andric2016-08-301-4/+4
* Squelch clang 3.9.0 warnings about BASE (which is 32768) being convertedDimitry Andric2016-08-301-1/+1
* Add baud rate support to telnet(1)Enji Cooper2014-11-1110-134/+199
* Improve upon previous commit:Marcel Moolenaar2014-03-021-6/+7
* Revive support for /etc/issue, lost due revision 81963.Marcel Moolenaar2014-03-021-0/+19
* Propagate ancient fix from Junos.Simon J. Gerraty2013-11-071-1/+1
* Fix "automatic" login, broken by revision 69825 (12 years, 5 months ago).Marcel Moolenaar2013-05-311-14/+10
* Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-09-281-1/+3
* Remove superfluous paragraph macro.Joel Dahl2012-06-171-2/+0
* - Do not use deprecated krb5 error message reporting functions in libtelnet.Stanislav Sedov2012-04-061-53/+55
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]Colin Percival2011-12-231-0/+3
* In contrib/telnet/telnet/utilities.c, fix a few warnings about formatDimitry Andric2011-12-171-4/+4
* In contrib/telnet/telnetd/utility.c, fix a few warnings about formatDimitry Andric2011-12-161-4/+4
* In contrib/telnet/libtelnet/sra.c, use the correct number of bytes toDimitry Andric2011-12-161-1/+1
* telnet: Fix infinite loop if local output generates SIGPIPE.Jilles Tjoelker2010-04-306-16/+17
* Forgot a part that was missing in the previous commit.Ed Schouten2010-01-131-1/+0
* Let telnetd build without utmp and logwtmp(3).Ed Schouten2010-01-132-19/+1
* Remove unneeded inclusion of <utmp.h> and dead variables.Ed Schouten2009-12-271-14/+0
* Use <termios.h> instead of <sys/termios.h>.Ed Schouten2009-11-281-1/+1
* Rename all symbols in libmp(3) to mp_*, just like Solaris.Ed Schouten2009-02-261-43/+43
* Correctly scrub telnetd's environment.Colin Percival2009-02-161-4/+19