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

2691 Коммитов

Автор SHA1 Сообщение Дата
nicolson%netscape.com e6b9306d2d Fix 114469: PK11_ImportDERPrivateKeyInfo should return a SECKEYPrivateKey*
r=relyea.
2001-12-19 20:14:53 +00:00
nicolson%netscape.com 9f9d215a24 Fix 114979: SECKEY_EncryptedPrivateKeyInfoTemplate no longer in public
header file.
r=relyea.
2001-12-19 20:11:56 +00:00
nicolson%netscape.com 8cb78f3d66 Fix 112321: make public SECKEY_DecodeDERSubjectPublicKeyInfo.
r=relyea.
2001-12-19 20:10:07 +00:00
relyea%netscape.com 3a8fe503be Fix Bug 115657.
1) advance the pointers in the initialization setup for p12 pbes (at the same
time fix the code to be much easier to read and understand).
2) Copy out the returned IV in pkcs11c.c.
2001-12-19 18:06:29 +00:00
varga%utcru.sk f1821018bd Fix for 113477. Group outlinercols. r=bryner sr=hyatt 2001-12-19 00:10:41 +00:00
nelsonb%netscape.com 8734ee5736 Don't allocate sieve from stack on machines with very-limited stacks.
Bug 115012.  Patch from Michael Kaply mkaply@us.ibm.com
2001-12-18 21:49:49 +00:00
seawood%netscape.com c946b52969 Use of LIB_PREFIX is inconsistent between moz & nss for OS/2 VA builds (bug 114748) so set NSS_LIB_PREFIX accordingly.
Fixing OS/2 tinderbox bustage
2001-12-18 21:16:25 +00:00
ian.mcgreer%sun.com d72962f867 this is why apps shouldn't be able to change cert values... 2001-12-18 21:11:41 +00:00
ian.mcgreer%sun.com c3089392a7 don't waste time setting trust bits if they aren't changing 2001-12-18 19:54:44 +00:00
ian.mcgreer%sun.com e52b690dae fix for 115719, user trust not being set 2001-12-18 16:04:52 +00:00
seawood%netscape.com 874c54280c Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
ian.mcgreer%sun.com 60458a49d5 test case for multiple recipients 2001-12-17 20:16:18 +00:00
ian.mcgreer%sun.com 4334518885 needed for traversal of keys 2001-12-17 13:43:34 +00:00
ian.mcgreer%sun.com 0be1bc0424 dbhandle needs to be set for subject list certs to work 2001-12-17 13:43:10 +00:00
jaggernaut%netscape.com 7936b26225 Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst 2001-12-17 07:14:49 +00:00
nicolson%netscape.com e0d5709901 Implement KeyPairGeneratorSpi 2001-12-17 03:54:41 +00:00
nicolson%netscape.com a4117cd89e We need a TokenException that extends RuntimeException, so we can throw it without declaring it 2001-12-17 03:52:13 +00:00
jaggernaut%netscape.com 2df17e0579 Remove timer from REQUIRES, the makefile.win edition 2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com 1886ca82f6 Remove timer from REQUIRES. r=pavlov 2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com 6ab111155d Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
wtc%netscape.com d5b74852a1 NSS 3.4 should use DBM 1.6. 2001-12-15 21:02:20 +00:00
seawood%netscape.com 0579abb205 Update PSM makefiles with LIB_PREFIX changes.
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #58981 r=cls
2001-12-15 06:44:57 +00:00
ian.mcgreer%sun.com baf889251d the last step - restrict trust domain and PK11_ searches to token objects
also, make sure trust is grabbed from crypto context
2001-12-14 20:50:59 +00:00
sonja.mirtitsch%sun.com d707c144bc thought I needed to do this in ssl... chge the readonlydir to prevent
mccrel from overflowing due to failing cleanup scripts...
2001-12-14 20:10:46 +00:00
sonja.mirtitsch%sun.com 9aea87469a fix for bug 73098, need to make other checkins in ssl.sh and don't
want to merge
Ian reviewed the patch
2001-12-14 20:02:53 +00:00
nicolson%netscape.com 2158e868a9 Add new provider classes for JCA Compliance. 2001-12-14 20:01:33 +00:00
nicolson%netscape.com fc5742cee1 Implement RSAPrivateKey and DSAPrivateKey. 2001-12-14 20:00:36 +00:00
nicolson%netscape.com d556d0d859 Move the master provider class here to avoid circular dependencies. 2001-12-14 20:00:01 +00:00
ian.mcgreer%sun.com e94fd9fee5 missed as part of last checkin, hack needed when certs come out of crypto context or cache 2001-12-14 18:50:49 +00:00
ian.mcgreer%sun.com 0b1b123e86 fix AIX build 2001-12-14 18:31:14 +00:00
ian.mcgreer%sun.com 8ab68cde61 implement local store of objects for crypto context 2001-12-14 17:32:23 +00:00
dbragg%netscape.com f1e5c7772c Fix for bug 109951. Updating the version number of the language packs to 0.9.7.
r=tao, sr=dveditz, a=asa for drivers@mozilla.org (also approved by ddrinan from security team)
2001-12-14 00:20:04 +00:00
javi%netscape.com 7d6a27aac5 Patch for Bug 11080, r=kaie, sr=jag
Checking in for timeless.  Don't use the negation form of the NS_SUCCEEDED
NS_FAILED macros.
2001-12-13 01:17:49 +00:00
jpierre%netscape.com d656102567 Fix 114787 - ssl_recv crashes in client. bogus assert. reviewed by nelson 2001-12-12 21:44:04 +00:00
ian.mcgreer%sun.com 276a29db57 detect hash collisions so that the caller can handle it 2001-12-12 20:23:07 +00:00
jpierre%netscape.com 0831c73a16 Fix for 105764 - compiler warnings 2001-12-12 04:14:48 +00:00
jpierre%netscape.com 6528454c9d Fix for 105764 - compiler warnings 2001-12-12 03:48:28 +00:00
jpierre%netscape.com 1d3ab5ba23 Fix for 108729 - AIX builds not fully optimized 2001-12-12 03:45:51 +00:00
sonja.mirtitsch%sun.com ff17c8ce02 enabling the tls stresstest 2001-12-12 03:15:01 +00:00
ian.mcgreer%sun.com b53f50dc35 original intent for concurrent list iteration, fixes bug 114727. a better long-term solution is needing for traversing the high-level token lists. 2001-12-12 00:07:25 +00:00
nelsonb%netscape.com 0089de2e12 Check some pointers for NULL before dereferencing them. 2001-12-11 23:47:18 +00:00
wtc%netscape.com 1e597ab034 Bugzilla bug 101528: merged the Linux-m68k compilation fix into the tip. 2001-12-11 22:12:10 +00:00
kaie%netscape.com b2ec7c12c6 Removing mcp Mac project files, as they were replaced by xml files.
b=98349 r=pink sr=sfraser
2001-12-11 22:09:55 +00:00
wtc%netscape.com 15ed793c09 Adding new XML Mac project files. 2001-12-11 22:09:17 +00:00
rangansen%netscape.com 7f60f13435 bug# 111096, r=kaie sr=kin; fixing js strict warnings - checking in for Stephane 2001-12-11 22:05:33 +00:00
rangansen%netscape.com 34ac16beb0 bug# 110233, r=rangansen sr=kin; fixing var name err. fixing re-declaration error 2001-12-11 22:01:49 +00:00
rangansen%netscape.com 8780840afa bug# 78720, r=rangansen sr=kin; fixing var name err. Checking in for Ssaux 2001-12-11 21:59:20 +00:00
ian.mcgreer%sun.com c6851c9334 first step towards separating token and session object searches as performance enhancement. Searches are still over both types until local cert and trust stores for crypto contexts are implemented. 2001-12-11 20:28:38 +00:00
rangansen%netscape.com d68eaa8fa3 bug# 114448, r=kaie, sr=hewitt removing the url type menu in crls 2001-12-11 05:59:49 +00:00
rangansen%netscape.com c9a9341436 bug# 114137, r=kaie, sr=hewitt fixing hardcoded string 2001-12-11 05:54:26 +00:00
rangansen%netscape.com 3d45b22822 bug# 111530, r=javi, sr=hewitt fixing broken button size for unrecognized cert 2001-12-11 05:51:40 +00:00
nicolson%netscape.com a07cd47d39 Fix 113301: SECKEY_ImportDERPublicKey should support all public key types.
r=relyea.
2001-12-10 21:11:14 +00:00
ian.mcgreer%sun.com 8e77799086 only do the replacement if a new cert was created 2001-12-10 20:08:15 +00:00
kaie%netscape.com 47f008518d Adding new XML Mac project files. 2001-12-10 19:54:12 +00:00
ian.mcgreer%sun.com 81c628bf9c wrong function name 2001-12-10 19:16:18 +00:00
ian.mcgreer%sun.com 7619d8f5ee check in error const 2001-12-10 19:14:32 +00:00
ian.mcgreer%sun.com a21966741b handle race condition where attempt is made to add cert to cache when it is already present (from being added by another thread). 2001-12-10 19:05:51 +00:00
ian.mcgreer%sun.com 800b155597 merge in 3.3 branch changes to tip 2001-12-10 18:14:23 +00:00
blakeross%telocity.com 7fc4af1524 Adding missing entity. 2001-12-09 20:41:46 +00:00
blakeross%telocity.com 103e4e2529 Checking in security portion of last night's fix. same reviewers. 2001-12-09 17:19:44 +00:00
relyea%netscape.com 41822492fe nssren.h needs to be included first in the header file or AIX will fail. 2001-12-07 21:32:05 +00:00
relyea%netscape.com 0fab6afdcf restore NSS rename to those files that need it. 2001-12-07 21:13:08 +00:00
sonja.mirtitsch%sun.com 35b3a319cd fixed the comment 2001-12-07 03:18:23 +00:00
relyea%netscape.com 4fa90c24ba 1) NT need the err= defines, use macros to set it appropriately (or not).
2) restore missing sec = function
2001-12-07 02:30:53 +00:00
rangansen%netscape.com 6d4dd9fbd9 bug# 107840 - Enables automatic update of crls - missed it last time
r=kaie; sr=darin ; sr=hewitt
2001-12-07 02:18:40 +00:00
jpierre%netscape.com 962ae85f0b Code formatting patch to support legacy text editors 2001-12-07 02:09:45 +00:00
relyea%netscape.com 05517fc59e emulate does not include PORT_ functions, use PR_ASSERT 2001-12-07 02:04:24 +00:00
relyea%netscape.com 7bfd9c97ec Clean up compilier warnings on Solaris and Linux, most particularly:
1) Implicit declaration of function.
2) Possibly unitialized variables.

