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

4848 Коммитов

Автор SHA1 Сообщение Дата
gerv%gerv.net c40f4f93a2 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
jgmyers%speakeasy.net b57d435d13 move cert details code: bug 230655 r=ddrinan sr=jag 2004-04-18 21:20:31 +00:00
bryner%brianryner.com 4f8b5bf9d4 deCOMtaminate nsIScriptObjectPrincipal (bug 240745). This also fixes some code in nsCrypto.cpp that sems to have been mis-braced (I don't think it was working as intended). r+sr=jst. 2004-04-18 00:28:47 +00:00
varga%nixcorp.com 5026248834 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2004-04-17 05:53:38 +00:00
neil%parkwaycc.co.uk 8125ea348f Bug 240256 Fixing DOCTYPE to match document element p=vberon@mecano.gme.usherb.ca r=me sr=mscott 2004-04-13 09:34:47 +00:00
timeless%mozdev.org 12797ed717 Bug 237844 nsSecureBrowserUIImpl::~nsSecureBrowserUIImpl doesn't need to removeObserver
r=jgmyers sr=alecf
2004-04-13 05:16:05 +00:00
jgmyers%speakeasy.net 08503de950 Check trust bits before examining cert fields when classifying certs: bug 178692 r=ssauxh sr=brendan a=asa 2004-04-11 21:03:05 +00:00
nelsonb%netscape.com d08920202a Change ssl test scripts to invoke tstclnt with the server's FQDN.
Necessary because of fix to bug 234058.
2004-04-08 03:01:02 +00:00
nelsonb%netscape.com 79bd1784c9 Remove code that attempted to compare simple host names in URLs with
FQDNs in certificate host names.  This was insecure.  Bug 234058. r=wtc.
2004-04-08 00:17:46 +00:00
relyea%netscape.com a5a249a333 Fix missing indexes when fetching lengths (get tinderbox working again). 2004-04-07 19:00:08 +00:00
relyea%netscape.com e77b48d527 Bug 239827: Fix race condition in unwrap private key (if target key is symetric). 2004-04-07 01:18:46 +00:00
relyea%netscape.com 2a5881fc37 Bug 238914. r=wchang sr=misterSSL
Agressive checks on database data before we actually reference it. This
should prevent crashes because of invalid databases.
2004-04-07 00:58:58 +00:00
wchang0222%aol.com ad467d8912 Bugzilla bug 238565: made the comment match the code. r=nelsonb. 2004-03-27 01:51:25 +00:00
wchang0222%aol.com 9b34b9f10f Bugzilla bug 237934: in nss_InitLock, nss_InitMonitor, and
NSSRWLock_AtomicCreate, we need to doublecheck the lock/monitor's pointer
after we acquired the spin lock.  r=nelsonb,jpierre.
Modified Files: nsslocks.c nssrwlk.c
2004-03-27 01:08:15 +00:00
nelsonb%netscape.com 6fdacdabac Correct the parsing of certain forms of GeneralName. Bug 233586.
r=julien.pierre
2004-03-26 01:15:33 +00:00
cls%seawood.org 6e31324307 Use the brute force method to override NSS build variables when cross-compiling.
Bug #172651 r=darin a=chofmann
2004-03-23 04:15:56 +00:00
nelsonb%netscape.com 99d83c2326 Fix a regression introduced by rev 1.19, after NSS 3.9 was released.
r=julien.pierre.  bugscape 56484.
2004-03-23 03:29:56 +00:00
wchang0222%aol.com 16737ead2a Bugzilla bug 237870: link the MinGW build with wsock32.dll (Winsock 1)
instead of ws2_32.dll (Winsock 2).  Thanks to neil@parkwaycc.co.uk for the
patch.  r=wtc.
2004-03-23 01:59:40 +00:00
wchang0222%aol.com 9664be26db Bugzilla bug 172651: added a necessary test for MinGW gcc in rules.mk.
Do not install 'nsinstall' to avoid overwriting Mozilla's 'nsinstall'.
r=cls.
Modified Files:
	rules.mk nsinstall/Makefile
2004-03-23 00:54:36 +00:00
relyea%netscape.com b54f0b152a Program to decrypt passwords inline from prefs files 2004-03-23 00:46:38 +00:00
relyea%netscape.com aed0986998 Fix arrays handling strings, and help 2004-03-13 02:44:26 +00:00
jpierre%netscape.com 232efc45f9 Remove unused file 2004-03-11 10:03:24 +00:00
wchang0222%aol.com f88fe6501c It is not necessary to define _THREAD_SAFE when using pthreads on OpenBSD.
(See Bugzilla bug 236599 comment 41).
2004-03-11 02:26:25 +00:00
jgmyers%speakeasy.net 57b64eb5d4 enhance certificate categorization: bug 193960 r=ssaux/nelsonb sr=brendan 2004-03-10 07:36:50 +00:00
jgmyers%speakeasy.net ad137ed2d2 Clean up TLS intolerant restart code: but 191417 p=darin r=kaie sr=bryner 2004-03-10 05:28:39 +00:00
jpierre%netscape.com 2e6fe47845 Fix for bug 143456 - add -P option for dbprefix to selfserv . r=MisterSSL 2004-03-10 02:47:13 +00:00
jgmyers%speakeasy.net c43d9ba1de Improve dup serno error message: bug 219980 r=ssaux 2004-03-09 02:21:37 +00:00
peterv%propagandism.org e63849b532 Remove stray semicolon. 2004-03-06 17:34:12 +00:00
peterv%propagandism.org 408095fc4e Bustage fix. 2004-03-06 17:22:13 +00:00
peterv%propagandism.org b22645514e Fix for bug 29152 (Cannot do formsigning - crypto.signText). r=kaie, sr=jst. 2004-03-06 15:52:44 +00:00
jgmyers%speakeasy.net 0f97000599 Make KEYGEN tag treat KEYTYPE value case insensitively: bug 139473 r=ddrinan sr=jag 2004-03-06 05:41:38 +00:00
nelsonb%netscape.com 877a8f3fc7 Add conditionally compiled code for NISCC testing of NSS's SSL library.
patch by Ian McGreer.  Bugscape bug 53322.
2004-03-05 23:28:57 +00:00
jgmyers%speakeasy.net f97b41e5d1 make two strings localizable bug 178881 r=ssaux sr=blizzard 2004-03-05 05:42:45 +00:00
jgmyers%speakeasy.net 06f934a820 backout prev checkin 2004-03-05 05:41:45 +00:00
jgmyers%speakeasy.net ee18808ccb make two strings localizable bug 178881 r=ssaux sr=blizzard 2004-03-05 05:38:58 +00:00
bishakhabanerjee%netscape.com 757070dec7 adding platform RH_Linux_7.3 2004-03-04 22:47:43 +00:00
bishakhabanerjee%netscape.com f0eb03e36f adjusting the platform strings as the header file specifies 2004-03-04 20:16:36 +00:00
jgmyers%speakeasy.net ba439774ec remove 512-bit keygen bug 235972 r=ssaux sr=bienvenu 2004-03-04 07:09:02 +00:00
bishakhabanerjee%netscape.com 34abf16656 removed old,unused platforms; and added newer used ones 2004-03-04 00:35:09 +00:00
jpierre%netscape.com 60d624b3ca Fix for 235874 - crash in PK11_DigestKey . r=wtc, nelsonb 2004-03-03 03:18:56 +00:00
darin%meer.net 1d2d419885 landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
jgmyers%speakeasy.net c7ea8bc357 fix cert tree view corruption: bug 217082 p=dewildt r=ssaux sr=sspitzer 2004-02-27 03:13:26 +00:00
jgmyers%speakeasy.net c05734181d Clean up string stuff: bug 232812 r=ssaux sr=jag 2004-02-26 04:07:23 +00:00
nelsonb%netscape.com cf4a702ba2 Detect NULL arguments to CERT_DecodeTrustString instead of crashing.
Bug 235617. r=wtc.
2004-02-26 00:05:29 +00:00
bishakhabanerjee%netscape.com 65870a5d38 fix for Bugzilla bug 232481: removed a loop in smime.sh 2004-02-25 23:05:41 +00:00
bishakhabanerjee%netscape.com 2bbf510808 added negative cert import function, changed relevant Policies tests accordingly 2004-02-25 22:34:25 +00:00
darin%meer.net 8c818ed6c3 landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
nelsonb%netscape.com 1e6e264133 Import base64 encoded certificate files with old MAC line endings.
Bug 221272. sr=wtc.
2004-02-16 23:52:46 +00:00
wchang0222%aol.com 5f45d77d55 Removed unused function _OS_SELECT for AIX. Thanks to Philip K. Warren
<pkw@us.ibm.com> for reporting this.
2004-02-13 03:13:04 +00:00
wchang0222%aol.com 14ab9446d3 Bugzilla bug 233048: 1. Support doing 64-bit Solaris SPARC builds using
gcc.  2. Enable all.sh to work with gcc-compiled NSS tests which require
setting LD_LIBRARY_PATH to point to the directory where libgcc.so resides.
The patch is contributed by Vladim�r Marek <Vladimir.Marek@printsoft.cz>.
r=wtc,nelsonb.
Modified Files: coreconf/SunOS5.mk nss/tests/common/init.sh
2004-02-13 02:47:53 +00:00