aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/telnet
Commit message (Expand)AuthorAgeFilesLines
* Do not compile INET6 support if RELEASE_CRUNCH is definedLuigi Rizzo2001-02-181-1/+1
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-062-4/+5
* 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-25/+28
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-2/+4
* 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-4/+4
* Fix a buffer overflow from a long local hostname.Kris Kennaway2000-11-191-2/+2
* Fix buffer overflow when DISPLAY is longer than 43 characters. ThisWarner Losh2000-09-201-4/+7
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-3/+3
* Fix buffer size of ALIGNed buffer.Hajimu UMEMOTO2000-07-201-2/+2
* One more EAI_NONAME -> EAI_NODATA issue.Hajimu UMEMOTO2000-07-071-1/+1
* Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATAHajimu UMEMOTO2000-07-071-1/+1
* simplify and correct name resolution in tn().Jun-ichiro itojun Hagino2000-07-051-18/+16
* Mention about -4 and -6 options.Hajimu UMEMOTO2000-06-121-1/+9
* Fixed misspelling of DPADD as DPADDA.Bruce Evans2000-03-271-3/+2
* CMSG_XXX macros alignment fixes to follow RFC2292.Yoshinobu Inoue2000-03-031-14/+12
* Use libcrypto in place of libdes.Mark Murray2000-02-241-4/+0
* Use static buffer to save source route hostnames.Yoshinobu Inoue2000-02-191-1/+1
* Print "Trying ..." for each host. Also cleanups for error printing.Yoshinobu Inoue2000-02-191-8/+3
* Fix bugs in telnet.Yoshinobu Inoue2000-02-151-8/+16
* Add more dual stack consideration.Yoshinobu Inoue2000-02-101-27/+96
* Fix telnet core dump at invalid service name specified.Yoshinobu Inoue2000-02-071-0/+6
* Add NI_NAMEREQD flag to getnameinfo() call. Without this flag,Yoshinobu Inoue2000-01-291-1/+1
* fix breakage of make release.Yoshinobu Inoue2000-01-291-3/+10
* another tcp apps IPv6 updates.(should be make world safe)Yoshinobu Inoue2000-01-275-162/+339
* Nearly missed this one. Turn off -DTERMCAP otherwise it defines a bunchPeter Wemm1999-08-301-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Document the "skey" command in telnet(1).Nik Clayton1999-07-191-1/+5
* Add "-N" option to the SYNOPSIS and usage().Ruslan Ermilov1999-06-172-5/+5
* Add "-s src_addr" option to allow setting of the source IP address.Ruslan Ermilov1999-06-163-9/+60
* It was possible to circumvent telnet's security ``-E'' (no escape at all)Ruslan Ermilov1999-06-141-1/+1
* Add "-N" option to supress reverse name lookup.Bill Fumerola1998-12-145-3/+12
* Fixed printf format errors.Bruce Evans1998-07-061-1/+1
* #include <arpa/inet.h>Peter Wemm1998-06-121-3/+1
* Don't assume that hp->h_lenght == 4. Be conservative in its use.Warner Losh1998-06-091-7/+10
* Remove unneeded crud.Mark Murray1998-03-261-207/+0
* Add #include <stdlib.h> to get prototype for malloc().John Birrell1998-02-201-0/+1
* Add #include <string.h> to get prototypes.John Birrell1998-02-202-0/+2
* Fix some minor formatting nits.Steve Price1997-12-271-9/+9
* Correct some anomalies in the man page.Steve Price1997-11-111-34/+41
* Hardcode progname in usage string.Philippe Charnier1997-08-142-48/+62
* This commit was generated by cvs2svn to compensate for changes in r27233,Bruce Evans1997-07-062-25/+202
|\
| * Import Lite2's src/usr.bin/telnet. The README is still on the vendorBruce Evans1997-07-0611-0/+11680
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Sort cross references.Wolfram Schneider1997-01-151-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Report the reason why select unexpectedly failed..Peter Wemm1997-01-131-1/+1