summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The isOnList test is useless in NSS 3.4 or later because Stan'sNSS_3_8_2_BETA2wtc%netscape.com2003-09-181-19/+0
* Bugzilla bug 124958: added support for pthreads on OpenBSD. The patch iswtc%netscape.com2003-09-161-0/+7
* When calling windres, use a temp file to work around resource issues.wtc%netscape.com2003-09-151-1/+1
* Bugzilla bug 217247: improved the memory leak fix for the appData nicknameswtc%netscape.com2003-09-124-8/+15
* Bugzilla bug 215581: build with GCC 3.2.2 for OS/2. The patch iswtc%netscape.com2003-09-111-7/+7
* Bugzilla bug 214824: use -no-cpp-precomp instead of -traditional-cpp, whichwtc%netscape.com2003-09-111-1/+1
* Bugzilla bug 217504: 1. Do not use -lsvld on recent AIX releases.wtc%netscape.com2003-08-304-6/+5
* Set NSS version to 3.8.2 Beta 2.wtc%netscape.com2003-08-281-1/+1
* Bugzilla bug 214674: made the Linux implementation of sslMutex really work.wtc%netscape.com2003-08-281-6/+13
* fixup commit for branch 'NSS_3_8_BRANCH'cvs2hg2003-08-281-0/+54
|\
| * 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