aboutsummaryrefslogtreecommitdiff
path: root/contrib/telnet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use strlcpy() instead of strcpy().Ed Schouten2008-11-131-1/+2
* Convert telnetd(8) to use posix_openpt(2).Ed Schouten2008-11-132-36/+21
* Fix TELOPT(opt) when opt > TELOPT_TN3270E.Antoine Brodin2008-09-131-2/+2
* List authentication types supported with "-X" taken from the libtelnetTom Rhodes2008-08-291-1/+10
* Don't attempt authentication at all if it has been disabled via '-a off'.John Baldwin2008-07-282-7/+11
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-1/+1
* Markup nits.Ruslan Ermilov2006-09-291-2/+2
* Remove bogus casts of valid integer ioctl() arguments.Ruslan Ermilov2006-09-261-4/+4
* o Mention .telnetrc DEFAULT keyword.Maxim Konovalov2006-09-181-1/+8
* NI_WITHSCOPEID cleanupHajimu UMEMOTO2005-05-211-1/+1
* Correct a pair of buffer overflows in the telnet(1) command:Jacques Vidrine2005-03-281-6/+24