These warnings have indicated some real problems in the code, so many changes
are not just to silence the warnings, but to fix the problems. Others were
inocuous, but the warnings were silenced to reduce the noise.
2001-12-07 01:36:25 +00:00
ian.mcgreer%sun.com 08de45a2ba get modification of trust on builtins certs to work by storing the modified trust on the softoken. implement merging of multiple trust instances. 2001-12-06 23:43:14 +00:00
jpierre%netscape.com 64aeabc47e Fix for 108097 - allow cmsutil to work with dual-key certs for signing and encrypting 2001-12-06 23:19:41 +00:00
rangansen%netscape.com 4e16cb8e6a bug# 107840 - Enables automatic update of crls
r=kaie; sr=darin ; sr=hewitt
2001-12-06 22:36:45 +00:00
jpierre%netscape.com 151d643065 Patch for 107323 - fix compiler warnings 2001-12-06 21:25:32 +00:00
ian.mcgreer%sun.com 7e3deea6bd patches to get s/mime dual key certs working, bug 113741 2001-12-06 18:21:38 +00:00
jpierre%netscape.com bc8745f219 Improve error handling in cmsutil - don't proceed when error occurs, and display more information about failures using SECU_PrintError 2001-12-06 03:19:22 +00:00
sonja.mirtitsch%sun.com 99d330d038 misspelled dbtests 2001-12-06 01:46:09 +00:00
jpierre%netscape.com 1db48f3b50 Fix OS/2 build bustage - conflict with error.h from OS/2 toolkit . Put explicit include path to resolve it 2001-12-06 01:36:07 +00:00
sonja.mirtitsch%sun.com b6208c539b trying to hook in dbtest 2001-12-06 00:51:56 +00:00
sonja.mirtitsch%sun.com bc01a248a7 added dbtest 2001-12-05 23:35:55 +00:00
sonja.mirtitsch%sun.com f1e9946cf7 adderd redhat 7.2, changed tinderbox back to defaulting to the tip 2001-12-05 22:52:46 +00:00
sonja.mirtitsch%sun.com a56f81859f test for key and cert databases 2001-12-05 19:18:14 +00:00
sonja.mirtitsch%sun.com fb94e12c7a added 2 more tests 2001-12-05 18:34:09 +00:00
ian.mcgreer%sun.com fcf0d153a6 if no token name is provided to PK11_FindCertByNickname, default to internal token (as opposed to the entire trust domain) 2001-12-05 17:07:53 +00:00
sonja.mirtitsch%sun.com 7407ece054 added calls to new dbtest program 2001-12-05 04:25:31 +00:00
pchen%netscape.com e7238d0017 bug 101263, r=kaie, sr=alecf, when we get logout-session message, logout of
password manager
2001-12-04 22:42:21 +00:00
alexsavulov%netscape.com 8ed7208467 fix for bug 101699: "Form does not submit if insecure submission warning active"
Patch by brendan, sr= attinasi, r= alexsavulov
2001-12-04 22:18:55 +00:00
sonja.mirtitsch%sun.com 252c1a941a changed the evaluation of returncode 2001-12-04 21:01:47 +00:00
ddrinan%netscape.com 8e67a4a3e1 Removed extra close comment in MOZ_CLIENT comment section 2001-12-04 19:14:33 +00:00
wtc%netscape.com b29d99b6b3 Bugzilla bug 111574: standard header files should be included with
#include <foo.h>, not #include "foo.h".  Thanks to Roland Mainz
<Roland.Mainz@informatik.med.uni-giessen.de> for the patch.  r=wtc.
Modified files: signtool.h jar.h
2001-12-04 18:36:58 +00:00
wtc%netscape.com dcd1dbe6dc Bugzilla bug 111294: make NSS build on QNX6 (Neutrino). The patch was
contributed by Dave Inglis <dinglis@qnx.com>. r=wtc.
Modified Files:
	coreconf/config.mk coreconf/nsinstall/nsinstall.c
	nss/lib/freebl/unix_rand.c nss/lib/ssl/unix_err.c
