summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'NSS_3_8_2_BETA1'NSS_3_8_2_BETA1cvs2hg2003-08-2618-23910/+0
* Set NSS version to 3.8.2 Beta.wtc%netscape.com2003-08-261-3/+3
* Bugzilla bug 72291: have PK11_ListCerts return all the cert instances onwtc%netscape.com2003-08-253-8/+50
* Bugzilla bug 209827: disable optimization to work around what appears towtc%netscape.com2003-08-222-0/+14
* Fix bug 213084. Detect when cert in signature cannot be imported.wtc%netscape.com2003-08-143-34/+46
* Fix for bug 202053 - build with VC++ .net 2003jpierre%netscape.com2003-08-071-1/+2
* Bugzilla bug 213192: take the first two components of $(OS_RELEASE) thewtc%netscape.com2003-07-211-1/+4
* Bugzilla bug 211350: support building on IRIX Alpha releases, whosewtc%netscape.com2003-07-211-2/+3
* Bugzilla bug 212797: added Linux2.6.mk so that we can build on Linux 2.6wtc%netscape.com2003-07-190-0/+0
* fixup commit for branch 'NSS_3_8_BRANCH'cvs2hg2003-07-191-0/+49
* Revert to text form of this file for the NSS 3.8 branch.nelsonb%netscape.com2003-07-111-2/+2
|\
| * fixup commit for tag 'NSS_3_8_1_RTM'NSS_3_8_1_RTMcvs2hg2003-07-113-4/+10
* | Set NSS version to 3.8.1.wtc%netscape.com2003-07-111-2/+2
* | Bug 209356: Unoptimize a file for OS/2 so personal certs work. Carriedwtc%netscape.com2003-07-111-0/+5
* | Change cert_GetCertificateEmailAddresses to return NULL rather thanwtc%netscape.com2003-07-101-4/+6
* | Bug 212112: we don't need to lock td->cache->lock while callingwtc%netscape.com2003-07-101-2/+6
* | Bug 212004: in CERT_IsUserCert we should test for a null cert->trust andwtc%netscape.com2003-07-091-2/+3
* | Bug 211384: fixed the bug that importing a CRL that already exists in thewtc%netscape.com2003-07-082-7/+10
* | Bug 211049: carried the fix in rev. 1.5 back to the NSS_3_8_BRANCH.wtc%netscape.com2003-07-031-1/+1
* | Back ported the changes in rev. 1.14 to the NSS_3_8_BRANCH.wtc%netscape.com2003-06-271-4/+23
* | Back ported the changes in rev. 1.8 and rev. 1.9 to the NSS_3_8_BRANCH.wtc%netscape.com2003-06-271-4/+14
* | Bug 210660: backed out the main change in the fix for bug 145322 becausewtc%netscape.com2003-06-272-22/+11
* | Bug 206934: use __declspec instead of _declspec. __declspec is thewtc%netscape.com2003-06-241-1/+1
|/
* Bug 208996: removed an assertion that's no longer valid after the recentwtc%netscape.com2003-06-191-4/+1
* Bug 208343: bumped the module's minor version for the removal of twowtc%netscape.com2003-06-051-1/+1
* Eliminate more NULL pointer dereferences. Bug 207740.wtc%netscape.com2003-06-051-4/+4
* Bug 208343: removed two Baltimore root certificates.wtc%netscape.com2003-06-052-515/+67
* Bug 204555: Eliminated other potential crashes in code related towtc%netscape.com2003-06-021-233/+277
* Bugzilla 207379: removed the certificate "ValiCert OCSP Responder".wtc%netscape.com2003-05-293-336/+76
* Partial fix for bug 204555, back ported from trunk for client tag.nelsonb%netscape.com2003-05-281-7/+17
* Making this file binary on the trunk also makes it binary on all branches.nelsonb%netscape.com2003-05-281-3/+2
* Backport fixes from trunk to branch. Bug 204555.nelsonb%netscape.com2003-05-242-53/+29
* Back port rev 1.26 from trunk to NSS 3.8 branch. Fix bug 174885.nelsonb%netscape.com2003-05-241-7/+4
* Backport memory usage fix to NSS 3.8.relyea%netscape.com2003-05-141-21/+47
* Bug 205580: Removed an error that was mistakenly introduced in rev. 1.56.wtc%netscape.com2003-05-141-1/+1
* Bug 202593 NSS does not lock non-threadsafe modules correctly.wtc%netscape.com2003-05-147-16/+79
* Fix two problems that together prevented NSS from reading encryptednelsonb%netscape.com2003-05-101-11/+47
* Fix for 201808 - builtin root certs module does not load under gcc OS/2 build...jpierre%netscape.com2003-05-093-8/+1
* Bug 203988: add build support for Linux/mips (such as Sony PlayStation 2wtc%netscape.com2003-05-011-0/+5
* Removed gcc warning - bug 203449bishakhabanerjee%netscape.com2003-04-291-0/+1
* Bug 134113: make NSS build on Win32 using GCC (MinGW). The patchwtc%netscape.com2003-04-2122-67/+277
* Fix for 202348 - check cert & key pointers returned by client auth applicatio...jpierre%netscape.com2003-04-172-0/+31
* Fix for 202058 - Compile source files with absolute pathnames to ease debuggi...jpierre%netscape.com2003-04-171-4/+45
* Fix for 201134 - race condition when verifying certs. Don't reset the value o...jpierre%netscape.com2003-04-173-28/+35
* fixup commit for branch 'NSS_3_8_BRANCH'cvs2hg2003-04-161-0/+53
* Fix bug 202053 - signing of softokn3.dll may fail on OS/2 . Force the use of ...jpierre%netscape.com2003-04-151-1/+1
* Bug 201555: enable stripping of EXEs on OS/2 with gcc. The LIBPATHSTRICTwtc%netscape.com2003-04-152-1/+2
* The .chk files should have the $(DLL_PREFIX), not $(LIB_PREFIX), becausewtc%netscape.com2003-04-121-1/+1
* Set NSS version to 3.8.1 Beta.wtc%netscape.com2003-04-081-3/+3
* fixup commit for branch 'NSS_3_8_BRANCH'cvs2hg2003-04-0756-13703/+0