summaryrefslogtreecommitdiffstats
path: root/factor/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use PREFIX nowCameron Katri2021-03-281-2/+2
|
* Get all the games compiling for iOSCameron Katri2021-02-221-10/+14
|
* Remove MKCRYPTO option.riastradh2017-05-211-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Originally, MKCRYPTO was introduced because the United States classified cryptography as a munition and restricted its export. The export controls were substantially relaxed fifteen years ago, and are essentially irrelevant for software with published source code. In the intervening time, nobody bothered to remove the option after its motivation -- the US export restriction -- was eliminated. I'm not aware of any other operating system that has a similar option; I expect it is mainly out of apathy for churn that we still have it. Today, cryptography is an essential part of modern computing -- you can't use the internet responsibly without cryptography. The position of the TNF board of directors is that TNF makes no representation that MKCRYPTO=no satisfies any country's cryptography regulations. My personal position is that the availability of cryptography is a basic human right; that any local laws restricting it to a privileged few are fundamentally immoral; and that it is wrong for developers to spend effort crippling cryptography to work around such laws. As proposed on tech-crypto, tech-security, and tech-userlevel to no objections: https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of *bad* crypto that was conditional on it, e.g. DES in telnet... That should probably be removed too, but on the grounds that it is bad, not on the grounds that it is (nominally) crypto.
* Add -lcrypt where -lcrypto is specified.christos2005-03-091-3/+3
|
* Separate primes manpage from that of factor. Correct DIAGNOSTICSjsm2004-02-081-2/+1
| | | information.
* use NETBSDSRCDIR as appropriatelukem2002-09-191-3/+5
|
* make factor work with and without openssl.itojun2002-06-161-1/+9
|
* Use libcrypto's bignum support to implement a Pollard Rho factoringsimonb2002-06-151-1/+3
| | | algorithm so we can factorise numbers larger than a host long.
* use CPPFLAGS instead of CFLAGSlukem1997-10-221-2/+2
|
* Back out the .PATH.c changes. The .depend problem (and others)gwr1997-05-081-2/+2
| | | will be fixed using the new .NOPATH make feature instead.
* Use .PATH.c: ...gwr1997-05-061-2/+2
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-2/+2
|
* specify man pages the new way.cgd1994-12-221-2/+2
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+10