aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/telnet
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-031-2/+1
* The .Nm utilityPhilippe Charnier2002-06-211-1/+2
* MFC: unifdef'ed secure telnet to obliterate gratuitous diffsMark Murray2002-04-1313-2515/+1068
* MFC: build infrastructure for cleaned up telnet, includingMark Murray2002-04-131-55/+30
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-141-1/+1
* MFC: use srtlcpy(3) instead of strcpy(3) to copy command-line argument intoMaxim Sobolev2001-11-191-1/+1
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-14/+2
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-47/+47
* MFC: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-221-1/+0
* MFC: non-functional -u cosmetics.Ruslan Ermilov2001-07-052-17/+22
* MFC unix-domain 'telnet to path' supportMatthew Dillon2001-05-273-4/+44
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-25/+28
* MFC: Typo fixes, remove extraneous externsKris Kennaway2001-03-044-9/+10
* MFC: Fix MAXHOSTNAMELEN, fix strcpy.Jeroen Ruigrok van der Werven2001-01-261-3/+3
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-2/+4
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-4/+4
* MFC: Fix client-side buffer overflow in DISPLAYKris Kennaway2000-10-291-4/+7
* MFC: Fix buffer size of ALIGNed buffer.Hajimu UMEMOTO2000-07-201-2/+2
* MFC: Merge KAME 2000/07 code.Kris Kennaway2000-07-151-20/+18
* MFC: Fix misspelling of DPADD as DPADDA and some misformattings.Paul Saab2000-07-041-3/+2
* MFC: Mention about -4 and -6 options.Hajimu UMEMOTO2000-06-141-1/+9
* 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