wtchang%redhat.com
2aadb23379
Bugzilla Bug 279621: removed relnotes.txt, which contains HCL 1.7.5 release
...
notes.
2005-01-27 19:06:07 +00:00
wtchang%redhat.com
82b1183c84
Bugzilla Bug 267158: removed the $Name$ RCS keyword from our source files.
...
This keyword adds noise to the output of "ident libnss3.so | grep NSS"
on our debug build, and appears to cause spurious CVS conflicts. r=nelsonb.
2005-01-20 02:25:51 +00:00
wtchang%redhat.com
d0724fcd94
Bugzilla Bug 278381: fixed double frees and mismatch of format specifers
...
and arguments. The patch is contributed by Tim Ruehsen
<tim.ruehsen@gmx.de>. r=wtc,relyea.
2005-01-14 18:59:20 +00:00
wtchang%redhat.com
467935176b
Bugzilla Bug 276180: defend against invalid arguments to PK11_HashBuf
...
and PK11_DigestOp. r=nelsonb.
2005-01-04 22:00:01 +00:00
wtchang%redhat.com
ddbea8b6fc
Bugzilla bug 273624: fixed the regression (from NSS 3.3.x) that
...
NSS_Initialize didn't report the SEC_ERROR_BAD_DATABASE error if
the NSS databases haven't been created. r=nelsonb,relyea.
Modified Files: pk11wrap/pk11err.c pk11wrap/pk11load.c
softoken/dbinit.c softoken/pkcs11n.h
2005-01-04 18:20:00 +00:00
nelsonb%netscape.com
897bade8c1
Initialize 4 variables. Plug UMR reports. Bug 263691. r=wtchang
2004-12-24 07:13:35 +00:00
nelsonb%netscape.com
c50e280c7b
Add end of list marker to SECErrorCodes enum in secerr.h.
...
Bug 273611, r=Saul.edwards
2004-12-23 23:42:25 +00:00
julien.pierre.bugs%sun.com
99bef0be47
Fix for 273993 . SSL client cache grows with non-restartable sessions . r=saul,nelson
2004-12-17 02:01:35 +00:00
julien.pierre.bugs%sun.com
6c048409ed
Fix for 266206 - avoid calling getdtablesize twice
2004-12-08 23:00:19 +00:00
julien.pierre.bugs%sun.com
5ab2c1cd4b
Fix for bug 270689 - race condition in softoken list lock creation . r=nelson
2004-12-08 01:13:54 +00:00
julien.pierre.bugs%sun.com
7bcac0c35b
Check for NULL PRFileDesc before closing them . r=saul,nelson
2004-12-07 06:25:34 +00:00
nelsonb%netscape.com
5bf350b4f7
Workaround the occasional SSL server cert that has the step-up OID but
...
not the SSL server OID. Patch by Aaron Spangler <aaron@spangler.ods.org>
Bug 231775. r=nelson
2004-12-02 22:08:14 +00:00
nelsonb%netscape.com
c33c315aee
When attempting to find an SMIME profile for a given email address,
...
firt ensure that the email address is not NULL and not empty.
Bugzilla bug 263596. r=wan-teh.
Modified Files: lib/certdb/stanpcertdb.c lib/pk11wrap/pk11nobj.c
2004-12-02 21:34:15 +00:00
nelsonb%netscape.com
5b13f09e65
Fixes bugs 258416, 261374, 261375, 261379, 271551 and 271585
...
Modified Files: certdata.c certdata.txt nssckbi.h
r=relyea. Add root CA certs for
QuoVadis Root CA C,C,C
Security Communication Root CA C,C,C
Sonera Class 1 Root CA C,C,C
Sonera Class 2 Root CA C,C,C
Staat der Nederlanden Root CA C,C,C
TDC Internet Root CA C,C,C
TDC OCES Root CA C,C,C
UTN DATACorp SGC Root CA C,p,p
UTN USERFirst Email Root CA p,C,p
UTN USERFirst Hardware Root CA C,p,p
UTN USERFirst Object Root CA p,p,C
2004-12-02 19:47:45 +00:00
christophe.ravel.bugs%sun.com
b9517a325d
238319: Sun packaging changes.
...
Port from NSS_3_9_BRANCH.
2004-11-29 16:31:50 +00:00
nelsonb%netscape.com
08836590b0
Do case-insensitive comparisons of hostnames to wildcarded names.
...
Bug 266651. Patch contributed by Ken Key <key+mozilla@ksquared.net>.
2004-11-19 23:54:10 +00:00
wchang0222%aol.com
7c98ff6077
Bugzilla bug 268502: fixed some function declaration problems. r=jpierre,
...
relyea.
2004-11-18 23:51:37 +00:00
julien.pierre.bugs%sun.com
94b08bc344
Fix bugzilla 268521 - C_CloseSession getting called after C_CloseAllSessions . r=relyea, nelsonb
2004-11-09 23:19:24 +00:00
wchang0222%aol.com
3b305b181f
Bugzilla bug 248435: declare the exported functions CERT_DecodeGeneralName
...
and CERT_EncodeGeneralName in the public header cert.h. r=jpierre.
Modified Files: cert.h genname.h xconst.c
2004-11-09 06:13:32 +00:00
wchang0222%aol.com
896b606026
Removed a useless makefile rule.
2004-11-05 02:46:09 +00:00
wchang0222%aol.com
254aeee16c
Bugzilla bug 261794: cvs removed obsolete .cvsignore files that contain
...
only files that have since been checked into CVS. r=gerv.
Removed Files: ckfw/.cvsignore pki1/.cvsignore
2004-11-05 02:28:40 +00:00
wchang0222%aol.com
382316cb4d
Define the macro 'verbose' as -1 to turn all all zlib trace messages in
...
debug builds. This is to be consistent with our modifications to the old
zlib (Bugzilla bug 131826).
2004-11-04 16:23:19 +00:00
wchang0222%aol.com
37654a1a9c
Removed the definition of 'errno' as a global variable for WinCE. Our
...
WinCE port implements 'errno' as thread local storage.
2004-11-04 06:14:23 +00:00
wchang0222%aol.com
f4dfeee106
The test programs $(PROGRAMS) need to be added to TARGETS, otherwise
...
they won't get built and the libs target will fail trying to install them.
2004-11-04 06:09:24 +00:00
wchang0222%aol.com
1540a23e93
Added makefile rules to build the test programs (example and minigzip) and
...
the test target to run the tests.
Modified Files: Makefile config.mk manifest.mn
2004-11-03 02:17:04 +00:00
wchang0222%aol.com
bf8833c4b9
Bugzilla bug 131826: upgraded to zlib 1.2.2. a=relyea,jpierre.
...
Modified Files:
README adler32.c compress.c config.mk crc32.c deflate.c
deflate.h example.c gzio.c inffast.c inffast.h inffixed.h
inflate.c inftrees.c inftrees.h manifest.mn minigzip.c trees.c
uncompr.c zconf.h zlib.h zutil.c zutil.h
Added Files:
crc32.h infback.c inflate.h
Removed Files:
infblock.c infblock.h infcodes.c infcodes.h infutil.c
infutil.h makefile.win maketree.c netscape_mods.doc zip16.def
2004-11-02 23:40:10 +00:00
julien.pierre.bugs%sun.com
358d31e347
Fix for 266940 . increase MAX_THREADS in selfserv
2004-10-31 00:22:56 +00:00
julien.pierre.bugs%sun.com
504b389434
Fix for 266206 . close only up to 64k descriptors.
2004-10-29 06:14:22 +00:00
julien.pierre.bugs%sun.com
781aca838b
Fix for bug 262192 . assert and check attribute ptr
2004-10-24 18:31:27 +00:00
julien.pierre.bugs%sun.com
464720d125
Fix for bug 265707 - SECMOD_FindSlot always returns NULL. r=relyea
2004-10-24 18:25:04 +00:00
julien.pierre.bugs%sun.com
0571dde1e9
Fix for 265708. - count should be CK_ULONG
2004-10-23 20:23:50 +00:00
julien.pierre.bugs%sun.com
c2ba47a939
Fix for 265504 - cmsutil dumps core with invalid option set. r=wtc
2004-10-22 22:39:47 +00:00
wchang0222%aol.com
0e502115b8
Bugzilla bug 265686: the 'name' argument to PK11_FindSlotByName should be
...
const char *. The patch is contributed by timeless@bemail.org . r=wtc.
Modified files: pk11pub.h pk11slot.c
2004-10-22 22:13:45 +00:00
relyea%netscape.com
e93a53498f
[Bug 262274] visibility of PK11_GetCertFromPrivateKey and CERT_DecodeDERCertificate
2004-10-14 22:34:47 +00:00
relyea%netscape.com
e56b27e7a7
bug 262774 export PK11_GetCertFromPrivateKey publically.
2004-10-14 22:15:21 +00:00
relyea%netscape.com
5be4b0f4b4
Fix regression where PK11LogoutAll will crash when called when NSS is not initialized.
2004-10-11 22:37:41 +00:00
julien.pierre.bugs%sun.com
e6651557ec
Fix for 259003 - port NSS to Solaris AMD64 . r=wtc
2004-10-11 02:15:42 +00:00
julien.pierre.bugs%sun.com
69a7452f8e
Include nssrwlk.h for NSSRWLock_ funtions
2004-10-07 04:36:03 +00:00
julien.pierre.bugs%sun.com
ff3b02711f
Remove unused variable
2004-10-07 04:14:18 +00:00
julien.pierre.bugs%sun.com
e5604f6a11
Include secmodi.h for SECMOD_NewListLock
2004-10-07 04:08:16 +00:00
julien.pierre.bugs%sun.com
604d7f6c98
Remove unused variable
2004-10-07 04:04:25 +00:00
julien.pierre.bugs%sun.com
61e303f6e7
Remove unused variables
2004-10-07 04:03:35 +00:00
julien.pierre.bugs%sun.com
fc043a3854
initialize variable
2004-10-07 03:57:19 +00:00
julien.pierre.bugs%sun.com
ed405e7ea1
Remove unused variables
2004-10-07 03:56:37 +00:00
julien.pierre.bugs%sun.com
acc95e4dd9
Remove unused variable
2004-10-07 03:55:25 +00:00
julien.pierre.bugs%sun.com
1fce2635d0
Avoid divide by zero iteration
2004-10-01 03:19:30 +00:00
wchang0222%aol.com
202405c65b
Print the error message if NSS_NoDB_Init fails.
2004-09-30 00:49:36 +00:00
nelsonb%netscape.com
5178c6777b
Fix bugzilla bug 261496. Absent OPTIONAL CHOICEs should not cause fatal
...
errors. Fix printing code to not crash on missing optional nextUpdate.
r=julien.pierre
2004-09-27 22:41:41 +00:00
nelsonb%netscape.com
ebadd0ad21
Fix bug 261333. Use the modulus length for the length of the output
...
buffer, not the length of the input data. r=julien.pierre
2004-09-24 21:44:20 +00:00
nelsonb%netscape.com
e4191760ba
Patch by kinmoz@netscape.net. Fix bug 260882 by clearing the valid
...
cache flag (named "searchedObjectType") even when the cache was empty.
2004-09-22 01:45:26 +00:00