aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/telnet/utilities.c
Commit message (Collapse)AuthorAgeFilesLines
* Very big makeover in the way telnet, telnetd and libtelnet are built.Mark Murray2003-07-161-767/+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. Notes: svn path=/head/; revision=117675
* Mrege from crypto telnet with "make unifdef". This gets a bunch ofMark Murray2003-05-111-4/+4
| | | | | | | $FreeBSD$ tags and some debug variable safety belts. Notes: svn path=/head/; revision=114912
* Unifdef(1) the crypto telnet sources.Mark Murray2002-09-251-0/+1
| | | | Notes: svn path=/head/; revision=103957
* After running "make unifdef", commit the result. This code is nowMark Murray2001-11-301-76/+35
| | | | | | | a complete subset of the crypto (master) code. Notes: svn path=/head/; revision=87154
* Code merge and diff reduction between this and crypto telnet.Mark Murray2001-08-201-70/+8
| | | | | | | | 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
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8874
* Fix big f*ckup by doing "make nocrypt"Geoff Rehmet1994-08-271-70/+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/+939
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590