summaryrefslogtreecommitdiffstats
path: root/contrib/telnet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't risk catching a signal while handling a signal for a dying child, as wejmallett2002-05-271-0/+8
* unbreak build:alfred2002-05-115-3/+7
* Fix an external declaration that was causing telnetd to core dump.markm2002-05-061-1/+1
* Update build after import of Heimdal Kerberos 2002/02/17.nectar2002-02-191-1/+1
* Don't use non-signal-safe functions (exit(3) in this case) insheldonh2002-02-051-1/+1
* mdoc(7) police: remove -r from SYNOPSIS, sort -p in DESCRIPTION.ru2001-12-141-6/+5
* Don't assume that the number of fds to select on is known quantity (injkh2001-12-091-32/+56
* Fixed bugs from previous revision.ru2001-12-041-1/+2
* Protect variables and function prototypes that are only used in the INET6jhay2001-12-031-1/+7
* More help for alpha WARNS=2. This code is, erm, unusual. Anyone whomarkm2001-12-031-4/+4
* help the alphas out with the WARNS=2 stuff.markm2001-12-032-2/+2
* Damn. The previous mega-commit was incomplete WRT ANSIfication. Thismarkm2001-11-3013-281/+250
* Very large style makeover.markm2001-11-3045-5317/+2469
* Fix world by trimming an extra comment terminator.jhb2001-10-291-1/+1
OpenPOWER on IntegriCloud