summaryrefslogtreecommitdiffstats
path: root/contrib/telnet
Commit message (Expand)AuthorAgeFilesLines
* MFC r274364:ngie2014-12-0510-134/+199
* Fix "automatic" login, broken by revision 69825 (12 years, 5 months ago).marcel2013-05-311-14/+10
* Make sure that each va_start has one and only one matching va_end,kevlo2012-09-281-1/+3
* Remove superfluous paragraph macro.joel2012-06-171-2/+0
* - Do not use deprecated krb5 error message reporting functions in libtelnet.stas2012-04-061-53/+55
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]cperciva2011-12-231-0/+3
* In contrib/telnet/telnet/utilities.c, fix a few warnings about formatdim2011-12-171-4/+4
* In contrib/telnet/telnetd/utility.c, fix a few warnings about formatdim2011-12-161-4/+4
* In contrib/telnet/libtelnet/sra.c, use the correct number of bytes todim2011-12-161-1/+1
* telnet: Fix infinite loop if local output generates SIGPIPE.jilles2010-04-306-16/+17
* Forgot a part that was missing in the previous commit.ed2010-01-131-1/+0
* Let telnetd build without utmp and logwtmp(3).ed2010-01-132-19/+1
* Remove unneeded inclusion of <utmp.h> and dead variables.ed2009-12-271-14/+0
* Use <termios.h> instead of <sys/termios.h>.ed2009-11-281-1/+1
* Rename all symbols in libmp(3) to mp_*, just like Solaris.ed2009-02-261-43/+43
* Correctly scrub telnetd's environment.cperciva2009-02-161-4/+19
* Use strlcpy() instead of strcpy().ed2008-11-131-1/+2
* Convert telnetd(8) to use posix_openpt(2).ed2008-11-132-36/+21
* Fix TELOPT(opt) when opt > TELOPT_TN3270E.antoine2008-09-131-2/+2
* List authentication types supported with "-X" taken from the libtelnettrhodes2008-08-291-1/+10
* Don't attempt authentication at all if it has been disabled via '-a off'.jhb2008-07-282-7/+11
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-1/+1
* Markup nits.ru2006-09-291-2/+2
* Remove bogus casts of valid integer ioctl() arguments.ru2006-09-261-4/+4
* o Mention .telnetrc DEFAULT keyword.maxim2006-09-181-1/+8
* NI_WITHSCOPEID cleanupume2005-05-211-1/+1
* Correct a pair of buffer overflows in the telnet(1) command:nectar2005-03-281-6/+24
* Increase usefulness of telnet(1) as a protocol tester. By prependingtobez2005-02-283-4/+23
* - Soften sentence breaks.ru2005-01-212-71/+112
* o Make telnet[d] -S (IP TOS) flag really work. We do not havemaxim2005-01-093-10/+32
* o Add -4 and -6 flags to a man page and usage(). Bump the man pagemaxim2005-01-052-3/+12
* o Remove -t flag from getopt(3), it was killed in rev. 1.15 threemaxim2005-01-051-1/+1
* o Print a correct status for unix domain sockets.maxim2005-01-041-0/+2
* Add missing () to function invocation.kan2004-07-281-1/+1
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-16/+9
* EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493ume2003-10-231-2/+2
* Implement what has been documented for a long time: make -debug switchharti2003-08-131-0/+5
* Fix up external variables named "debug" that have a horrible habitmarkm2003-05-115-8/+8
* Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3.obrien2003-05-0419-81/+79
* Unbreak Kerberos 5 authentication in telnet.nectar2003-03-061-0/+24
* Background:nectar2003-01-292-14/+2
* add more RFC defined telnet optionsbillf2003-01-181-3/+8
* Merge argument parsing changes into this copy of telnet.eric2002-11-271-2/+6
* Permit the argument to the -s option to be a hostname. I see nodd2002-10-021-1/+0
* Catch up with "base" telnet.markm2002-09-251-3/+3
* Catch up with "base" telnet.markm2002-09-253-12/+8
* From the requestor:markm2002-09-251-1/+1
* Encrypted strings (after hex decoding) aren't null terminated, becausensayer2002-08-221-4/+0
* Warnings fixes. Sort out some variable types.markm2002-06-261-6/+7
* Help fix warnings by marking an argument as unused.markm2002-06-261-0/+1
OpenPOWER on IntegriCloud