| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
libecc is not intended to be general use, other applications should
really be using openssl. pkg(7) uses libecc to align with the pkg(8)
project and its goals. This will be used in the upcoming support for
ECC in pkg(7).
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D48117
|
| |
|
|
|
|
|
| |
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
|
| |
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
directories to SUBDIR.${MK_TESTS} idiom
This is being done to pave the way for future work (and homogenity) in
^/projects/make-check-sandbox .
No functional change intended.
MFC after: 1 weeks
Notes:
svn path=/head/; revision=321912
|
| |
|
|
|
|
|
| |
from the latter.
Notes:
svn path=/head/; revision=265420
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change adds tests/ directories in the source tree to create various
subdirectories in /usr/tests/ and to install placeholder Kyuafiles for
them.
the relevant hierarchies are: cddl, etc, games, gnu and secure.
The reason for this is to simplify the addition of new test programs for
utilities or libraries under any of these directories. Doing so on a
case by case basis is unnecessary and is quite an obscure process.
Notes:
svn path=/head/; revision=264741
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
have libcrypto to do that. Both consumers of this lib have been
converted to use libcrypto. (bin/ed and secure/usr.bin/bdes).
Notes:
svn path=/head/; revision=115724
|
| |
|
|
|
|
|
|
| |
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
Notes:
svn path=/head/; revision=114709
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114282
|
| |
|
|
|
|
|
| |
we won't be here.
Notes:
svn path=/head/; revision=114281
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113916
|
| |
|
|
|
|
|
| |
PR: 50507
Notes:
svn path=/head/; revision=112942
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98548
|
| |
|
|
|
|
|
|
| |
Kerberos5 has _a_ telnet (which is not currently K5 enabled).
Incorporate BDE's static linking fixes.
Notes:
svn path=/head/; revision=81104
|
| |
|
|
|
|
|
| |
It's the only way to be sure.
Notes:
svn path=/head/; revision=65653
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
-- Unknown
Now that the RSA algorithm is released into the public domain, build
librsaintl by default unless NO_RSAINTL is set in make.conf.
The native OpenSSL implementation of RSA is much faster, doesn't have
an artificial keysize limitation, has 30% fewer calories and tastes great!
Notes:
svn path=/head/; revision=65551
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62437
|
| |
|
|
|
|
|
|
|
| |
Use that to be the final arbiter of whether or not to build the
librsaintl.so plugin for openssl/openssh. Add a magic WANT_RSAINTL flag
to force building even if USA_RESIDENT=YES.
Notes:
svn path=/head/; revision=62434
|
| |
|
|
|
|
|
|
|
|
| |
Reorganize and unify libcrypto's interface so that the RSA implementation
is chosen at runtime via dlopen().
This is a checkpoint and may require more tweaks still.
Notes:
svn path=/head/; revision=57511
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57476
|
| |
|
|
|
|
|
|
| |
all the builds. There is still no actual RSA implementation code
in libcrypto or src/* on US code trees.
Notes:
svn path=/head/; revision=57474
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Don't b uild libdes.
o Crypto is now housed in libcrypto (with a compatability symlink to
libdes)
o RSA may depend on RSAREF at your locale.
o OpenSSH is now a part of the base system.
Notes:
svn path=/head/; revision=57437
|
| |
|
|
|
|
|
| |
Requested by: wollman
Notes:
svn path=/head/; revision=56898
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56316
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56089
|
| |
|
|
|
|
|
|
| |
If you need examples of breakage, I'm ready to provide more than a
few.
Notes:
svn path=/head/; revision=56050
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55956
|
| |
|
|
|
|
|
| |
jumps all over kerberised telnet otherwise.
Notes:
svn path=/head/; revision=52167
|
| |
|
|
|
|
|
| |
Submitted by: Nick Sayer
Notes:
svn path=/head/; revision=51993
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50479
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22990
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=14020
|
| |
|
|
|
|
|
| |
if available and allowed
Notes:
svn path=/head/; revision=11074
|
| |
|
|
|
|
|
|
|
|
|
|
| |
makefiles. This puts it in.
PLEASE NOTE - YOU WILL NEED TO BUILD AND INSTALL THE libtelnet IN secure/
Reviewed by:
Submitted by:
Obtained from:
Notes:
svn path=/head/; revision=9760
|
| |
|
|
|
|
|
| |
Submitted by: Geoff.
Notes:
svn path=/head/; revision=2584
|
|
|
in order to get things like SHLIB_MAJOR etc.
Notes:
svn path=/head/; revision=1961
|