Commit Graph

5252 Commits

Author SHA1 Message Date
christophe.ravel.bugs%sun.com
8cdbbafd2b 238319: Sun packages changes
Reset the rpm release to 1 for NSS 3.11


git-svn-id: svn://10.0.0.236/trunk@175175 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-27 18:22:02 +00:00
christophe.ravel.bugs%sun.com
91fe390f6b After branching NSS_3_10_BRANCH, the tip target is 3.11
git-svn-id: svn://10.0.0.236/trunk@175174 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-27 18:21:02 +00:00
wtchang%redhat.com
7dacaeaa69 Bugzilla Bug 298409: fixed an array index off-by-one error and a memory
leak. r=nelsonb.


git-svn-id: svn://10.0.0.236/trunk@175125 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 23:00:02 +00:00
wtchang%redhat.com
2f5a082f73 Bugzilla Bug 295754: fixed a crash in subject_list_sort if a cert is not
decodable (e.g., it has unsupported critical extension). r=relyea,nelsonb.
Modified Files: pkistore.c tdcache.c


git-svn-id: svn://10.0.0.236/trunk@175069 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 00:33:28 +00:00
wtchang%redhat.com
bb5078f686 Bugzilla Bug 298537: replaced hardcoded 3 and 8 with the NSS_VMAJOR and
NSS_VMINOR macros defined in nss.h. r=relyea,nelsonb.


git-svn-id: svn://10.0.0.236/trunk@175064 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 23:41:29 +00:00
wtchang%redhat.com
b452d2f9da Bugzilla Bug 298409: fixed the bug that an array size was incorrectly
calculated. r=alexei.volkov.


git-svn-id: svn://10.0.0.236/trunk@175063 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 22:05:21 +00:00
wtchang%redhat.com
2f96b2214e Bugzilla Bug 297826: add the -Zmap flag to create .map files for DLLs. The
patch is contributed by Peter Weilbacher <mozilla@Weilbacher.org>.
Reviewed by Julien Pierre and Michael Kaply.


git-svn-id: svn://10.0.0.236/trunk@175059 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 18:46:17 +00:00
sandeep.konchady%sun.com
d12ef8d85f Modified JSS/JSSE inter communication tests along with JSSPackageTest
and all.pl to use platform specific cert/keystore directory.


git-svn-id: svn://10.0.0.236/trunk@175042 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 05:59:36 +00:00
christophe.ravel.bugs%sun.com
431f5eb303 297965 - Add a marker at the end of the test result report (result.html)
r: Julien
mozilla/security/nss/tests/common/cleanup.sh
Add END_OF_TEST<BR> before </BODY>


git-svn-id: svn://10.0.0.236/trunk@174942 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 16:31:57 +00:00
christophe.ravel.bugs%sun.com
27985b1719 297573 - Modify JSS tests such that they access certs from platform specific directories
r: Sandeep
Force Perl to do unbuffered output to avoid having Java and
Perl output out of sync.


git-svn-id: svn://10.0.0.236/trunk@174915 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 01:17:30 +00:00
relyea%netscape.com
af3ae891c5 Arg! This change was supposed to go to a branch, not the tip. back it out now.
bob


git-svn-id: svn://10.0.0.236/trunk@174893 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 23:14:45 +00:00
relyea%netscape.com
ea98d14037 Test multiaccess Databases. This patch causes softoken to Always use the
multiaccess Database for clients. This is not intended for the final release


git-svn-id: svn://10.0.0.236/trunk@174891 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 23:11:25 +00:00
christophe.ravel.bugs%sun.com
fe12bae293 297573 - Modify JSS tests such that they access certs from platform specific directories
r=Sandeep, sr=Glen
Display the result of each test case and global pass rate.


git-svn-id: svn://10.0.0.236/trunk@174737 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 23:22:46 +00:00
alexei.volkov.bugs%sun.com
ccadd61505 fix for bug: 297015 - bltest should run multithreaded. r=julien
git-svn-id: svn://10.0.0.236/trunk@174724 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 21:11:02 +00:00
timeless%mozdev.org
d45261fa03 Bug 225034 Certificate Manager Crashes Mozilla [@ nsCertTree::CmpByCrit]
patch by kaie r=timeless sr=darin a=shaver


git-svn-id: svn://10.0.0.236/trunk@174710 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 17:27:17 +00:00
timeless%mozdev.org
4e4bc3ca7e Bug 284366 PSM needs to handle Smart Cards seamlessly
fix casting on 64bit platforms
patch by ajschult@verizon.net r=rrelyea sr=jst a=asa


