Граф коммитов

5043 Коммитов

Автор SHA1 Сообщение Дата
nelsonb%netscape.com 53db40c184 Initialize 4 variables. Plug UMR reports. Bug 263691. r=wtchang 2004-12-24 07:13:35 +00:00
nelsonb%netscape.com 4de5d886b0 Add end of list marker to SECErrorCodes enum in secerr.h.
Bug  273611, r=Saul.edwards
2004-12-23 23:42:25 +00:00
wchang0222%aol.com 6138988a6b Bugzilla bug 267839: use $< and $@ in makefile rules where appropriate.
r=relyea.
2004-12-22 00:06:42 +00:00
julien.pierre.bugs%sun.com 7a24bfb9ae Fix for 273993 . SSL client cache grows with non-restartable sessions . r=saul,nelson 2004-12-17 02:01:35 +00:00
darin%meer.net cc7d38e28d landing backend changes for bug 134105 "SOCKS5: DNS lookups should occur on proxy, not client side." (remote dns pref disabled by default) patch by malsmith@cs.rmit.edu.au, r=biesi, sr=darin 2004-12-16 02:46:12 +00:00
Stefan.Borggraefe%gmx.de ede8ea3a6b Fix for smoketest blocker bug 274481: "Domain name mismatch dialog missing all buttons"
r+sr=neil
2004-12-15 10:07:24 +00:00
cbiesinger%web.de 2ae4f26962 271068 make frozen PSM headers part of the gecko sdk
patch by Crispin Flowerday <crispin@flowerday.cx> r=bsmedberg sr=darin
2004-12-11 13:24:31 +00:00
Stefan.Borggraefe%gmx.de 4969dcc2f8 Bug 251991: Convert dialogs of the PSM to <dialog>
r=neil, sr=jst
2004-12-09 19:50:20 +00:00
julien.pierre.bugs%sun.com 16e1e2b492 Fix for 266206 - avoid calling getdtablesize twice 2004-12-08 23:00:19 +00:00
julien.pierre.bugs%sun.com 8a575b727a Fix for bug 270689 - race condition in softoken list lock creation . r=nelson 2004-12-08 01:13:54 +00:00
christophe.ravel.bugs%sun.com 0bbf9ee750 JSS tip: Version = 4.1 beta 2004-12-07 23:46:40 +00:00
julien.pierre.bugs%sun.com c24796eb24 Check for NULL PRFileDesc before closing them . r=saul,nelson 2004-12-07 06:25:34 +00:00
nelsonb%netscape.com 5b54120923 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 a370600844 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 0728554251 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 7a683e9f6b Move to version 4.0.1 Beta. 2004-12-01 01:19:58 +00:00
christophe.ravel.bugs%sun.com b117c9be12 238319: Sun packaging changes.
Port from NSS_3_9_BRANCH.
2004-11-29 16:31:50 +00:00
cbiesinger%web.de 7bd0bb15ba Bug 223310 use nsIObserver rather than nsIDOMWindowInternal in nsIKeygenThread.
r=jgmyers sr=darin
2004-11-24 20:17:25 +00:00
bugzilla%arlen.demon.co.uk 88480b9ec0 Bug 264102 Chrome should use document.title instead of window.title - various fixes (inspector,pki)
p=gandalf@firefox.pl r/sr=neil.parkwaycc.co.uk
2004-11-23 23:00:20 +00:00
nelsonb%netscape.com fa617848c1 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 90f11e6101 Bugzilla bug 268502: fixed some function declaration problems. r=jpierre,
relyea.
2004-11-18 23:51:37 +00:00
wchang0222%aol.com bcfa588d75 Bugzilla bug 270686: in getStatusString(), we should test statusString for
null before invoking the toString() method on it.  The patch is contributed
by Christine Ho of AOL. r=wtc,glen.beasley.
2004-11-18 22:56:11 +00:00
cbiesinger%web.de 50857de7a0 Bug 261637 move security.properties into PSM
r=bsmedberg sr=darin
2004-11-16 23:33:16 +00:00
darin%meer.net c79cfdbf74 fixes bug 261083 "Channels do not uniformly query their notification callbacks" r=biesi sr=bzbarsky 2004-11-15 20:16:52 +00:00
julien.pierre.bugs%sun.com 00d4055ea7 Fix bugzilla 268521 - C_CloseSession getting called after C_CloseAllSessions . r=relyea, nelsonb 2004-11-09 23:19:24 +00:00
wchang0222%aol.com 60e13508c3 Bugzilla bug 93206: allow $(CC) to contain multiple words. coreconf itself
doesn't set CC to be multiple words, but higher-level modules such as PSM
may pass CC to NSS on the gmake command line and $(CC) may contain multiple
words.  r=cls,jpierre.
2004-11-09 06:24:18 +00:00
wchang0222%aol.com 1b073ff2f7 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 cefdcee6c5 Bugscape bug 57238: implemented CMCCertId, OtherMsg, and TaggedContentInfo
for CMC.  The patch is contributed by Christine Ho of AOL. r=wtc.
Added Files: CMCCertId.java OtherMsg.java TaggedContentInfo.java
2004-11-09 06:01:15 +00:00
darin%meer.net f94aa8151e fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg 2004-11-07 23:59:35 +00:00
wchang0222%aol.com b9d3c2a831 Bugzilla bug 240784: removed the temporary workaround added in rev. 1.55. 2004-11-06 00:17:20 +00:00
timeless%mozdev.org 705b7382e9 Bug 265652 Possible code cleanup of nsNSSCertificateDB and nsPKCS12Blob
r=biesi sr=darin
2004-11-05 15:23:35 +00:00
wchang0222%aol.com 5dc1ebca59 Removed a useless makefile rule. 2004-11-05 02:46:09 +00:00
wchang0222%aol.com 9cdd7dd3cb Removed a comment and the commented-out code it described. 2004-11-05 02:42:21 +00:00
wchang0222%aol.com 9c7779751f Combined two lines into one. 2004-11-05 02:38:30 +00:00
wchang0222%aol.com cc7f62e55a Although we do use the native compilers by default on most platforms, it
is more correct to say "default compiler" than "native compiler" here.
2004-11-05 02:37:42 +00:00
wchang0222%aol.com 5d9394cbf3 ALL_TRASH should be defined with = rather than := because some of its
constituents (e.g., TARGETS) may be redefined after coreconf/config.mk has
been included (e.g., in a local config.mk file).  We do not want to expand
these constituents right when ALL_TRASH is defined.
2004-11-05 02:35:43 +00:00
wchang0222%aol.com 8f3e63d12b 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 36adca51ff Use the $< variable in the rule to build a program from a single object. 2004-11-05 01:45:49 +00:00
wchang0222%aol.com 74b1db2715 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 56ba8ca864 Need to pass $(CFLAGS) to $(MKPROG) when building a program from a single
object file.  This rule should be similar to the rule for building
$(PROGRAM).
2004-11-04 15:55:05 +00:00
wchang0222%aol.com 0183604b19 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 353fa248cc 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 b8053c9d1a 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 a419aae74d 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
darin%meer.net 96c79cea45 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
julien.pierre.bugs%sun.com 3d2edcac0f Fix for 266940 . increase MAX_THREADS in selfserv 2004-10-31 00:22:56 +00:00
julien.pierre.bugs%sun.com fbf0c30dc9 Fix for 266206 . close only up to 64k descriptors. 2004-10-29 06:14:22 +00:00
julien.pierre.bugs%sun.com d28cac494c Fix for bug 262192 . assert and check attribute ptr 2004-10-24 18:31:27 +00:00
julien.pierre.bugs%sun.com 24316582dd Fix for bug 265707 - SECMOD_FindSlot always returns NULL. r=relyea 2004-10-24 18:25:04 +00:00
julien.pierre.bugs%sun.com c4e35051b7 Fix for 265708. - count should be CK_ULONG 2004-10-23 20:23:50 +00:00