summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for tag 'ROGC_20020930_FREEZE'ROGC_20020930_FREEZEcvs2hg2002-09-1346-0/+12704
|\
* | 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
| | | | | should not call va_arg if 'ava0' is NULL (which means 'ava0' is the last argument).
* 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
| | | | disable it for NSS 3.6 Beta1.
* 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 ↵jpierre%netscape.com2002-09-112-9/+12
| | | | in CRL cache
* bug 166741, fixing bug in previous patchesian.mcgreer%sun.com2002-09-101-18/+38
| | | | r=wtc
* 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
| | | | token
* 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
| | | | previous checkin.
* Bug 129701: removed the sleep command for Linux in kill_selfserv().wtc%netscape.com2002-09-073-9/+27
| | | | | | Instead, we try to bind to the port in a loop until the port has been freed. Added the -b (bindOnly) option to selfserv for this purpose. Modified files: cmd/selfserv/selfserv.c tests/common/init.sh tests/ssl/ssl.sh
* Bug 123753: removed the vestige of the "for Clients" string in softoken'swtc%netscape.com2002-09-071-4/+2
| | | | sccs and rcs version id strings.
* Bug 123753: the softoken is now compiled the same way for servers andwtc%netscape.com2002-09-072-11/+1
| | | | | clients, so removed the "for Clients" string in the version info. Modified files: config.mk softokn.rc
* Bug 127886: added the new function PK11_ImportDERCert.wtc%netscape.com2002-09-073-0/+18
| | | | Modified files: nss/nss.def pk11wrap/pk11cert.c pk11wrap/pk11func.h
* Bug 136209: added the -P dbprefix option. The original -P (partial CRLwtc%netscape.com2002-09-071-14/+22
| | | | decode) option was renamed -p.
* 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
| | | | Modified files: certdb/crl.c certhigh/certhigh.c softoken/dbmshim.c
* 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
| | | | Change the NSS module name from "security" to "nss".
* 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
| | | | | crash if the -i option is not specified. Added two assertions to avoid closing PR_STDIN due to internal errors.
* 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
| | | | The patch for this checkin is attached to bug 166785.
* Remove key.db from the using the blob db code. The blob db code uses the ↵relyea%netscape.com2002-09-061-3/+3
| | | | | | | cert7.db record format to record blobs in the database, which is incompatible with the key3.db format. (key3 does not have any record types).
* bug 166741, unitialized variablesian.mcgreer%sun.com2002-09-051-3/+2
| | | | r=wtc
* 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
| | | | r=wtc
* Fixed unresolved symbol DPCache_Refresh, which I believe is a misspellingwtc%netscape.com2002-09-051-1/+1
| | | | of DP_RefreshCache.