Added Files:
	coreconf/QNX.mk
2001-12-04 18:20:57 +00:00
kaie%netscape.com 882c35c877 b=110420 fix cert prompt dialogs
r=javi sr=shaver
2001-12-04 15:56:54 +00:00
sonja.mirtitsch%sun.com 4374d42c23 new test for enhancement request 112504, not hooked in yet 2001-12-04 04:16:56 +00:00
sonja.mirtitsch%sun.com 94629a8f7b one more change for bug #111229 2001-12-04 02:58:59 +00:00
sonja.mirtitsch%sun.com d43681b81b improvements coupling QA and tinderbox 2001-12-04 00:44:35 +00:00
sonja.mirtitsch%sun.com 3d3762626d commiting some changes (backwardcompatibility tests, uname -p problem,
numbers of tests...)
before starting to work on tinderbox problem, log hard to find. 111229
2001-12-03 23:00:02 +00:00
relyea%netscape.com 9122d48c12 Sigh, Fix name collision between pk11wrap and softoken. 2001-12-03 19:56:00 +00:00
relyea%netscape.com d96eaba003 Fix Solaris and HP build failures. 2001-12-03 19:51:57 +00:00
rangansen%netscape.com 0b0bf1cd53 bug 112517, r=rangansen sr=hewitt.
Removing some dead bloats  checking in for John Morrison
2001-12-02 22:11:21 +00:00
rangansen%netscape.com cbb5012139 bug 112249, r=rangansen sr=blake.
checking in for John Morrison
2001-12-02 22:00:28 +00:00
relyea%netscape.com 30b1f8ceb4 1) restore the const to PK11_Configure().
2) partial set of fixes from Nelson's review (checking for NULL) from the
'double escape' functions.
3) Add functions to clean up global memory locks
2001-11-30 23:32:30 +00:00
relyea%netscape.com 00352cfa6e The other half of the double check change. 2001-11-30 23:29:31 +00:00
relyea%netscape.com ae6092e18d Fix several memory leaks.
Adjust the default hash sizes down for mozilla client.
Merge the NSS 3.3 key check and signature check stuff.
2001-11-30 23:24:35 +00:00
relyea%netscape.com 084e20bef6 fix Bug 93989 Memory leak when adding a module. 2001-11-30 23:22:53 +00:00
relyea%netscape.com 79679bdc64 Add code to 'shutdown' freebl (clean up the blinding cache in rsa).
merge the NSS 3.3 changes to export Ian's double check code through the loader.
2001-11-30 23:21:49 +00:00
ian.mcgreer%sun.com dbc3267711 fix so that nickname lookup falls back to email address (for CERT_FindCertByNicknameOrEmailAddr) 2001-11-30 22:40:31 +00:00
javi%netscape.com 5b2f4a6bd3 Remove reference to nsSecureBrowserUIImpl.obj which is no longer built in this
directory.  Should fix tbox bustage.
2001-11-30 02:30:37 +00:00
kaie%netscape.com 03e1cbc357 b=109777 Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-30 00:07:13 +00:00
javi%netscape.com 88a342b4ea b=75947 Landing security startup performance improvement and related issues. r=javi sr=alecf b=109777 Make sure certificate downloading works immediately r=javi sr=mscott (checking in for kaie) 2001-11-29 23:45:36 +00:00
kaie%netscape.com be039297a5 b=75947 Landing security startup performance improvement and related issues.
r=javi sr=alecf
b=109777  Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-29 23:43:26 +00:00
kaie%netscape.com 5cb9ace646 b=75947 Landing security startup performance improvement and related issues.
r=javi sr=alecf
b=109777  Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-29 23:36:34 +00:00
javi%netscape.com c244c9c4b7 b= 75947 Landing security start up performance improvement and related issues r=javi sr=alecf b=10977 Make sure certificate downloading works immediately r=javi sr=mscott (checking in for kaie) 2001-11-29 23:25:56 +00:00
kaie%netscape.com 39c87f91d0 b=75947 Landing security startup performance improvement and related issues.
r=javi sr=alecf
b=109777  Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-29 23:19:52 +00:00
ian.mcgreer%sun.com b59d15e912 fix bug found from PK11_ListCerts 2001-11-29 22:05:32 +00:00
ian.mcgreer%sun.com 87e2811f81 fix memory leaks 2001-11-29 19:34:08 +00:00
jpierre%netscape.com 661c02ef68 Fix for bug 95458 - ASN1 decoder crashes when fed incorrect data 2001-11-29 18:46:17 +00:00
kaie%netscape.com e941eb220c b=111938 Wrong usage of getService => createInstance
r=javi sr=shaver
2001-11-29 12:50:26 +00:00
kaie%netscape.com 0fb0414974 b=106939 Fix wrong caps.
r=javi sr=shaver
2001-11-29 12:47:20 +00:00
ian.mcgreer%sun.com e97e4f5dd4 solaris x86 doesn't seem to like PR_LOG, so turning it off by default in debug builds 2001-11-28 20:19:38 +00:00
ian.mcgreer%sun.com c3cb1b39dc land changes for handling temporary and cached certs in 3.4
* separate trust object from cert object
* move handling of cryptoki objects into libdev
* implement digest in libdev (for trust object indexing)
* fixes in cache implementation; connect cache to 3.4 certs
* implement CERT_NewTempCertificate via crypto context
2001-11-28 16:23:51 +00:00
jpierre%netscape.com acba2ca844 Fix crlutil crash on error 2001-11-28 02:47:22 +00:00
sonja.mirtitsch%sun.com a8dda2f40d trying to reduce sleeptime on linux. relyea thinks we need 30 seconds until selfserv frees the socket, testing. maybe it can also be fixed in the networkconfiguration? 2001-11-27 22:20:14 +00:00
kirk.erickson%sun.com 594b685c88 Fixes bug 107777. Added '-L <seconds>' argument (ops/sec logging).
Review by Nelson and Wan-Teh made this patch very clean.  We are
now creating a separating logger() thread.
2001-11-27 20:08:57 +00:00
ian.mcgreer%sun.com 4fb93318d6 include AES in performance info dump 2001-11-26 17:53:44 +00:00
wtc%netscape.com 046ffc50d1 Bugzilla bug 111293: the inclusion of "nssrenam.h" in this file breaks
the NSS build (on 64-bit AIX).  I am backing it out.
2001-11-22 02:27:57 +00:00
jpierre%netscape.com 3e1ef7f122 Bug 105271 - undo changes 2001-11-22 01:24:39 +00:00
jpierre%netscape.com ffd3058cdb Fixes for OS/2 build 2001-11-22 00:46:48 +00:00
jpierre%netscape.com 6238b1dbcb Fix for 95128 - OS/2 build issue with DBM 2001-11-22 00:13:56 +00:00
nelsonb%netscape.com 4e252684ab Change form to inform user that serial number is a hex string. 2001-11-21 23:38:25 +00:00
nelsonb%netscape.com d6b5a6416c Some bug fixes found while debugging a different bug. 2001-11-21 23:33:26 +00:00
jpierre%netscape.com cedf16bd3f Fix for 95264 - add more info in s/mime script 2001-11-21 21:37:12 +00:00
sonja.mirtitsch%sun.com 4c025624bd removed the before and after context grep as a workaround for 97209 2001-11-21 21:19:14 +00:00
nelsonb%netscape.com 203546afac Change the behavior of the -list <module> option so that it doesn't stop
at the first error it encounters when looping through the slots, and so
that it displays the slot info even if it cannot get token info. 111075
2001-11-21 20:52:37 +00:00
relyea%netscape.com 89d41ad9ef changes for PSM to compile against NSS shared libraries.
Move SSL and S/MIME to the new common MAPFILE usage
2001-11-21 18:00:28 +00:00
seawood%netscape.com c7052a25ef 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 6dbe9eaba3 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 48663cec84 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:53:22 +00:00
seawood%netscape.com 9850f387af Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
sonja.mirtitsch%sun.com a26b35933f bugfixes, regarding a daily build directory insider the daily build... 2001-11-21 02:36:33 +00:00
relyea%netscape.com 3c7bfd0d6e 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 5be208f1a7 fixed several PC solaris PATH problems - build problems 2001-11-20 01:06:41 +00:00
relyea%netscape.com 082ac010c2 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 3decd20493 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 1a7de6269f some minor ckfw fixes 2001-11-16 19:41:49 +00:00
ian.mcgreer%sun.com deb59a5517 fips fix for signtool 2001-11-16 19:39:37 +00:00
ian.mcgreer%sun.com 988042619c fix unneeded lock release in list iteration 2001-11-16 19:36:43 +00:00
relyea%netscape.com d66bddd9e0 Remove redundant call to createHash Tables. bug 95537 2001-11-16 18:10:24 +00:00
rangansen%netscape.com 68553d59dd 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 bc07e632e4 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 c55b359cb6 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 cb9c6c7548 b=108600 Avoid the risk of unexpected NSS shutdowns
r=javi sr=blizzard
2001-11-16 01:55:37 +00:00
relyea%netscape.com dde26924cd The new DB stuff was not supposed to be turned on! 2001-11-16 01:18:21 +00:00