aboutsummaryrefslogtreecommitdiff
path: root/contrib/telnet/telnet
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Mention .telnetrc DEFAULT keyword.Maxim Konovalov2006-09-181-1/+8
* 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-211-59/+94
* o Make telnet[d] -S (IP TOS) flag really work. We do not haveMaxim Konovalov2005-01-091-8/+14
* 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
* 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
* Fix up external variables named "debug" that have a horrible habitMark Murray2003-05-114-7/+7
* Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3.David E. O'Brien2003-05-049-38/+38
* 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-253-12/+8
* From the requestor:Mark Murray2002-09-251-1/+1
* unbreak build:Alfred Perlstein2002-05-115-3/+7
* Don't assume that the number of fds to select on is known quantity (inJordan K. Hubbard2001-12-091-32/+56
* Protect variables and function prototypes that are only used in the INET6John Hay2001-12-031-1/+7
* help the alphas out with the WARNS=2 stuff.Mark Murray2001-12-031-1/+1
* Damn. The previous mega-commit was incomplete WRT ANSIfication. ThisMark Murray2001-11-303-140/+140
* Very large style makeover.Mark Murray2001-11-3013-2093/+900
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.Mark Murray2001-08-294-51/+2
* Code merge and diff reduce with "base" telnet. This is the "later"Mark Murray2001-08-208-101/+117
* Removal of following export controll related sentences:Kazuo Horikawa2001-08-151-10/+0
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: merge all fixes from non-crypto version.Ruslan Ermilov2001-07-051-58/+92
* MF non-crypto: 1.13: document -u in usage.Ruslan Ermilov2001-07-051-8/+8
* Oops, forgot the 'u' in the getopt for the previous commit.Matthew Dillon2001-05-241-1/+1
* A feature to allow one to telnet to a unix domain socket. (MFC fromMatthew Dillon2001-05-233-3/+51
* Back out last commit. This was already fixed. This should never havePeter Wemm2001-05-171-2/+0
* Since the root-on-insecure-tty code was added to telnetd, a dependencyNick Sayer2001-05-161-0/+2
* Hack to work around braindeath in libtelnet:sra.c. The sra.o filePeter Wemm2001-05-151-0/+1
* mdoc(7) police: removed hard sentence breaks introduced in rev.1.10.Ruslan Ermilov2001-04-131-4/+5
* Clean up telnet's argument processing a bit. autologin and encryption isNick Sayer2001-04-062-34/+23
* Reactivate SRA.Nick Sayer2001-04-051-0/+18
* enable auto-negotiation of encrypt and decryptAssar Westerlund2001-03-121-0/+13
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-27/+29
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-101-3/+5
* Correct definition of MAXHOSTNAMELEN in ifdef'ed code.Kris Kennaway2000-11-261-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-40/+40
* Fix a buffer overflow from a long local hostname.Kris Kennaway2000-11-191-2/+2
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-7/+1
* Sync with usr.bin/telnet/telnet.c r1.9 - fix buffer overflow in DISPLAYKris Kennaway2000-10-291-4/+7
* Fix buffer size of ALIGNed buffer.Hajimu UMEMOTO2000-07-201-2/+2
* Add missing $FreeBSD$ to files that are NOT still on vendor a branch.Peter Wemm2000-07-168-0/+40
* Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATAHajimu UMEMOTO2000-07-081-2/+2