summaryrefslogtreecommitdiffstats
path: root/contrib/telnet/telnet
Commit message (Expand)AuthorAgeFilesLines
* MFC r274364:ngie2014-12-058-84/+196
* Remove superfluous paragraph macro.joel2012-06-171-2/+0
* In contrib/telnet/telnet/utilities.c, fix a few warnings about formatdim2011-12-171-4/+4
* telnet: Fix infinite loop if local output generates SIGPIPE.jilles2010-04-306-16/+17
* Use <termios.h> instead of <sys/termios.h>.ed2009-11-281-1/+1
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-1/+1
* Markup nits.ru2006-09-291-2/+2
* o Mention .telnetrc DEFAULT keyword.maxim2006-09-181-1/+8
* 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-211-59/+94
* o Make telnet[d] -S (IP TOS) flag really work. We do not havemaxim2005-01-091-8/+14
* 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
* 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
* Fix up external variables named "debug" that have a horrible habitmarkm2003-05-114-7/+7
* Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3.obrien2003-05-049-38/+38
* 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-253-12/+8
* From the requestor:markm2002-09-251-1/+1
* unbreak build:alfred2002-05-115-3/+7
* Don't assume that the number of fds to select on is known quantity (injkh2001-12-091-32/+56
* Protect variables and function prototypes that are only used in the INET6jhay2001-12-031-1/+7
* help the alphas out with the WARNS=2 stuff.markm2001-12-031-1/+1
* Damn. The previous mega-commit was incomplete WRT ANSIfication. Thismarkm2001-11-303-140/+140
* Very large style makeover.markm2001-11-3013-2093/+900
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.markm2001-08-294-51/+2
* Code merge and diff reduce with "base" telnet. This is the "later"markm2001-08-208-101/+117
* Removal of following export controll related sentences:horikawa2001-08-151-10/+0
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: merge all fixes from non-crypto version.ru2001-07-051-58/+92
* MF non-crypto: 1.13: document -u in usage.ru2001-07-051-8/+8
* Oops, forgot the 'u' in the getopt for the previous commit.dillon2001-05-241-1/+1
* A feature to allow one to telnet to a unix domain socket. (MFC fromdillon2001-05-233-3/+51
* Back out last commit. This was already fixed. This should never havepeter2001-05-171-2/+0
* Since the root-on-insecure-tty code was added to telnetd, a dependencynsayer2001-05-161-0/+2
* Hack to work around braindeath in libtelnet:sra.c. The sra.o filepeter2001-05-151-0/+1
* mdoc(7) police: removed hard sentence breaks introduced in rev.1.10.ru2001-04-131-4/+5
* Clean up telnet's argument processing a bit. autologin and encryption isnsayer2001-04-062-34/+23
* Reactivate SRA.nsayer2001-04-051-0/+18
* enable auto-negotiation of encrypt and decryptassar2001-03-121-0/+13
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-27/+29
* Prepare for mdoc(7)NG.ru2001-01-101-3/+5
* Correct definition of MAXHOSTNAMELEN in ifdef'ed code.kris2000-11-261-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-40/+40
* Fix a buffer overflow from a long local hostname.kris2000-11-191-2/+2
OpenPOWER on IntegriCloud