summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 16296: fix race in sdr code.relyea%netscape.com2002-10-011-0/+2
* Fix SDR race condition with a coarse lock. Does not address multiaccess DBrelyea%netscape.com2002-10-012-1/+27
* bug 166793, uninitialized variablesian.mcgreer%sun.com2002-09-301-2/+10
* Bug 154689: removed the "with Shared Database" string. NSS is always builtwtc%netscape.com2002-09-301-8/+1
* Bug 127740: added a comment to explain the thread yield inwtc%netscape.com2002-09-301-0/+6
* Use the enumeration constant 'siBuffer' instead of 0.wtc%netscape.com2002-09-301-2/+2
* Bug 171422: removed unused (and incorrect) code. r=mcgreer.wtc%netscape.com2002-09-301-2/+0
* Bug 166772: 'cinfo' needs to be initialized to NULL. Fixed an indentationwtc%netscape.com2002-09-301-2/+2
* Bug 153258: fixed a misspelling in pk11_getDefTokName.wtc%netscape.com2002-09-281-1/+1
* Fix 128172: function to convert a session key to a token key.nicolson%netscape.com2002-09-283-0/+66
* Fix for 167615 - fix for crash with bad CRLs from token. Also fix error handlingjpierre%netscape.com2002-09-281-12/+20
* Bug 166781: fixed the bug that 'r2' may be used uninitialized. r=nicolson.wtc%netscape.com2002-09-271-0/+1
* bug 171198, leak moving temp cert to perm; add force parameterian.mcgreer%sun.com2002-09-274-6/+8
* Bug 167861: PK11_GetModInfo needs to set the error code.relyea%netscape.com2002-09-271-1/+5
* bug 130966: fix problems in searching and storing fixed keys.relyea%netscape.com2002-09-273-58/+162
* Bug 166894: Handle changing Trust when cert is in the token.relyea%netscape.com2002-09-2757-0/+13739
|\
* | fixup commit for tag 'NSS_3_6_BETA2'NSS_3_6_BETA2cvs2hg2002-09-2756-13708/+0
|/
* Add targets for HPUX Itanium family processors.nelsonb%netscape.com2002-09-271-4/+29
* Fix 169798: Failed to install ca signing certificate with NS3.6beta.nicolson%netscape.com2002-09-271-6/+11
* bug 158078, unitialized variable due to a lot of unneccessary codeian.mcgreer%sun.com2002-09-261-29/+2
* Fix for 167615 - don't crash if a token returns a NULL CRL objectjpierre%netscape.com2002-09-261-2/+5
* Fix for 167615 - don't crash if the CRL isn't found due to a database errorjpierre%netscape.com2002-09-261-1/+6
* Bug 170379: fix the stack overflow crash by not allocating the 32K "sieve"wtc%netscape.com2002-09-261-2/+4
* Bug 166894: destroy nssTrust before returning from STAN_ChangeCertTrust.wtc%netscape.com2002-09-241-5/+9
* Bug 169944: declare PK11_TokenKeyGen in pk11func.h and export it from thewtc%netscape.com2002-09-242-0/+4
* Bug 169785: CERT_AddOCSPAcceptableResponses should have a second argumentwtc%netscape.com2002-09-232-16/+25
* Change coding style used in nss/lib/pki to one that works with ctags.nelsonb%netscape.com2002-09-2310-676/+338
* Bug 169790: renamed CERT_DecodeDERCrlEx to CERT_DecodeDERCrlWithFlags.wtc%netscape.com2002-09-234-9/+11
* Fix 169578: PK11_ImportAndReturnPrivateKey sets wrong key type.nicolson%netscape.com2002-09-201-0/+3
* Fix corrupt listing of nicknames on keys.relyea%netscape.com2002-09-201-1/+1
* Fix memory leak mozbug 165655, r=wtcrelyea%netscape.com2002-09-201-0/+3
* Removed the duplicate NSS_3.6 section in the previous checkin.wtc%netscape.com2002-09-201-6/+1
* Fix for 145785 - Need to create signer infos using Subject Key ID. r=relyeajpierre%netscape.com2002-09-205-12/+79
* Update TC TrustCenter CAs in NSS 3.6 (tip). Fix for 169038jpierre%netscape.com2002-09-202-679/+559
* Fix for bug 156042 - crash when CA not issued by a valid CAjpierre%netscape.com2002-09-201-0/+3
* Bug 169581: the last two arguments to pk11_mkSlotString should have thewtc%netscape.com2002-09-192-3/+2
* Fix 169577: SGN_End crashes if DSA signature fails.nicolson%netscape.com2002-09-191466-0/+619505
|\
* | fixup commit for tag 'JSS_3_3_BETA1'JSS_3_3_BETA1cvs2hg2002-09-181466-619504/+0
|/
* Bug 91224: Make sure that we use Solaris ld, not GNU ld, to build NSS.wtc%netscape.com2002-09-184-17/+14
* Bug 153380: document the default values for the SSL options.wtc%netscape.com2002-09-181-4/+10
* Bug 157827: declare the exported PBE_ functions. Fixed the include-oncewtc%netscape.com2002-09-181-1/+18
* Fix memory leak in CRL cachejpierre%netscape.com2002-09-181-0/+5
* Call NSS_Shutdown() in crlutil. Part of purifying effortjpierre%netscape.com2002-09-171-0/+2
* Fix indentationjpierre%netscape.com2002-09-173-4/+4
* Bug 168722: fix compiler warnings.wtc%netscape.com2002-09-172-8/+8
* Add -r support to crlutil for multiple iterationsjpierre%netscape.com2002-09-171-27/+37
* Purify crlutiljpierre%netscape.com2002-09-171-17/+82
* Fix UMC in Purifyjpierre%netscape.com2002-09-162-0/+2
* Undo check-in that broke QAjpierre%netscape.com2002-09-162-7/+7
* Fix compiler warningsjpierre%netscape.com2002-09-142-7/+7