aboutsummaryrefslogtreecommitdiff
path: root/contrib/telnet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Increase usefulness of telnet(1) as a protocol tester. By prependingAnton Berezin2005-02-283-4/+23
* - Soften sentence breaks.Ruslan Ermilov2005-01-212-71/+112
* o Make telnet[d] -S (IP TOS) flag really work. We do not haveMaxim Konovalov2005-01-093-10/+32
* o Add -4 and -6 flags to a man page and usage(). Bump the man pageMaxim Konovalov2005-01-052-3/+12
* o Remove -t flag from getopt(3), it was killed in rev. 1.15 threeMaxim Konovalov2005-01-051-1/+1
* o Print a correct status for unix domain sockets.Maxim Konovalov2005-01-041-0/+2
* Add missing () to function invocation.Alexander Kabaev2004-07-281-1/+1
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-16/+9
* EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493Hajimu UMEMOTO2003-10-231-2/+2
* Implement what has been documented for a long time: make -debug switchHartmut Brandt2003-08-131-0/+5
* Fix up external variables named "debug" that have a horrible habitMark Murray2003-05-115-8/+8
* Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3.David E. O'Brien2003-05-0419-81/+79
* Unbreak Kerberos 5 authentication in telnet.Jacques Vidrine2003-03-061-0/+24
* Background:Jacques Vidrine2003-01-292-14/+2
* add more RFC defined telnet optionsBill Fumerola2003-01-181-3/+8
* Merge argument parsing changes into this copy of telnet.Eric Melville2002-11-271-2/+6
* Permit the argument to the -s option to be a hostname. I see noDima Dorfman2002-10-021-1/+0
* Catch up with "base" telnet.Mark Murray2002-09-251-3/+3
* Catch up with "base" telnet.Mark Murray2002-09-253-12/+8
* From the requestor:Mark Murray2002-09-251-1/+1
* Encrypted strings (after hex decoding) aren't null terminated, becauseNick Sayer2002-08-221-4/+0
* Warnings fixes. Sort out some variable types.Mark Murray2002-06-261-6/+7
* Help fix warnings by marking an argument as unused.Mark Murray2002-06-261-0/+1
* Don't risk catching a signal while handling a signal for a dying child, as weJuli Mallett2002-05-271-0/+8
* unbreak build:Alfred Perlstein2002-05-115-3/+7
* Fix an external declaration that was causing telnetd to core dump.Mark Murray2002-05-061-1/+1
* Update build after import of Heimdal Kerberos 2002/02/17.Jacques Vidrine2002-02-191-1/+1
* Don't use non-signal-safe functions (exit(3) in this case) inSheldon Hearn2002-02-051-1/+1
* mdoc(7) police: remove -r from SYNOPSIS, sort -p in DESCRIPTION.Ruslan Ermilov2001-12-141-6/+5
* Don't assume that the number of fds to select on is known quantity (inJordan K. Hubbard2001-12-091-32/+56
* Fixed bugs from previous revision.Ruslan Ermilov2001-12-041-1/+2
* Protect variables and function prototypes that are only used in the INET6John Hay2001-12-031-1/+7