summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer overflow when DISPLAY is longer than 43 characters. Thisimp2000-09-201-4/+7
* getopt and friends are declared in <unistd.h>imp2000-09-041-3/+3
* Fix buffer size of ALIGNed buffer.ume2000-07-201-2/+2
* One more EAI_NONAME -> EAI_NODATA issue.ume2000-07-071-1/+1
* Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATAume2000-07-071-1/+1
* simplify and correct name resolution in tn().itojun2000-07-051-18/+16
* Mention about -4 and -6 options.ume2000-06-121-1/+9
* Fixed misspelling of DPADD as DPADDA.bde2000-03-271-3/+2
* CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-14/+12
* Use libcrypto in place of libdes.markm2000-02-241-4/+0
* Use static buffer to save source route hostnames.shin2000-02-191-1/+1
* Print "Trying ..." for each host. Also cleanups for error printing.shin2000-02-191-8/+3
* Fix bugs in telnet.shin2000-02-151-8/+16
* Add more dual stack consideration.shin2000-02-101-27/+96
* Fix telnet core dump at invalid service name specified.shin2000-02-071-0/+6
* Add NI_NAMEREQD flag to getnameinfo() call. Without this flag,shin2000-01-291-1/+1
* fix breakage of make release.shin2000-01-291-3/+10
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-275-162/+339
* Nearly missed this one. Turn off -DTERMCAP otherwise it defines a bunchpeter1999-08-301-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Document the "skey" command in telnet(1).nik1999-07-191-1/+5
* Add "-N" option to the SYNOPSIS and usage().ru1999-06-172-5/+5
* Add "-s src_addr" option to allow setting of the source IP address.ru1999-06-163-9/+60
* It was possible to circumvent telnet's security ``-E'' (no escape at all)ru1999-06-141-1/+1
* Add "-N" option to supress reverse name lookup.billf1998-12-145-3/+12
* Fixed printf format errors.bde1998-07-061-1/+1
* #include <arpa/inet.h>peter1998-06-121-3/+1
* Don't assume that hp->h_lenght == 4. Be conservative in its use.imp1998-06-091-7/+10
* Remove unneeded crud.markm1998-03-261-207/+0
* Add #include <stdlib.h> to get prototype for malloc().jb1998-02-201-0/+1
* Add #include <string.h> to get prototypes.jb1998-02-202-0/+2
* Fix some minor formatting nits.steve1997-12-271-9/+9
* Correct some anomalies in the man page.steve1997-11-111-34/+41
* Hardcode progname in usage string.charnier1997-08-142-48/+62
* This commit was generated by cvs2svn to compensate for changes in r27233,bde1997-07-062-25/+202
|\
| * Import Lite2's src/usr.bin/telnet. The README is still on the vendorbde1997-07-0611-118/+368
* | compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* | Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* | Sort cross references.wosch1997-01-151-1/+1
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* | Report the reason why select unexpectedly failed..peter1997-01-131-1/+1
* | Make 'skey' command visible through 'help'ache1997-01-101-1/+4
* | Use -DSKEY instead of wrong -DPATH_SKEYache1997-01-101-1/+1
* | Import a few relatively minor fixes from current Borman telnet.pst1997-01-076-16/+67
* | delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-1/+2
* | Make telnet a synonym for openphk1996-09-191-0/+1
* | Fixed DPADD.bde1996-09-051-1/+2
* | Remove obsolete SOCKSv4 supportpst1996-05-302-12/+1
* | Add support for sockspst1996-04-232-1/+12
* | Section SEE ALSO completewosch1996-01-291-0/+7
OpenPOWER on IntegriCloud