Commit Graph

1577 Commits

Author SHA1 Message Date
sonmi%netscape.com
5dbad752f8 changed tinderbox version so the files get written to a permanent directory
rather than the tinderbox area, and can later be inspected
2001-05-17 21:50:52 +00:00
mcgreer%netscape.com
87506235bb check in more roots to mozilla 2001-05-17 16:08:19 +00:00
jgmyers%netscape.com
3b2478b69d use the post-from-secure warning on mixed content sites: bug 50168 r=thayes sr=blizzard 2001-05-17 00:12:33 +00:00
javi%netscape.com
1cbc77c30b Fix for crashing Bug 81235, r=ddrinan sr =blizard
Fix for crash on Win32 when enrolling for certificates via the
  crypto.generateCRMFRequest method.
2001-05-16 23:31:56 +00:00
bryner%uiuc.edu
03f5034f85 Getting rid of unnecessary dependencies on OJI and appshell. r=thayes, sr=tor. 2001-05-16 08:06:43 +00:00
thayes%netscape.com
0b5a224275 Bug 43501 - r=ddrinan,sr=blizzard Add Privacy & Security to basic prefs
window.  Restructure security prefs, and move cookie and wallet prefs.
2001-05-16 04:43:18 +00:00
sonmi%netscape.com
606dbf7f9c when pk12util -i fails added test for pk12util tmp/lock file
when this exists errormessage to the log
2001-05-16 00:56:27 +00:00
javi%netscape.com
68559db3ce Fix build bustage 2001-05-16 00:32:11 +00:00
javi%netscape.com
14f59de6d6 Add JS libraries to project for linking. 2001-05-16 00:24:43 +00:00
sonmi%netscape.com
227f854124 seperated the output of the client and the server to work around
a problem on dump
2001-05-16 00:08:05 +00:00
javi%netscape.com
c10348d2d3 Add nsCrypto.cpp to Mac build. 2001-05-15 23:16:40 +00:00
javi%netscape.com
e4a50bbe8b 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
469535e50b Add nsPKCS11Slot.cpp to Mac build. 2001-05-15 20:42:26 +00:00
mcgreer%netscape.com
03c9c7ee8b bug 80094, implement device manager for PSM2
r=thayes, sr=blizzard
2001-05-15 20:40:28 +00:00
mcgreer%netscape.com
be51034d5a 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
dd40989267 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
e466670ee3 Use NSPR 4.1.1.
Modified files: manifest.mn, Makefile.
2001-05-15 17:31:15 +00:00
mcgreer%netscape.com
ba7c8cf2ed 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
f6348377f7 Update our intermodule dependencies list.
Fixing senna tinderbox bustage.
2001-05-14 09:55:00 +00:00
rpotts%netscape.com
8905add378 fix mac bustage... 2001-05-14 05:01:55 +00:00
cls%seawood.org
74757e3db2 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
eec0d6bf02 added Redhat 7.1 2001-05-11 23:15:28 +00:00
sonmi%netscape.com
78b6284542 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
af5da5056e 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
75609b3478 added symlinks for Redhat 7.2 Linux 2001-05-11 23:09:07 +00:00
sonmi%netscape.com
61008f3251 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
4fcffdb12c 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
cb8228ce90 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
27e6f20534 fix view 2001-05-11 03:14:45 +00:00
pinkerton%netscape.com
30d8e182e3 fix up view with new methods for drag/drop 2001-05-11 02:29:56 +00:00
sonmi%netscape.com
adc43e9eae 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
85f9e22df6 fixed 2 bugs regarding failures reported in wrong tests 2001-05-10 22:49:13 +00:00
javi%netscape.com
078a05cdde Check-in fix from NSS_3_2_BRANCH to the trunk. 2001-05-10 17:42:18 +00:00
thayes%netscape.com
bd84848d91 Bug
78834 r=cotter/sr=blizzard Change "weak" to "low-grade"
2001-05-10 06:09:15 +00:00
cls%seawood.org
8040040f79 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
da41cda585 Only disable Nagle delays on those platforms that benefit from doing so. 2001-05-10 02:37:59 +00:00
kirke%netscape.com
fa4b889925 Now setting error before new SECFailure returns (see 78577). 2001-05-09 22:40:22 +00:00
jdunn%netscape.com
beccdfbf62 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
1a206de184 Fix unintentional checkin of SecurityPanelOverlay.xul 2001-05-09 05:17:43 +00:00
thayes%netscape.com
64c97dddf8 Bug 79528 r=ddrinan/sr=ben Add edit window for SSL ciphers 2001-05-09 04:03:34 +00:00
thayes%netscape.com
4729c8e899 Bug 79528. r=ddrinan/sr=ben Add edit window for SSL ciphers 2001-05-09 03:57:51 +00:00
thayes%netscape.com
b8cf81dd04 Bug 79528 r=ddrinan/sr=ben Add edit window for SSL ciphers 2001-05-09 03:55:47 +00:00
nicolson%netscape.com
7bf3d8bb39 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
7223ea691f 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
f6a72ef1b7 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
975e24163f 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
008c6935ca Fixes 78577 (second half) This gets the SECItem->data member NULL case. 2001-05-08 22:53:23 +00:00
kirke%netscape.com
91ba46c031 Fixes 78577. Checking for NULL src arg. 2001-05-08 22:38:02 +00:00
relyea%netscape.com
e8fc77d869 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
d251e0ed4c Make crmfcgi build once again 2001-05-08 20:19:12 +00:00