Commit Graph

2459 Commits

Author SHA1 Message Date
seawood%netscape.com
41ad8500aa NSS only copies dbm32.lib to dbm.lib during the 'install' phase so do the copying from PSM during the 'libs' phase instead.
Fixing tinderbox bustage.
2001-11-21 11:45:34 +00:00
seawood%netscape.com
a5a15edab8 This old ruleset breaks when CC is a full path. Removing to fix shrike tinderbox bustage. 2001-11-21 10:55:56 +00:00
cls%seawood.org
57e064dd91 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:53:22 +00:00
seawood%netscape.com
55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
sonja.mirtitsch%sun.com
4dda6757c4 bugfixes, regarding a daily build directory insider the daily build... 2001-11-21 02:36:33 +00:00
relyea%netscape.com
9f158e2b31 More PSM fixes:
clean up of the escape adding string code.
   Code to keep cert->trust in sync with nscert->trust in various situations.
   Code to allow old version of built-ins to continue to work.
   Implement TrustDomain_TraverseCertificates so that PK11_ListCerts will work.
2001-11-20 18:28:49 +00:00
sonja.mirtitsch%sun.com
f764a97dbf fixed several PC solaris PATH problems - build problems 2001-11-20 01:06:41 +00:00
relyea%netscape.com
68bc6218a2 NSS 3.4 integration changes.
1) 3.4 needs to bump the version numbers up by one on secmod.db from NSS 3.3
   2) Need to add escapes to the configdirectory. (should add them to other parameters as well.
   3) put exported files back into the correct headers.
   4) Add _BEGIN/_END protos where appropriate.
2001-11-19 19:04:59 +00:00
wtc%netscape.com
d64d124400 We can use cp on Windows. cp is a built-in command of shmsdos.exe and is
in both MKS and Cygwin toolkits, so it is not a new build tool requirement.
2001-11-17 06:40:03 +00:00
ian.mcgreer%sun.com
c524bc8c93 some minor ckfw fixes 2001-11-16 19:41:49 +00:00
ian.mcgreer%sun.com
f4317172e6 fips fix for signtool 2001-11-16 19:39:37 +00:00
ian.mcgreer%sun.com
33b08a7c54 fix unneeded lock release in list iteration 2001-11-16 19:36:43 +00:00
relyea%netscape.com
09abe2e12e Remove redundant call to createHash Tables. bug 95537 2001-11-16 18:10:24 +00:00
rangansen%netscape.com
cdf0febb70 bug# 109084 ,patch=ssaux, r=rangansen , sr=hewitt
exception handling in device-manager window
2001-11-16 02:32:20 +00:00
relyea%netscape.com
c5ae296e24 Cause NSS_init() to fail if it can't open the databases, rather than succeding and leaving the system half initialized. 2001-11-16 02:30:38 +00:00
kaie%netscape.com
96af3b39fe b=109770 Obtaining a certificate from Verisign does not work
r=javi sr=blizzard
2001-11-16 01:57:58 +00:00
kaie%netscape.com
8415d12cc6 b=108600 Avoid the risk of unexpected NSS shutdowns
r=javi sr=blizzard
2001-11-16 01:55:37 +00:00
relyea%netscape.com
b1f34ef0e7 The new DB stuff was not supposed to be turned on! 2001-11-16 01:18:21 +00:00
sonja.mirtitsch%sun.com
4a8b2ae277 modernized... changed servers, clients, mastebuild, 10 minutes wait now 2001-11-15 23:27:20 +00:00
sonja.mirtitsch%sun.com
0cfb60dfd0 put fips test before the stress test (in case of a copied db the fips test interferes) 2001-11-15 23:26:21 +00:00
relyea%netscape.com
eb3abede60 Add Issuer/SN to the trust objects for faster lookup. 2001-11-15 23:07:39 +00:00
relyea%netscape.com
72768a2b51 Add issuer/SN to the search criteria 2001-11-15 23:06:10 +00:00
relyea%netscape.com
f7687a904b performance optimizations:
1) add serial number index to trust lookups.
2) add code for replacing key db indexing (coded but not turned on -- causes a keydb upgrade, but can run with older key db's as well).
2001-11-15 23:04:41 +00:00
nelsonb%netscape.com
c3dc286eab Add one more missing declaration of environ; 2001-11-15 20:40:44 +00:00
nelsonb%netscape.com
b31c9eb0fd Go back to declaring "extern char ** environ". 2001-11-15 20:35:31 +00:00
sonja.mirtitsch%sun.com
3251934fef added a hyperlink in the header 2001-11-15 19:01:42 +00:00
sonja.mirtitsch%sun.com
55cb2ab8fc added sendmail, fixed sendmailbug 2001-11-15 19:01:16 +00:00
nelsonb%netscape.com
cd6006d2cd Now that the implementations of all the RNG_ functions have been moved
from lib/util to lib/freebl, move the RNG header file there, too.
Eliminate secrngt.h, which has been empty (except for the license
boilerplate) for many releases.
2001-11-15 04:29:27 +00:00
nelsonb%netscape.com
30e87452c1 Use data from /dev/urandom to initialize PRNG, when possible.
and related changes.  Bug 96626.
2001-11-15 02:41:20 +00:00
relyea%netscape.com
68b38ccbda Fix AIX 64 bit build breakage when in debug mode. 2001-11-15 02:23:31 +00:00
rangansen%netscape.com
d51a8b11d7 bug# 109792 ; s=kaie ; sr=hewitt Fixing the blank cert details tab problem 2001-11-15 01:16:02 +00:00
ian.mcgreer%sun.com
a7f8233621 merge 3.3 branch checkin; rsa double check and key consistency functions (see bug 74226) 2001-11-14 23:03:20 +00:00
rangansen%netscape.com
45443f5867 bug# 109072 ; s-kaie ; sr=hewitt Fixing the blank cert details tab problem 2001-11-14 01:32:21 +00:00
sonja.mirtitsch%sun.com
72c0985225 made cronsafe (I hope) 2001-11-13 03:28:52 +00:00
kirk.erickson%sun.com
3fa6bff6e3 Resolves 107777 - selfserv needs log stats mode 2001-11-13 02:13:19 +00:00
sonja.mirtitsch%sun.com
97c7998644 attempt to copy the qa results to mozilla.
this version untars with a script on mozilla, last one filled up my homedirectory
umask 000
cd /home/ftp/pub/security/nss
gunzip all.tar.gz
tar xf all.tar
rm  all.tar.gz all.tar
ls -l
2001-11-13 01:30:21 +00:00
kaie%netscape.com
579d261870 b=108735 Fix large blank space in cert manager
r=kaie sr=hewitt
2001-11-12 20:29:31 +00:00
relyea%netscape.com
d3ad9cfee8 1) bug 95135 - DSA key fails 1 out of 8 times, causing intermitant
test failures.

