summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'NSS_3_6_BETA1'NSS_3_6_BETA1cvs2hg2002-09-1356-13708/+0
* Removed the SIGTERM signal handler, which was added to debug bug 119340.wtc%netscape.com2002-09-131-22/+0
* Bug 168384: need to initialize the nss3lookingForCA field of nssUsage.wtc%netscape.com2002-09-131-0/+1
* Bug 168368: fixed an uninitialized memory read in CERT_CreateRDN. Itwtc%netscape.com2002-09-131-9/+14
* Bug 168360: Add support for the MOZ_PROFILE build option.wtc%netscape.com2002-09-121-0/+7
* The blob db shim code (bug 162023) introduced a crash (bug 167615) sowtc%netscape.com2002-09-121-2/+2
* Fix for 167856 - memory leaks in CRL cachejpierre%netscape.com2002-09-112-15/+25
* Fix for 167849 - copy DER subject before adding an issuer to the hash table i...jpierre%netscape.com2002-09-112-9/+12
* bug 166741, fixing bug in previous patchesian.mcgreer%sun.com2002-09-101-18/+38
* Bug 167532: fixed a regression introduced by the previous checkin.wtc%netscape.com2002-09-101-0/+2
* Fix for 167649 - invalidate CRL cache when new CRL object is imported into a ...jpierre%netscape.com2002-09-102-28/+161
* Import NSPR 4.2.2 RC1.wtc%netscape.com2002-09-101-1/+1
* Fix 158009: enable compression of xpclass*.jar.nicolson%netscape.com2002-09-091-7/+0
* Backed out the previous checkin, which broke 64-bit platforms.wtc%netscape.com2002-09-092-7/+7
* fix compiler warningsian.mcgreer%sun.com2002-09-082-7/+7
* Bug 160805: fixed a leak and a double free of the arena introduced in thewtc%netscape.com2002-09-081-7/+6
* Bug 129701: removed the sleep command for Linux in kill_selfserv().wtc%netscape.com2002-09-073-9/+27
* Bug 123753: removed the vestige of the "for Clients" string in softoken'swtc%netscape.com2002-09-071-4/+2
* Bug 123753: the softoken is now compiled the same way for servers andwtc%netscape.com2002-09-072-11/+1
* Bug 127886: added the new function PK11_ImportDERCert.wtc%netscape.com2002-09-073-0/+18
* Bug 136209: added the -P dbprefix option. The original -P (partial CRLwtc%netscape.com2002-09-071-14/+22
* Roll back changejpierre%netscape.com2002-09-071-1/+1
* Roll back checkin to fix QA testsjpierre%netscape.com2002-09-071-11/+8
* Fix NT buildjpierre%netscape.com2002-09-071-0/+3
* Fix compiler warningsjpierre%netscape.com2002-09-074-5/+5
* Fix compiler warningsjpierre%netscape.com2002-09-078-19/+23
* Fix compiler warningsjpierre%netscape.com2002-09-072-9/+13
* Fix compiler warningsjpierre%netscape.com2002-09-071-10/+10
* Fix compiler warningsjpierre%netscape.com2002-09-071-4/+4
* Fix compiler warningjpierre%netscape.com2002-09-072-2/+2
* Fix compiler warning under windowsjpierre%netscape.com2002-09-071-1/+1
* Believe both entry types (old and new) when looking for the key.relyea%netscape.com2002-09-061-0/+12
* Initialize len before we use it.relyea%netscape.com2002-09-061-0/+1
* Bug 166933: fixed build breakage on the Mac.wtc%netscape.com2002-09-063-12/+12
* Bug 166893: copy the DER cert when importing the certificaterelyea%netscape.com2002-09-061553-0/+622612
|\
* | fixup commit for tag 'NSS_ZLIB_1_1_4_BASE'NSS_ZLIB_1_1_4_BASEcvs2hg2002-09-061553-622612/+0
|/
* Fix 164126: makefile build error.nicolson%netscape.com2002-09-0678-124/+104
* additional patch for bug 166768ian.mcgreer%sun.com2002-09-061-0/+2
* Fix for 162983 - consider all certs revoked if there is a bad CRL in the cachejpierre%netscape.com2002-09-061-0/+7
* Bug 136804: initialize inFile to PR_STDIN instead of NULL so that we don'twtc%netscape.com2002-09-061-1/+3
* UnwrapPubKeyWithFlags is supposed to be public!!relyea%netscape.com2002-09-061-0/+1
* Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.wtc%netscape.com2002-09-0634-111/+36
* Remove key.db from the using the blob db code. The blob db code uses the cert...relyea%netscape.com2002-09-061-3/+3
* bug 166741, unitialized variablesian.mcgreer%sun.com2002-09-051-3/+2
* Bug 166933: added quickder.c.wtc%netscape.com2002-09-051-0/+30
* Bug 166933: added dbmshim.c.wtc%netscape.com2002-09-051-0/+30
* make dsa_SignDigest static (mentioned in bug 166722)ian.mcgreer%sun.com2002-09-051-1/+1
* bugs 166722 and 166768, compiler warnings in blapitestian.mcgreer%sun.com2002-09-051-23/+37
* Fixed unresolved symbol DPCache_Refresh, which I believe is a misspellingwtc%netscape.com2002-09-051-1/+1
* Fix for 166714 - make SEC_FindCrlByName use the CRL cachejpierre%netscape.com2002-09-052-339/+469