aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/telnet
Commit message (Collapse)AuthorAgeFilesLines
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-071-2/+2
| | | | | | | all non-style changes made by heimdal to our own libgssapi. Notes: svn path=/head/; revision=178828
* Remove the -DFAST_IPSEC from Makefiles again.Bjoern A. Zeeb2007-07-051-2/+2
| | | | | | | | | | | | This was needed during the IPSEC->FAST_IPSEC->IPSEC transition period to not break the build after picking up netipsec header files. Now that the FAST_IPSEC kernel option is gone and the default is IPSEC again those defines are superfluous. Approved by: re (rwatson) Notes: svn path=/head/; revision=171246
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-2/+2
| | | | | | | | | | | This commit includes all remaining changes for the time being including user space updates. Submitted by: bz Approved by: re Notes: svn path=/head/; revision=171135
* Stop enforcing dependencies between MK_* options at Makefile level.Yaroslav Tykhiy2006-07-311-1/+2
| | | | | | | All the dependencies are satisfied now in <bsd.own.mk>. Notes: svn path=/head/; revision=160854
* Respect MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-271-1/+5
| | | | | | | | | | Move INET6 out of the RELEASE_CRUNCH conditional block because it saves as little as 2% of the binary size and IPv6 is rather popular today. (Some other binaries, e.g., telnetd, include INET6 for RELEASE_CRUNCH already.) Notes: svn path=/head/; revision=160749
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-2/+4
| | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) Notes: svn path=/head/; revision=156813
* Remove kludges intended to support src trees with partial obj trees.Dag-Erling Smørgrav2005-06-101-4/+0
| | | | | | | Discussed with: ru Notes: svn path=/head/; revision=147225
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139113
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
| | | | | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004 Notes: svn path=/head/; revision=133196
* Make sure that a "make release" (more accurately the bit that makesMark Murray2003-07-241-0/+2
| | | | | | | | the crunched binary) get a non-cryptographic telnet. This is overkill in that it covers stuff that is not normally used in a crunched binary. Notes: svn path=/head/; revision=117973
* Ensure that for the cryptographic instances of *telnet*, the "crypto"Mark Murray2003-07-241-0/+1
| | | | | | | distribution is used. This only affects release-building. Notes: svn path=/head/; revision=117953
* Test correct macro for "without crypto" option(s).Mark Murray2003-07-201-1/+1
| | | | Notes: svn path=/head/; revision=117813
* Very big makeover in the way telnet, telnetd and libtelnet are built.Mark Murray2003-07-1617-10792/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=117675
* Mrege from crypto telnet with "make unifdef". This gets a bunch ofMark Murray2003-05-119-41/+41
| | | | | | | $FreeBSD$ tags and some debug variable safety belts. Notes: svn path=/head/; revision=114912
* Diff-reduction WRT crypto telnet; replace "#if 0" code removed by anMark Murray2002-12-291-0/+41
| | | | | | | earlier invocation of unifdef(1). Notes: svn path=/head/; revision=108385
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
| | | | Notes: svn path=/head/; revision=108317
* Be more careful when parsing arguments.Eric Melville2002-11-201-2/+6
| | | | | | | | PR: 45476 MFC after: 5 days Notes: svn path=/head/; revision=107110
* Remove some #if 0'd code. After this, a "make unifdef" here producesDima Dorfman2002-10-021-41/+0
| | | | | | | | | no changes (against crypto telnet). Reviewed by: MD5 Notes: svn path=/head/; revision=104333
* Merge from crypto telnet: permit the argument to -s to be a hostname.Dima Dorfman2002-10-021-1/+0
| | | | Notes: svn path=/head/; revision=104332
* Unifdef(1) the crypto telnet sources.Mark Murray2002-09-256-8/+8
| | | | Notes: svn path=/head/; revision=103957
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-6/+6
| | | | Notes: svn path=/head/; revision=102412
* Typo fixo: imbedded => embeddedJuli Mallett2002-07-131-1/+1
| | | | Notes: svn path=/head/; revision=99933
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-222-2/+2
| | | | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. Notes: svn path=/head/; revision=95258
* Use `The .Nm utility'Philippe Charnier2002-04-201-1/+2
| | | | Notes: svn path=/head/; revision=95124
* Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.Mark Murray2001-12-121-2/+0
| | | | Notes: svn path=/head/; revision=87714
* Don't assume that the number of fds to select on is known quantity (inJordan K. Hubbard2001-12-081-32/+56
| | | | | | | | | | this case 16). Use dynamic FD_SETs and calculated high-water marks throughout. Obtained from: OpenBSD and Apple's Radar database MFC after: 2 days Notes: svn path=/head/; revision=87537
* Merge from crypto/telnet/telnet/commands.c. Add the necessary paths toJohn Hay2001-12-031-1/+7
| | | | | | | the kerberos libraries and includes. Notes: svn path=/head/; revision=87279
* Merge from master (crypto) telnet. WARNS fixes for alpha.Mark Murray2001-12-031-1/+1
| | | | Notes: svn path=/head/; revision=87268
* Merge the (in)complete ANSIfication work from src/crypto/telnet.Mark Murray2001-11-303-116/+116
| | | | Notes: svn path=/head/; revision=87156
* After running "make unifdef", commit the result. This code is nowMark Murray2001-11-3012-1979/+782
| | | | | | | a complete subset of the crypto (master) code. Notes: svn path=/head/; revision=87154
* Diff-reduce WRT src/secure/*telnet*/Makefile.Mark Murray2001-11-301-3/+14
| | | | | | | | Also, add an "unifdef:" target, so that the telnet sources can be remade from the crypto sources in src/crypto/telnet. Notes: svn path=/head/; revision=87147
* Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.Maxim Sobolev2001-10-161-1/+1
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=85026
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.Mark Murray2001-08-295-51/+4
| | | | Notes: svn path=/head/; revision=82497
* Code merge and diff reduction between this and crypto telnet.Mark Murray2001-08-2014-567/+252
| | | | | | | | Also remove useless AUTHENTICATION code. We have never compiled this here, and it is doubtful that it even works without crypto. Notes: svn path=/head/; revision=81964
* Removal of following export controll related sentences:Kazuo 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 Notes: svn path=/head/; revision=81663
* Remove whitespace at EOL.Dima Dorfman2001-07-151-47/+47
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
| | | | Notes: svn path=/head/; revision=79454
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-2/+2
| | | | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> Notes: svn path=/head/; revision=79452
* mdoc(7) police: moved -u down, fixed markup, removed hard sentence break.Ruslan Ermilov2001-07-051-8/+13
| | | | Notes: svn path=/head/; revision=79321
* Document -u in the usage().Ruslan Ermilov2001-07-051-9/+9
| | | | | | | Make usage fit on a standard 80-column display. Notes: svn path=/head/; revision=79320
* A feature to allow one to telnet to a unix domain socket.Matthew Dillon2001-05-233-4/+44
| | | | | | | Obtained from: Lyndon Nerenberg <lyndon@orthanc.ab.ca> Notes: svn path=/head/; revision=77092
* libtelnet.a is gone; add a special hack for `make release' fixit floppy.Ruslan Ermilov2001-03-311-3/+8
| | | | Notes: svn path=/head/; revision=75042
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.Ruslan Ermilov2001-03-281-1/+7
| | | | | | | Approved by: markm Notes: svn path=/head/; revision=74928
* Do not compile INET6 support if RELEASE_CRUNCH is definedLuigi Rizzo2001-02-181-1/+1
| | | | | | | (used by install floppy/picobsd) Notes: svn path=/head/; revision=72634
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
| | | | | | | Compatability is not an existing english word. Notes: svn path=/head/; revision=72093
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-062-4/+5
| | | | | | | | | Seperate does not exist in the english language. Also add $FreeBSD$ to README. Notes: svn path=/head/; revision=72090
* Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-061-1/+1
| | | | | | | There is no such thing as wierd in the english language. Notes: svn path=/head/; revision=72082
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-25/+28
| | | | Notes: svn path=/head/; revision=71895