git-svn-id: svn://10.0.0.236/trunk@174661 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 02:00:32 +00:00
bryner%brianryner.com
3274ca4c10 Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver.
git-svn-id: svn://10.0.0.236/trunk@174651 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 23:52:46 +00:00
christophe.ravel.bugs%sun.com
6bd0bd41e1 297573 - Modify JSS tests such that they access certs from platform specific directories
r=Sandeep, sr=Glen
Make $testdir a specific directory for each run.


git-svn-id: svn://10.0.0.236/trunk@174634 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 18:39:37 +00:00
nelsonb%netscape.com
ee4b7e3796 Back out last checkin, which broke the build on some platforms.
git-svn-id: svn://10.0.0.236/trunk@174543 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 05:51:51 +00:00
alexei.volkov.bugs%sun.com
025a8c8450 RFE fix 297015: bltest should run multithreaded. julien r+
git-svn-id: svn://10.0.0.236/trunk@174540 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 01:58:22 +00:00
relyea%netscape.com
d202f31812 Get the Processer cache line size. This file contains processor and OS
specific content. Currently it only works well with x86 and 64-bit PPC.


git-svn-id: svn://10.0.0.236/trunk@174377 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 20:43:40 +00:00
relyea%netscape.com
6869e39a3c Fix the license. Still bug 284366 PSM needs to handle Smart Cards seamlessly
r+sr+a=shaver
(caught by Christian persch)


git-svn-id: svn://10.0.0.236/trunk@174065 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 16:40:29 +00:00
cls%seawood.org
1ff0337cf7 Removing extraneous ;
git-svn-id: svn://10.0.0.236/trunk@174030 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 02:46:34 +00:00
cls%seawood.org
09c0d093fd Removing extraneous ;
git-svn-id: svn://10.0.0.236/trunk@174029 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 02:39:16 +00:00
cls%seawood.org
b91ab1f63b Pass CC down to NSS build.
Bug #93206 r=cls sr=jpierre a=shaver


git-svn-id: svn://10.0.0.236/trunk@174025 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 02:03:05 +00:00
relyea%netscape.com
077b370423 SmartCard support checkin.
Bug 284366 "PSM needs to handle Smart Cards seamlessly" r=timeless sr=jst
a=shaver


git-svn-id: svn://10.0.0.236/trunk@174017 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 01:22:42 +00:00
relyea%netscape.com
0090027704 SmartCard support checkin.
Bug 284366 "PSM needs to handle Smart Cards seamlessly" r=timeless sr=jst
a=shaver


git-svn-id: svn://10.0.0.236/trunk@174016 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 01:17:35 +00:00
relyea%netscape.com
6280f43435 New file portion of SmartCard support checkin.
Bug 284366 "PSM needs to handle Smart Cards seamlessly" r=timeless sr=jst
a=shaver


git-svn-id: svn://10.0.0.236/trunk@174014 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 01:14:02 +00:00
relyea%netscape.com
427e2719fc Mozilla Tiger build changes. Currently the mozilla branch is broken
without these changes.

Bug 292530 r=wtc (according to dougt).
Code builds agains NSS tip, verified by relyea
Patch created by Josh Aas


git-svn-id: svn://10.0.0.236/trunk@173981 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 21:00:22 +00:00
christophe.ravel.bugs%sun.com
b4eee67bb8 238319: Sun packages changes.
Adjust rpm release numbers.


git-svn-id: svn://10.0.0.236/trunk@173972 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 20:51:33 +00:00
timeless%mozdev.org
d553886a3e Bug 283566 OOM crash [@ nsNSSCertificate::GetDbKey][@ nsNSSCertificate::GetUsagesArray]
patch by ajschult@verizon.net r=kaie sr=darin a=shaver


git-svn-id: svn://10.0.0.236/trunk@173947 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 18:30:36 +00:00
dougt%meer.net
c3e3eda0f8 Add a scriptable hash function API. basically what this does is moves the hashing function out of the nsISignatureVerifier.idl and creates a new interface nsICryptoHash which is scriptable. Because of this change, we needed to fix up all of the call sites. r=darin, sr=dveditz, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173927 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 16:06:53 +00:00
wtchang%redhat.com
3dfbcde1d5 Bugzilla bug 295298: enforce RSA key size limits when generating a new
key pair. r=nelsonb,jpierre.


