summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/telnet.1
Commit message (Collapse)AuthorAgeFilesLines
* Very big makeover in the way telnet, telnetd and libtelnet are built.markm2003-07-161-1423/+0
| | | | | | | | | | | | | | | | | | | | | | | Previously, there were two copies of telnet; a non-crypto version that lived in the usual places, and a crypto version that lived in crypto/telnet/. The latter was built in a broken manner somewhat akin to other "contribified" sources. This meant that there were 4 telnets competing with each other at build time - KerberosIV, Kerberos5, plain-old-secure and base. KerberosIV is no longer in the running, but the other three took it in turns to jump all over each other during a "make buildworld". As the crypto issue has been clarified, and crypto _calls_ are not a problem, crypto/telnet has been repo-copied to contrib/telnet, and with this commit, all telnets are now "contribified". The contrib path was chosen to not destroy history in the repository, and differs from other contrib/ entries in that it may be worked on as "normal" BSD code. There is no dangerous crypto in these sources, only a very weak system less strong than enigma(1). Kerberos5 telnet and Secure telnet are now selected by using the usual macros in /etc/make.conf, and the build process is unsurprising and less treacherous.
* english(4) police.schweikh2002-12-271-1/+1
|
* Use `The .Nm utility'charnier2002-04-201-1/+2
|
* Code merge and diff reduction between this and crypto telnet.markm2001-08-201-6/+8
| | | | | Also remove useless AUTHENTICATION code. We have never compiled this here, and it is doubtful that it even works without crypto.
* Removal of following export controll related sentences:horikawa2001-08-151-13/+1
| | | | | | | | | | | | | | o This option is not available outside of the United States and Canada. o Because of export controls, TELNET ENCRYPT option is not supported outside of the United States and Canada. src/crypto/README revision 1.5 commit log says: > Crypto sources are no longer export controlled: > Explain, why crypto sources are still in crypto/. and actually telnet encryption is used outside of US and Canada now. Pointed out by: OHSAWA Chitoshi <ohsawa@catv1.ccn-net.ne.jp> Reviewed by:no objection on doc
* Remove whitespace at EOL.dd2001-07-151-47/+47
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* mdoc(7) police: moved -u down, fixed markup, removed hard sentence break.ru2001-07-051-8/+13
|
* A feature to allow one to telnet to a unix domain socket.dillon2001-05-231-2/+11
| | | | Obtained from: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-25/+28
|
* Prepare for mdoc(7)NG.ru2000-12-271-2/+4
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-4/+4
|
* Mention about -4 and -6 options.ume2000-06-121-1/+9
|
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-271-4/+7
| | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Document the "skey" command in telnet(1).nik1999-07-191-1/+5
| | | | | PR: docs/12360 Submitted by: kjm@rins.ryukoku.ac.jp (KOJIMA Hajime)
* Add "-N" option to the SYNOPSIS and usage().ru1999-06-171-2/+2
|
* Add "-s src_addr" option to allow setting of the source IP address.ru1999-06-161-1/+8
|
* Add "-N" option to supress reverse name lookup.billf1998-12-141-1/+4
| | | | | | | This comes in really handy when you're telneting the broken DNS server by IP. PR: bin/8698
* Fix some minor formatting nits.steve1997-12-271-9/+9
| | | | | PR: 5373 Submitted by: Matthew Hunt <mph@pobox.com>
* Correct some anomalies in the man page.steve1997-11-111-34/+41
| | | | | PR: 3808 Parially submitted by: Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
* Hardcode progname in usage string.charnier1997-08-141-46/+60
|
* 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
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-1/+2
|
* Section SEE ALSO completewosch1996-01-291-0/+7
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+1360
OpenPOWER on IntegriCloud