summaryrefslogtreecommitdiffstats
path: root/secure/libexec/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-3/+3
| | | | | | | | 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)
* Very big makeover in the way telnet, telnetd and libtelnet are built.markm2003-07-161-3/+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.
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extramarkm2003-05-051-1/+1
| | | | | cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked.
* Most things depend on !defined(NO_OPENSSL); make it look so.ru2003-04-301-4/+7
|
* NOSECURE is implied by NOCRYPT, meaning if the latter is definedru2003-04-301-1/+1
| | | | we won't be here.
* Remove Kerberos IV shims.des2003-04-231-1/+1
|
* ssh-keysign(8) belongs in /usr/libexec, not in /usr/bin, and needs to bedes2002-07-051-1/+1
| | | | | | | setuid so ssh(1) doesn't have to be. Pointy hat to: des Submitted by: Katsuyuki TATEISHI <katsu@iec.hiroshima-u.ac.jp>
* Revamp and diff-reduce the various secure telnets. Make sure thatmarkm2001-08-031-1/+1
| | | | | Kerberos5 has _a_ telnet (which is not currently K5 enabled). Incorporate BDE's static linking fixes.
* Only build sftp-server conditionallykris2000-09-161-1/+3
|
* Add sftp-serverache2000-09-151-0/+1
|
* Don't build crypto-enabled telnetd if NO_OPENSSL is defined, since itkris2000-07-251-1/+1
| | | | attempts to link against libcrypto.
* Dont build telenet if we are going for kerberised telnet; this justmarkm1999-10-121-2/+3
| | | | jumps all over kerberised telnet otherwise.
* Make telnet with SRA work.markm1999-10-071-0/+6
| | | | Submitted by: Nick Sayer
* recording cvs-1.6 file deathpeter1995-12-301-6/+0
|
* After pst and ache fixed secure telnet, it was still not in the mainmarkm1995-07-291-0/+6
makefiles. This puts it in. PLEASE NOTE - YOU WILL NEED TO BUILD AND INSTALL THE libtelnet IN secure/ Reviewed by: Submitted by: Obtained from:
OpenPOWER on IntegriCloud