Граф коммитов

1716 Коммитов

Автор SHA1 Сообщение Дата
javi%netscape.com 4a6874f0c7 Fix for Bug 74340 r=mcgreer, sr=blizzard
Add the crypto object back to PSM 2.
2001-05-15 23:15:12 +00:00
javi%netscape.com 57cb147fcf Add nsPKCS11Slot.cpp to Mac build. 2001-05-15 20:42:26 +00:00
mcgreer%netscape.com 251aa1e718 bug 80094, implement device manager for PSM2
r=thayes, sr=blizzard
2001-05-15 20:40:28 +00:00
mcgreer%netscape.com d6a44b3810 fix for bug #80356, certs should be grouped by issuer org
r=javi, sr=blizzard
2001-05-15 19:12:44 +00:00
ddrinan%netscape.com 2251f63fe1 Enable support for OCSP. Bug#80178, r=mcgreer@netscape.com, sr=blizzard@mozilla.org 2001-05-15 17:35:35 +00:00
wtc%netscape.com 91f7016c21 Use NSPR 4.1.1.
Modified files: manifest.mn, Makefile.
2001-05-15 17:31:15 +00:00
mcgreer%netscape.com 1fe6d70ad9 fix for #77701, mozilla crashes when viewing a cert for which NSS cannot find the full chain.
r=javi, sr=blizzard
2001-05-15 14:56:42 +00:00
cls%seawood.org b026faa262 Update our intermodule dependencies list.
Fixing senna tinderbox bustage.
2001-05-14 09:55:00 +00:00
rpotts%netscape.com 1cd3f4f2f0 fix mac bustage... 2001-05-14 05:01:55 +00:00
cls%seawood.org 5f5b0ae021 Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.) 2001-05-12 07:08:27 +00:00
sonmi%netscape.com e11d701cfe added Redhat 7.1 2001-05-11 23:15:28 +00:00
sonmi%netscape.com 4e85ec54a1 fixed several bugs on output format (date and time now displayed
correctly, hyperlinks on incomplete builds were missing before,
wrong machine name on missing builds removed)
2001-05-11 23:12:52 +00:00
sonmi%netscape.com d782bd9d1b export testlevel, so the scripts know when running backwardcompatibility
tests (need to run some tests differently, because of new options, or known
misbehavior)
2001-05-11 23:10:54 +00:00
sonmi%netscape.com 4a587e3096 added symlinks for Redhat 7.2 Linux 2001-05-11 23:09:07 +00:00
sonmi%netscape.com a4eea97359 added a BC_RELEASE variable (=3.2) for backward compatibility test releases,
because when testing against 3.2 we need
to specifically disable  some tests, this will not be so when we are
testing against future releases (or in other places)
2001-05-11 23:08:16 +00:00
sonmi%netscape.com 06761f1c4b yesterday's fix broke the backwardcompatibility tests because it used a new
option - put check for backwardcompatibility tests before
2001-05-11 23:05:32 +00:00
cls%seawood.org c187f7bfa6 Set NO_MDUPDATE when building NSS as NSS makes silly assumptions w/o checking with the compiler if you don't. 2001-05-11 13:29:40 +00:00
pinkerton%netscape.com 21d8717604 fix view 2001-05-11 03:14:45 +00:00
pinkerton%netscape.com 23371d6bb6 fix up view with new methods for drag/drop 2001-05-11 02:29:56 +00:00
sonmi%netscape.com f0f9b0713d added -q to the stressclient, so the test will terminate with an error if
the selfsrv process disappears
2001-05-11 00:02:06 +00:00
sonmi%netscape.com 4b7c9c8859 fixed 2 bugs regarding failures reported in wrong tests 2001-05-10 22:49:13 +00:00
javi%netscape.com 11947d9bd0 Check-in fix from NSS_3_2_BRANCH to the trunk. 2001-05-10 17:42:18 +00:00
thayes%netscape.com 78817572ca Bug
78834 r=cotter/sr=blizzard Change "weak" to "low-grade"
2001-05-10 06:09:15 +00:00
cls%seawood.org 7db4d1fa01 Force NSS to build using -j1 for non-autoconf builds.
Thanks to wtc@netscape.com (Wan-Teh Chang) for the patch.
r=cls
2001-05-10 02:52:16 +00:00
nelsonb%netscape.com 6085aadd15 Only disable Nagle delays on those platforms that benefit from doing so. 2001-05-10 02:37:59 +00:00
kirke%netscape.com 4393ef6e3e Now setting error before new SECFailure returns (see 78577). 2001-05-09 22:40:22 +00:00
jdunn%netscape.com 311c331021 Fixing PSM Makefiles for HP & Solaris
r=javi@netscape.com,wtc@netscape.com
# 76370
2001-05-09 10:08:34 +00:00
thayes%netscape.com 55c1e254a5 Fix unintentional checkin of SecurityPanelOverlay.xul 2001-05-09 05:17:43 +00:00
thayes%netscape.com 1a2cb2399f Bug 79528 r=ddrinan/sr=ben Add edit window for SSL ciphers 2001-05-09 04:03:34 +00:00
thayes%netscape.com 354a857abc Bug 79528. r=ddrinan/sr=ben Add edit window for SSL ciphers 2001-05-09 03:57:51 +00:00
thayes%netscape.com c01a5c07bb Bug 79528 r=ddrinan/sr=ben Add edit window for SSL ciphers 2001-05-09 03:55:47 +00:00
nicolson%netscape.com 221a489840 Fix bug 79324: remove mkdepend directory from coreconf Makefile.
Also removed the md directory.
2001-05-09 00:59:38 +00:00
wtc%netscape.com a734eeb541 Bugzilla bug #77788: backed out the fix because it breaks
mozilla/security/nss/lib/fortcrypt/swfort/pkcs11.  The manifest.mn file
in that directory defines CFLAGS, before command.mk is included by the
Makefile.
2001-05-09 00:13:57 +00:00
nelsonb%netscape.com fb7625446b Use gmake's VPATH feature instead of copying source files.
Modified Files:
	coreconf/rules.mk dbm/include/Makefile dbm/include/manifest.mn
	dbm/src/Makefile dbm/src/config.mk dbm/src/manifest.mn
	dbm/tests/Makefile
