summaryrefslogtreecommitdiff
path: root/usr.bin/telnet/main.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.6.2_cvscvs2svn2002-08-141-1/+1
| | | | | | | 'RELENG_4_6_2_RELEASE'. This commit was manufactured to restore the state of the 4.6.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: unifdef'ed secure telnet to obliterate gratuitous diffsMark Murray2002-04-131-113/+30
| | | | | | | between secure telnet and base telnet. Notes: svn path=/stable/4/; revision=94593
* MFC: use srtlcpy(3) instead of strcpy(3) to copy command-line argument intoMaxim Sobolev2001-11-191-1/+1
| | | | | | | a fixed size buffer. Notes: svn path=/stable/4/; revision=86600
* MFC: non-functional -u cosmetics.Ruslan Ermilov2001-07-051-9/+9
| | | | Notes: svn path=/stable/4/; revision=79322
* MFC unix-domain 'telnet to path' supportMatthew Dillon2001-05-271-1/+4
| | | | Notes: svn path=/stable/4/; revision=77270
* MFC: Typo fixes, remove extraneous externsKris Kennaway2001-03-041-3/+3
| | | | Notes: svn path=/stable/4/; revision=73487
* another tcp apps IPv6 updates.(should be make world safe)Yoshinobu Inoue2000-01-271-3/+43
| | | | | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project Notes: svn path=/head/; revision=56668
* Add "-N" option to the SYNOPSIS and usage().Ruslan Ermilov1999-06-171-3/+3
| | | | Notes: svn path=/head/; revision=47970
* Add "-s src_addr" option to allow setting of the source IP address.Ruslan Ermilov1999-06-161-6/+16
| | | | Notes: svn path=/head/; revision=47947
* Add "-N" option to supress reverse name lookup.Bill Fumerola1998-12-141-1/+4
| | | | | | | | | | This comes in really handy when you're telneting the broken DNS server by IP. PR: bin/8698 Notes: svn path=/head/; revision=41805
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Remove obsolete SOCKSv4 supportPaul Traina1996-05-301-4/+0
| | | | Notes: svn path=/head/; revision=15996
* Add support for socksPaul Traina1996-04-231-0/+4
| | | | Notes: svn path=/head/; revision=15358
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
| | | | Notes: svn path=/head/; revision=8874
* Fix big f*ckup by doing "make nocrypt"Geoff Rehmet1994-08-271-9/+0
| | | | | | | | (Don't think I don't realize what a big f*ckup this was.) Submitted by: geoff. Notes: svn path=/head/; revision=2315
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+322
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590