git-svn-id: svn://10.0.0.236/trunk@173822 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 23:53:19 +00:00
julien.pierre.bugs%sun.com
151b3b148e Fix crash of rsaperf on keygen failure
git-svn-id: svn://10.0.0.236/trunk@173724 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 03:54:13 +00:00
neil%parkwaycc.co.uk
64911bda3c Stop sharing DOM object wrappers between content and chrome, specifically reporter wallet mail pki browser communicator global b=281988 r=bsmedberg sr=bz a=asa
git-svn-id: svn://10.0.0.236/trunk@173701 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 08:34:02 +00:00
nelsonb%netscape.com
4fe7bfae2a Allow DSA signature output buffer to exceed required length.
Bug 191470. r=nelson. Patch by rrelyea@redhat.com.


git-svn-id: svn://10.0.0.236/trunk@173672 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 21:35:24 +00:00
nelsonb%netscape.com
3a7216f44d Change while read statements to work with MKS. Bug 295060. r=wtchang
git-svn-id: svn://10.0.0.236/trunk@173671 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 21:30:29 +00:00
bsmedberg%covad.net
9512e8f354 Bug 281988 - Chrome registry supports for the xpcnativewrappers=yes flag. Chrome packaging fixup to apply the xpcnativewrappers=yes flag to our application chrome packages for ffox/tbird. This also stops the repackaging of thunderbird chrome. r=mscott+bz a=drivers
git-svn-id: svn://10.0.0.236/trunk@173628 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 12:58:57 +00:00
sandeep.konchady%sun.com
7eea32a0a7 Added comment to all these files indicating that the version of NSS
mustbe updated every time NSS is updated.  This helps pick the right
version of NSS for JSS builds.


git-svn-id: svn://10.0.0.236/trunk@173614 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 22:56:30 +00:00
sandeep.konchady%sun.com
2c128dd051 Modified the way MANIFEST.MF file was being generated. I now use perl
to open a file and write to it instead of execing a system command.
This is in response to build failure when rsh to a Windows machine.


git-svn-id: svn://10.0.0.236/trunk@173558 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 22:18:15 +00:00
wtchang%redhat.com
f7f11ce486 Bugzilla Bug 294071: removed out-of-date comments and dead code. r=nelsonb.
git-svn-id: svn://10.0.0.236/trunk@173532 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 00:03:11 +00:00
wtchang%redhat.com
48935af23b Bugzilla Bug 294333: enable building on Windows Me with Cygwin. Thanks
to Jacek Piskozub <piskozub@iopan.gda.pl> for reporting the bug and
verifying the fix.  r=cls,nelsonb.


git-svn-id: svn://10.0.0.236/trunk@173523 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 21:26:14 +00:00
sandeep.konchady%sun.com
cd9921c879 Modified build_java.pl to create a MANIFEST.MF file with JSS product
version information.  This is then added to xpclass(_dbg).jar using
jar -tvf in place of zip -R.

Modified all.pl to execute a new test that checks for product package
version information in jss4.jar as well as compare this to the version
of library (libjss4.so or jss4.dll) being used.  This helps in consistency
check for jss jar and associated lib.

Added a new test JSSPackaeTest.java that reads MANIFEST.MF from jss jar
to fetch product version information.


git-svn-id: svn://10.0.0.236/trunk@173522 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 21:15:12 +00:00
julien.pierre.bugs%sun.com
2afe80f1b2 Rename NEXT_ITERATION macro to NEXT_USAGE to make code clearer
git-svn-id: svn://10.0.0.236/trunk@173515 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 17:41:17 +00:00
darin%meer.net
988e9415b5 fixes bug 250691 "Disable LMv1 hash by default" r=cneberg, sr=bryner, a=asa
git-svn-id: svn://10.0.0.236/trunk@173457 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-15 17:38:58 +00:00
julien.pierre.bugs%sun.com
8baad63699 Fix for 265369 - fix compiler warning in unix_rand . r=nelson
git-svn-id: svn://10.0.0.236/trunk@173271 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 21:14:51 +00:00
julien.pierre.bugs%sun.com
dc99575fbb Fix for 293091 - add double -o option to skip cert verification completely. r=nelson
git-svn-id: svn://10.0.0.236/trunk@173166 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 04:13:48 +00:00
bryner%brianryner.com
189a661d09 Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan.
git-svn-id: svn://10.0.0.236/trunk@173044 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 20:22:32 +00:00
scott%scott-macgregor.org
ba73e6d38b Bug #292776 --> Need Ability to Import CRLs from the web for apps like Thunderbird that aren't web browsers.
Add an import button which can import a CRL based on a URL.

moa/r=rrelyea
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@173024 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 23:56:18 +00:00
julien.pierre.bugs%sun.com
252f4e19f5 Fix for bug 292390 . Prevent crash in certutil with -P option and dbprefix omitted.
git-svn-id: svn://10.0.0.236/trunk@172886 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 21:58:49 +00:00