2001-05-08 23:31:11 +00:00
nelsonb%netscape.com 71c0d2d9df Disable TCP Nagle delays on SSL sockets for NSS 3.3. Bug 67898.
Modified Files:
	ssldef.c sslimpl.h sslsecur.c sslsock.c
2001-05-08 23:12:34 +00:00
kirke%netscape.com 178c4eaa4a Fixes 78577 (second half) This gets the SECItem->data member NULL case. 2001-05-08 22:53:23 +00:00
kirke%netscape.com 7ec38da411 Fixes 78577. Checking for NULL src arg. 2001-05-08 22:38:02 +00:00
relyea%netscape.com 6b8727d2e2 Get NT builds running again by turning off building of the sw fortezza pkcs11 module. 2001-05-08 21:22:20 +00:00
javi%netscape.com 98c50a5e5a Make crmfcgi build once again 2001-05-08 20:19:12 +00:00
jst%netscape.com 621060c4fd Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
bryner%uiuc.edu 85682e8c83 Bug 76234 - XPCOM cleanups in PSM2. r=javi, sr=ben. 2001-05-08 04:09:28 +00:00
nelsonb%netscape.com 3465c3f629 Restore explicit dependencies on headers and other sources. 2001-05-08 03:50:02 +00:00
jgmyers%netscape.com e6a2d47d5f don't allow post-to-insecure-from-secure warning to be turned off: bug 50168 r=javi sr=blizzard 2001-05-07 23:56:06 +00:00
relyea%netscape.com 039808c452 Set SOURCE_PREFIX automatically when BUILD_TREE is set. 2001-05-07 21:40:52 +00:00
relyea%netscape.com 325f46f29c remove bogus check for CRLs 2001-05-07 21:07:23 +00:00
bryner%uiuc.edu 4badf0ec59 Checking in for cls. Bug 53226, r=leaf. 2001-05-05 23:32:03 +00:00
nicolson%netscape.com ffc75c0183 Call a proper NSS function to get the unique ID.
Mozilla bugs 77664 and 77665.
2001-05-04 23:01:19 +00:00
wtc%netscape.com debe8c8a4d Bugzilla bug #77788: CFLAGS should not be defined with +=. 2001-05-04 01:21:02 +00:00
bryner%uiuc.edu 4e46d4393e checking in for valeski. bug 15345, r=me. 2001-05-04 01:20:48 +00:00
jgmyers%netscape.com 0b130ef4a6 prefs wording change: bug 75130 r=javi sr=scc 2001-05-03 20:29:02 +00:00
relyea%netscape.com 362262bbda Add new semantic when importing a cert chain for the case where the cert chain
may have otherwise invalid CA's, but that the CA's should be implicitly trusted.
2001-05-03 16:31:34 +00:00
nelsonb%netscape.com 2facaf91d9 Changed the name of the /share/builds/components server.
Checked in for tfox@netscape.com.
2001-05-03 02:58:32 +00:00
ddrinan%netscape.com e1b85d1eed Set password before authentication. Needed for new dbs 2001-05-03 01:22:24 +00:00
javi%netscape.com 426b56fec4 Add nsKeygenHandler.cpp to Mac build. 2001-05-03 01:03:30 +00:00
ddrinan%netscape.com 1ac8111ccc Fix for bug 77983, keygen tag. r=javi@netscape.com, sr=blizzard@mozilla.org 2001-05-03 01:00:56 +00:00
thayes%netscape.com ff22ca1b31 Bug 78123 r=javi/sr=scc Add security information to Page Info window 2001-05-03 00:41:10 +00:00
thayes%netscape.com 7fa1db8e87 Bug 78123 r=javi/sr=scc Add security information to Page Info window 2001-05-03 00:36:48 +00:00
javi%netscape.com 91e4b3dff9 Add nsISSLStatus.idl to the project. 2001-05-02 23:07:04 +00:00
javi%netscape.com 00d2b28c7d Fix for Bug 78556 r=thayes sr=blizzard
Fix for crash when viewing v1 certs.
2001-05-02 22:27:47 +00:00
thayes%netscape.com 5d0bf2eea3 Bug 78123. r=javi/sr=scc. Add security information to page info window. 2001-05-02 22:03:51 +00:00
wtc%netscape.com 639d6b5305 Bugzilla bug #78528: put the const ASN1 template declarations in certt.h,
secdig.h, and secoid.h inside extern "C" blocks.
2001-05-02 21:34:13 +00:00
wtc%netscape.com 6f7ac9105e Bugzilla bug #78528: put the const ASN1 template declarations inside
an extern "C" block.  Thanks to Javier Delgadillo for the patch.
2001-05-02 20:14:46 +00:00
relyea%netscape.com 556ef1a073 Fix names in .def file which caused Sunos Debug builds to fail (why didn't any other builds fail?) 2001-05-02 18:59:16 +00:00
wtc%netscape.com d888999582 Bugzilla bug #78467: fixed a memory leak in SECMOD_AddNewModule(). Thanks
to Patrick Beard <beard@netscape.com> for the bug report.
2001-05-02 18:50:07 +00:00
wtc%netscape.com 9ace233d66 Bugzilla bug #78464: fixed a memory leak in pk11_HandleTrustObject().
Thanks to Patrick Beard <beard@netscape.com> for the patch.
2001-05-02 18:35:34 +00:00
mcgreer%netscape.com 021aac3285 fix broken builds caused by c++ name mangline 2001-05-02 17:51:16 +00:00
javi%netscape.com 645e0c13dd Add nsNSSASN1Object.cpp to windows builds. 2001-05-02 17:24:00 +00:00
javi%netscape.com d962bdb337 Make patches for Bug78012 build on Mac as well 2001-05-02 06:04:18 +00:00
javi%netscape.com 64c8e885eb Fix for Bug 78012 r=thayes sr=blizzard
Make the cert viewer more functional.
2001-05-02 05:38:26 +00:00
relyea%netscape.com 0b196b00e0 Export those symbols needed for JSS to link with the dynamic NSS libraries. 2001-05-02 00:03:02 +00:00
relyea%netscape.com 5d7be274db Make CKM_MD5_RSA_PKCS actually do MD5 hashes instead of MD2 hashes. 2001-05-02 00:02:10 +00:00
relyea%netscape.com c9cd4cfc1e JSS integration bug 76958 . Add accessor functions go get the cert and key's
CKA_ID.
2001-05-02 00:00:57 +00:00
relyea%netscape.com 81c1ad234c JSS integration bug 77662 . Allow Verification by passing the signature at the
end of the process rather than at the beginning.
2001-05-01 23:59:27 +00:00
javi%netscape.com ee1e7f7d4a Update mac projects for PSM 2 so that mcgreer's changes land. 2001-05-01 23:54:28 +00:00
mcgreer%netscape.com 31c82812d4 Checkin for bug #75123. Improves the cert manager to make it look more like the mock-up. Implementation of nsIOutlinerView to improve cert listings.
r=javi, sr=blizzard
2001-05-01 23:23:23 +00:00
relyea%netscape.com a2163bd3c0 Add .asm to the vpath as well. 2001-05-01 00:22:30 +00:00
relyea%netscape.com ca2d1c39d1 Use the correct Make variables in the .cpp .s .S and .asm rules to vpath works
correctly.

remove the spurious vpath= line.
2001-04-30 23:21:51 +00:00
relyea%netscape.com e6375bd57b Don't translate .obj directory separators on Unix. 2001-04-30 22:40:57 +00:00
relyea%netscape.com 5c9cbca840 Set vpath up so builds in readonly trees will work. 2001-04-30 21:52:46 +00:00
relyea%netscape.com 914f4cf327 Changes to allow NSS to build in to a separate object tree. 2001-04-30 16:40:19 +00:00
relyea%netscape.com 113b6f8ff2 Changes to allow NT to compile to a separate build tree. 2001-04-30 16:38:43 +00:00
bryner%uiuc.edu cffdb488e5 Bug 75865 - HTTPS doesn't work through proxy.
http patch from darin, r=me, sr=rpotts.
psm patch from me, r=javi, sr=rpotts.
2001-04-29 19:42:38 +00:00
javi%netscape.com e891f27765 Fixing PSM tree to build with new iface for CreateBundle.
Piggy backing onto valeski's check-in.
2001-04-27 21:31:24 +00:00
nelsonb%netscape.com 234fb18674 MPI now uses assembler code for Solaris i86pc. 2001-04-27 20:49:17 +00:00
nelsonb%netscape.com b4e9bd29d3 A version of the Intel assembler code for Solaris i86pc's as assembler. 2001-04-27 20:47:39 +00:00
nicolson%netscape.com a9b0d83bf6 deprecated getUniqueID, since it is implementation-dependent and probably
not being used.
2001-04-27 20:13:21 +00:00
nelsonb%netscape.com 12bba1c8cc Build freebl on Solaris x86 with either gcc or Forte'. Not yet using
x86 assembler sources though.  That's TBD.   Bug 73115.
2001-04-27 04:17:59 +00:00
nelsonb%netscape.com cca4e017ce Eliminate -xarch option from CFLAGS on Solaris x86. Fixes Bug 77792. 2001-04-27 03:46:08 +00:00
nelsonb%netscape.com d41f41137f Eliminate cause of assertion failure that occurs when SSL is not the top
protocol on the socket's stack.
2001-04-26 21:53:11 +00:00
relyea%netscape.com 9a653fa25f Fix NT build problems. 2001-04-25 16:35:25 +00:00
relyea%netscape.com 40b013dd2e Back out changes which prevent NT from building. Need to figure something else out (sigh).
bob
2001-04-25 16:34:33 +00:00
kirke%netscape.com d1e7bc25c0 64970 stress tests don't fail when selfserver is gone
Added -q argument (quit after about 60 seconds waiting for selfserv).
2001-04-24 23:02:34 +00:00
javi%netscape.com 21a2b999e0 Fix for Bug 75950. The loadable root certs module on Mac caused
an assertion every time when loaded because of 2 sets of PR_*
functions being loaded.
2001-04-24 22:39:34 +00:00
sonmi%netscape.com f3af110b32 changed BCDIST again after NT failures because of unix style path 2001-04-24 21:48:01 +00:00
relyea%netscape.com 2ee675176a Role an 2.8.5 fix forward. (fix for O= dependencie in generating a nickname). 2001-04-24 21:27:40 +00:00
relyea%netscape.com 7efbba930e Export function to extract the public key from a subject key info
for JSS to use for CMS.
2001-04-24 20:04:14 +00:00
relyea%netscape.com 0c8f1d8d25 Make sure the signature key verification checks get ran if the key can
do signing.
2001-04-24 20:02:52 +00:00
relyea%netscape.com b33095e693 Patch to make the build work in both traditional and re-directed object mode. 2001-04-24 19:52:06 +00:00
relyea%netscape.com 15bdede4ed Add client requested features to coreconf:
building cross platform.
        targetting the Objects to a separate tree.
2001-04-24 17:05:18 +00:00
relyea%netscape.com c880a3d450 Add client requested features to coreconf:
building cross platform.
        targetting the Objects to a separate tree.
2001-04-24 16:47:50 +00:00
relyea%netscape.com b2719c8594 Add client requested features to coreconf:
building cross platform.
	targetting the Objects to a separate tree.
2001-04-24 16:45:53 +00:00
sonmi%netscape.com ea46744dd9 made changes so script (-t) can be run on NT 2001-04-24 00:38:21 +00:00
sonmi%netscape.com 9772cd6180 made changes to the backward compatibility test master dir, so the
master dir does not need to come from the same nssver (for example tip, 32...)
now only a change in the variable BC_MASTER is needed to test against a
different build
2001-04-24 00:37:38 +00:00
sonmi%netscape.com d60a8f6c5c fixed problems with teh returncode of cert.sh 2001-04-20 21:35:04 +00:00
sonmi%netscape.com f41514934b added -D to the selfserver 2001-04-20 20:50:24 +00:00
jgmyers%netscape.com 9b26cf56e7 Fix typos: bug 75735 r=doron sr=ben a=chofmann 2001-04-20 02:08:57 +00:00
sonmi%netscape.com f41418fbb0 changed the errorcode once more, now there is a system, the higher the
errorcode the more QA errors were encountered
No matter which errors are being found, QA will try to finish the other tests,
so we can't indicate the kind of failure with the returncode
0 means QA passed
open tinderbox issues: results are being put underneath the tinderbox build
this is easy to change by setting the varialbel $RESULTDIR
2001-04-20 01:52:42 +00:00
sonmi%netscape.com 91a35a717b changes to be able to run qa locally on a tinderbox build 2001-04-20 00:52:11 +00:00
sonmi%netscape.com 6f47e9b7a0 changed trustargs on import personal certificates for s/mime
from u,u,u (trusted user) to p,p,p (peer certificate)
2001-04-20 00:32:15 +00:00
jgmyers%netscape.com a424237b18 use brand.dtd: bug 75735 p=anedah-9@sm.luth.se r=doron sr=alecf a=chofmann 2001-04-19 19:00:56 +00:00
jgmyers%netscape.com d6fbbbb186 fix typo: bug 31896 r=dmose sr=darin a=blizzard 2001-04-19 17:10:50 +00:00
nicolson%netscape.com 7ebb9fc23b get rid of workarounds for bug 323494. 2001-04-19 02:03:55 +00:00
bryner%uiuc.edu 3013fb3f11 bug 70810 [XUL Syntax] Change tab syntax - another of the XUL 1.0 changes. patch from maolson@earthlink.net, r=ben, sr=hyatt 2001-04-18 07:01:29 +00:00
sonmi%netscape.com 4824d65c33 tinderbox platformlist - which platforems are required to run which tests 2001-04-18 00:28:22 +00:00
javi%netscape.com c553bb4ce5 Backing out prior patch for 76141 which caused all
platforms to display incorrectly.
2001-04-17 23:29:58 +00:00
ddrinan%netscape.com 852aa14a0a Fix for cert selection. 2001-04-17 23:16:14 +00:00
sonmi%netscape.com b6c61f12ba started tinderbox addition, intermediate checkin 2001-04-17 00:00:58 +00:00
jgmyers%netscape.com b087bf8e1e rename tls sockets to starttls: bug 74387 r=javi r=darin sr=mscott 2001-04-16 21:01:29 +00:00
javi%netscape.com db02aa861b Cause this to build the PSM 2.0 directory now instead. 2001-04-16 20:41:00 +00:00
javi%netscape.com fd0c085b23 Fix for Bug 76141.
Don't hardcode the width and height attributes.  Causes the
  text at bottom of window to not show up on some displays.
2001-04-16 20:02:36 +00:00
bryner%uiuc.edu c5d5aae05b Move MOZ_NSS_AUTOCONF test *after* including autoconf.mk. r=cls. 2001-04-16 00:50:16 +00:00
bryner%uiuc.edu 41642aade0 Removing unnecessary #include. 2001-04-15 03:56:10 +00:00
bryner%uiuc.edu 95ad17ebad Oops, need locale in here too (MOZ_TRACK_MODULE_DEPS bustage) 2001-04-14 22:53:33 +00:00
bryner%uiuc.edu 270bbed52b Fixing MOZ_TRACK_MODULE_DEPS bustage (and bringing to light more of our sad dependency story). 2001-04-14 22:48:10 +00:00
jgmyers%netscape.com 05953a12e6 STARTTLS sockets shouldn't send v2 hello: bug 75617 r=javi sr=brendan 2001-04-14 00:41:50 +00:00
sonmi%netscape.com 25b892b921 added parameters for linux grep 2001-04-13 21:42:18 +00:00
sonmi%netscape.com 975d1c03f5 added more information to the QA report
ported to linux
added special "before contesxt" and "after context" parameters to grep when
running on linux
2001-04-13 21:41:16 +00:00
nicolson%netscape.com a27d65d933 Fix bug 75490: memory bug in decodeAndImportKey causes SEGV. 2001-04-12 22:13:25 +00:00
nicolson%netscape.com c23023ecc0 Fix bug 75770: RSA_NewKey returns an incomplete key. Reviewed by mcgreer
and nelsonb.
2001-04-12 20:23:42 +00:00
javi%netscape.com 3ceb5d3208 This file isn't used as part of PSM 2.0 builds, so let's not
break PSM 1.0 builds just yet.
2001-04-12 18:54:02 +00:00
javi%netscape.com ceed5ba85b Switch over to building PSM 2.0 by default now. 2001-04-12 18:38:35 +00:00
nicolson%netscape.com 398e180941 snprintf is called _snprintf on windows. 2001-04-11 23:46:36 +00:00
nelsonb%netscape.com 68efd66d1e Merge in NSS 3.2.1 changes. (VersionCheck function) 2001-04-11 22:52:09 +00:00
nelsonb%netscape.com b0cb9c672d Merge in NSS 3.2.1 changes. 2001-04-11 22:49:07 +00:00
nelsonb%netscape.com fb36a0450d Merge in changes from NSS 3.2.1. 2001-04-11 22:47:14 +00:00
nelsonb%netscape.com cc4cb1064a Merge NSS 3.2.1 changes. 2001-04-11 22:45:40 +00:00
nelsonb%netscape.com b90d1be66e Merge in NSS 3.2.1 changes into nss.def. Update version to 3.3 Beta. 2001-04-11 22:42:28 +00:00
nelsonb%netscape.com a939e4bd52 Merged in changes from NSS_3_2_BRANCH. 2001-04-11 22:28:11 +00:00
nelsonb%netscape.com ab8e6f06b9 Merge change from NSS_3_2_BRANCH. Use DBM 1_55_RTM instead of 1_54. 2001-04-11 22:16:29 +00:00
sonmi%netscape.com a10d843974 fixed problem, now links are seperated where they should be 2001-04-11 20:48:04 +00:00
jgmyers%netscape.com b06cfc2567 SSL_ForceHandshake() too heavyweight: bug 75583 r=javi 2001-04-11 20:40:35 +00:00
javi%netscape.com a016370b4b Tell coreconf where the nspr header files are in the mozilla client
build.
2001-04-11 20:40:30 +00:00
sonmi%netscape.com 0244381d22 fixed win2K bugs 2001-04-11 20:19:58 +00:00
sonmi%netscape.com efa39696d5 ported to linux, fixed Win2K missing problem - this version is broken and
needs to be replaced again
2001-04-11 20:09:53 +00:00
sonmi%netscape.com 30d8cca5f3 added variable RMAIL so qa_stat can use sendmail on linux 2001-04-11 20:07:04 +00:00
sonmi%netscape.com e520f8e235 fixed rmail problem, several problems with running qa_stat on linux
took out the never working -l local option
2001-04-11 20:05:48 +00:00
nelsonb%netscape.com 86f90d079c Remove unnecessary global tables of cipherSuite numbers. This solves
a problem with gcc on Linux, which overrides local/automatic definitions
with global ones.
2001-04-11 20:03:22 +00:00
sonmi%netscape.com 3ab0f1689d added Win2K 2001-04-11 20:02:43 +00:00
javi%netscape.com 1dc8a0ae00 Remove references to mozilla/security/psm, that directory is not
built as part of the manager build, so we shouldn't be deleting it.
2001-04-11 20:00:33 +00:00
jgmyers%netscape.com 04bd6ed73e localizability fixes: bug 66706 r=javi 2001-04-11 18:28:38 +00:00
bryner%uiuc.edu aa3827b6a1 Don't use the NSS coreconf hackery if we are building with MOZ_NSS_AUTOCONF. r=cls. Not part of the build. 2001-04-11 09:12:20 +00:00
bryner%uiuc.edu 275bbbd9d6 FreeBSD now uses $(OS_TARGET).mk. Patch from markush@acc.umu.se, r=bryner. 2001-04-11 03:26:10 +00:00
bryner%uiuc.edu bb5f40a644 No longer needed. 2001-04-11 03:17:45 +00:00
bryner%uiuc.edu 32ceecb739 Use FreeBSD.mk for all FreeBSD versions. Patch from markush@acc.umu.se, r=nelsonb. 2001-04-11 03:12:42 +00:00
nelsonb%netscape.com 9ee8d78f1c Implementation of 5 DHE ciphersuites, client side only.
Contributed by Dr Stephen Henson <stephen.henson@gemplus.com>
2001-04-11 00:29:18 +00:00
javi%netscape.com f11cf842e9 Makefile clean-up.
Build against trunk of coreconf using new mechanism for adding includes.
2001-04-11 00:11:47 +00:00
sonmi%netscape.com 53eedbbb53 fixed an sed command toi get process ID of tail -f on NT 2001-04-10 22:34:19 +00:00
javi%netscape.com 64f2c8b3ad Fix for Bug 75300 2001-04-10 22:28:52 +00:00
javi%netscape.com 356e4e4ce2 Fix build bustage. 2001-04-10 20:57:57 +00:00
sonmi%netscape.com 8494088009 fixed a stresstest failures were not recognized by this script 2001-04-10 18:39:14 +00:00
nicolson%netscape.com 28feeceada Don't link with libhpi, apparently it's not necessary in jdk 1.2. 2001-04-10 17:43:00 +00:00
nicolson%netscape.com e438839d6e Be able to link against JDK 1.1 libraries. 2001-04-10 17:41:52 +00:00
nicolson%netscape.com a4eca56472 Tweaks for JSS 3.1, and get it to build. 2001-04-10 17:32:30 +00:00
bryner%uiuc.edu 3985890e25 Updating for necko api change. 2001-04-10 08:01:26 +00:00
javi%netscape.com 2cee056cc5 Fix some build bustage. 2001-04-10 01:39:03 +00:00
javi%netscape.com 46fa9d174b initialize with the correct file name. 2001-04-09 22:52:47 +00:00
bryner%uiuc.edu 203287f6ae Fixing more fallout from danm's checkin. 2001-04-09 18:30:18 +00:00
javi%netscape.com 2c6f82247c Get rid of a signed/unsigned comparison warning. 2001-04-09 17:44:08 +00:00
bryner%uiuc.edu 8b37c8820c Syncing with danm's nsIDialogParamBlock changes. r=cls. Not part of build. 2001-04-09 08:44:46 +00:00
bryner%uiuc.edu f6de591fe9 Fixing NSS to know about the new include path for NSPR. Patch from cls, r=bryner. 2001-04-07 07:22:18 +00:00
bryner%uiuc.edu 1c4df61465 Adding correct include path for NSPR, since it has changed. Patch from cls, r=bryner. 2001-04-07 06:37:07 +00:00
nelsonb%netscape.com ad5e367c06 Merge changes from NSS_3_2_BRANCH. Fix backward compatibility issues. 2001-04-06 17:47:15 +00:00
relyea%netscape.com 08e45883c5 Add Makefiles for SunOS 5.9 for sparc and intel. 2001-04-06 00:22:11 +00:00
ddrinan%netscape.com b65d9342c4 Fixed some xul elements that should have been label instead of value 2001-04-05 22:48:52 +00:00
ddrinan%netscape.com d902f4645a Use security.default_personal_cert for client auth 2001-04-05 00:36:53 +00:00
ddrinan%netscape.com ba61aa365a Fixed some typos in the pref names 2001-04-05 00:35:01 +00:00
bryner%uiuc.edu 827153f488 Making the CertContentListener support weak refs, this makes it so the user gets prompted to import the certificate. r=javi. 2001-04-04 23:30:05 +00:00
sonmi%netscape.com 724ef914cf updated 2001-04-04 23:28:57 +00:00
ddrinan%netscape.com 44bad1aeb9 Fixed preftype error for default_personal_cert. r=javi 2001-04-04 22:23:27 +00:00
mcgreer%netscape.com f0c3234d22 fix bug #74764
r=javi
2001-04-04 21:06:22 +00:00
bryner%uiuc.edu 9b64af3121 Fixing client auth. r=darin, sr=ben. Not part of the build. 2001-04-04 07:36:39 +00:00
sonmi%netscape.com f1403835ca removed unneccessary variables 2001-04-04 00:31:59 +00:00
sonmi%netscape.com aac65383e2 workaround, when running backward compatibility tests pk12util tests don't run 2001-04-04 00:29:27 +00:00
sonmi%netscape.com 279bfc8f54 added functionallity for backward compatibility testing, improved messages 2001-04-04 00:28:12 +00:00
sonmi%netscape.com 83fcb665a3 added backward compatibility tests 2001-04-04 00:23:18 +00:00
sonmi%netscape.com 0cf7b38a1b added functionallity for backward compatibility testing 2001-04-04 00:22:43 +00:00
javi%netscape.com 39cb237a92 Fix for Bug 74436 patch provided by ccarlen r=danm
Make PSM 2.0 use the embedding friendly window watcher
  service instead of grabbing the hidden window.
2001-04-04 00:06:18 +00:00
javi%netscape.com ef73f92268 Fix UNIX build bustage 2001-04-04 00:03:02 +00:00
nicolson%netscape.com e6c3174bf3 just hacking. 2001-04-03 04:08:20 +00:00
ddrinan%netscape.com 79a8b94162 Added client auth callback 2001-04-03 01:11:30 +00:00
ddrinan%netscape.com fad29073c8 Need to include dist/private/security 2001-04-03 01:10:57 +00:00
ddrinan%netscape.com ac4a2abfac Added client auth dialog interface 2001-04-03 01:10:10 +00:00
ddrinan%netscape.com e1c94a4326 Client auth xul and js 2001-04-03 01:09:03 +00:00
ddrinan%netscape.com fff634f1fd Added client auth resources 2001-04-03 01:07:30 +00:00
ddrinan%netscape.com b9f72042a2 Added support for client auth dialogs 2001-04-03 01:06:17 +00:00
sonmi%netscape.com 462c1b52f5 improved usage and parameters, reduced connections from 5 to 1 2001-04-02 17:32:48 +00:00
jgmyers%netscape.com f185c5e4ed distinguish weak crypto: bug 31896 r=ddrinan 2001-04-01 19:38:12 +00:00
jgmyers%netscape.com 3c357f35f1 distinguish weak crypto in PSM2: bug 31896 r=dmose ser=darin 2001-04-01 19:37:29 +00:00
nelsonb%netscape.com 052b2e22df Fix a couple of memory leaks that occur in rare error paths. 2001-03-31 02:49:59 +00:00
mcgreer%netscape.com 71879dc03f clean up PKCS#12 code
refer to certs by db key, not nickname (fixes nickname collision bugs)
2001-03-30 19:55:00 +00:00