Fix: use the Signed attribute to store the key as well as look it up.

2) Fix code so that looking up a public key won't crash if it can't find the
corresponsing private key in the database (found by code inspection).
2001-11-12 17:59:45 +00:00
kaie%netscape.com
a4327e69de b=103198 Make sure master preferences panel fits.
r=kaie sr=blizzard
2001-11-12 05:07:23 +00:00
kaie%netscape.com
f243ba77d1 b=108625 Fix regression / XUL value attribute assignment
r=ddrinan sr=blizzard
2001-11-12 04:57:53 +00:00
ian.mcgreer%sun.com
d7f7578ac8 construct salt and password buffers for PBE correctly 2001-11-09 22:51:42 +00:00
relyea%netscape.com
afd197ca24 Rewrite Ian's get cert by email address to use the standard cert searching code. 2001-11-09 21:43:18 +00:00
ian.mcgreer%sun.com
9112e674cf Output validated cert text to stdout, otherwise the QA scripts think there is a failure. 2001-11-09 16:40:26 +00:00
ian.mcgreer%sun.com
fb398dc74f disabling cert cache (temporarily) 2001-11-09 16:39:34 +00:00
ian.mcgreer%sun.com
bf3c25df40 fixes pk12util import failure 2001-11-09 14:52:19 +00:00
nelsonb%netscape.com
24d8e626d2 Added a new -o option, to override check on received client auth certs,
forcing those certs to be OK.  -v will now test the SSL_LocalCertificate()
function.  Bug 78959.
2001-11-09 05:45:21 +00:00
nelsonb%netscape.com
6312ec5441 Add code to test new SSL_LocalCertificate() function on first connection,
or on every connection if -vv option is used.  Bug 78959.
Also, the nickname "none" can now be used to prevent performing client
authentication without having to use an invalid password.
2001-11-09 05:43:06 +00:00
nelsonb%netscape.com
6d66aee5ea Add localCert field to sid cache entry so SSL_LocalCertificate can
remember the certs it sent back when it established the SSL session.
Bug 78959.  Also, hold on the certs in the received cert chain until
the SSL connection is complete.  This makes it easier for applications
to look at the entire cert chain after the handshake is over without
having to write their own custom authCert callbacks.  It is backwards
compatible with older NSS SSL applications, but may use more memory.
2001-11-09 05:39:36 +00:00
colin%theblakes.com
b903e07dcf Make OpenVMS use MKSHLIB_[UN]FORCE_ALL. Remove other cruft that is now
no longer needed. b=108862 r=cls a/driver=asa
2001-11-09 03:06:36 +00:00
relyea%netscape.com
8b8acb3f27 Fix reporting of the label 2001-11-09 01:23:47 +00:00