wtchang%redhat.com
40145d9911
Bugzilla Bug 302212: allow Mac OS X x86 builds to target SDKs. The patch
...
was written by Mark Mentovai <mark@moxienet.com>. r=joshmoz. sr=bryner.
Modified Files:
configure.in config/autoconf.mk.in config/config.mk
extensions/java/xpcom/tools/xpidl/Makefile.in
security/manager/Makefile.in xpcom/typelib/xpidl/Makefile.in
2005-10-26 19:01:18 +00:00
darin%meer.net
41f1ce15e8
fixes bug 271194 "When going from a secure to a non-secure page without clicking a button in the security dialog, the non-secure page appears as secure" patch by kai, r=dveditz, sr=darin
2005-10-21 18:33:26 +00:00
darin%meer.net
a6f6369c29
fixes bug 304286 "Certificate failures during automatic check for updates should not give user choice to connect anyway" r=biesi sr=dveditz
2005-10-15 02:46:06 +00:00
bugzilla%arlen.demon.co.uk
a2056d8b42
Bug 309542 Fix a11y problems and crop="right" is deprecated in page info dialog
...
p=me r=db48x sr=neil.parkwaycc.co.uk
2005-10-02 00:09:37 +00:00
smontagu%smontagu.org
159e0a2eab
Make the dates shown in the Expired Certificate alert have consistent (short) format. Bug 246905, patch by Constantine A. Murenin <cnst+bmo@bugmail.mojo.ru>, r=jgmyers, sr=brendan
2005-09-29 08:41:22 +00:00
wtchang%redhat.com
3a398b46ec
Bugzilla bug 298045: when importing a package of CA certs, display and ask
...
the user to trust the root most CA (instead of the leaf most CA) in the
package. Also make sure that the cert is indeed a CA cert. r=kaie,relyea.
sr=sfraser.
2005-09-26 22:43:22 +00:00
db48x%yahoo.com
acc7931e28
fix bug 217611: Page Info can be opened multiple times
...
patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor
2005-09-21 01:12:29 +00:00
bzbarsky%mit.edu
1d3384b1c6
Only do expensive GetName() calls if we're actually logging. Bug 304847,
...
r=kaie, sr=dmose
2005-09-19 03:23:21 +00:00
cst%andrew.cmu.edu
7ce62d0cd1
Bug 284636 Fix typo in Website Certified by an Unknown Authority alert
...
Patch by stephend and Kurt <supernova_00@yahoo.com> r=kaie sr=bzbarsky
2005-09-19 00:05:02 +00:00
smfr%smfr.org
8bda56063a
Fix bug 307293: make sure we initialize the mType and mTag members of nsNSSASN1Object. r=wtchang, sr=rrelyea.
2005-09-16 18:57:55 +00:00
cbiesinger%web.de
853c2b4645
bug 292368 remove obsolete file; replaced by nsICryptoHash
2005-09-12 17:51:57 +00:00
smfr%smfr.org
c6ba13f2ab
Fix bug 306795: nsNSSCertificateDB::IsCertTrusted() fails to check the return value from CERT_GetCertTrust(), so can return random trust bits. r=dougt, sr=rrelyea
2005-09-04 19:05:01 +00:00
bsmedberg%covad.net
a63c75a8a1
Bug 306615 - Fold PSM into libxul r=darin
2005-09-01 12:43:58 +00:00
gavin%gavinsharp.com
5c09c35d46
Bug 263182: Page Info (Security tab) doesn't explain mixed secure/insecure, r=kaie.bugs, sr=neil.parkwaycc.co.uk
2005-08-26 20:34:31 +00:00
dougt%meer.net
7c0ee6b9d3
Bug 302284. add xpi hash support to InstallTrigger.install(). r=dveditz, sr=shaver, a=asa
2005-08-26 06:46:21 +00:00
bienvenu%nventure.com
690785e15a
add optional support for mit kerberos for windows, patches by cneberg@gmail.com, r=darin, sr=bienvenu 280792
2005-08-19 14:25:22 +00:00
cbiesinger%web.de
e519fb7724
bug 277587 nsSecureBrowserUIImpl's nsUIContext interface requestor doesn't give
...
access to the dom window
patch by Christian Persch <chpe@gnome.org> r=jgmyers sr=roc a=asa
2005-08-17 13:38:03 +00:00
relyea%netscape.com
80d892f39d
Bug 225034 Certificate Manager Crashes Mozilla [@ nsCertTree::CmpByCrit]
...
sr=brendan r=wtc a=dbaron
The issue is the use of the PL_DHash* functions. It's possible that a given call
to PL_DHashOperate which adds a new entry may cause the hash table to expand,
and all the existing entries to be reallocated. PL_DHash does this by allocating
new memory, then copying the entries.
getCacheEntry() returns one of these hash entries. CmpBy() makes two consecutive
calls to getCacheEntry, then uses the returned entries for it's comparisons. If
the second entry call causes a new entry to be added to the table, and causes
the hash table to expand, the pointer to the first entry we retrieved will point
to freed memory.
The fix is to make the usable entry a pointer in the hashtable entry, and return
that pointer. When the hashtable rebuilds it's entries, the pointer will be
copied to the new entry and not be disturbed.
2005-08-15 21:23:51 +00:00
jst%mozilla.jstenback.com
e23ea875f3
Followup changes to bzabarsky's review for bug 296639. Reviews pending, a=drivers@mozilla.org
2005-08-12 04:11:00 +00:00
cbiesinger%web.de
b71260a8a1
297057 fix case of doOK()
...
patch by Frank Wein <bugzilla@mcsmurf.de> r=kaie sr=neil a=bsmedberg
2005-08-06 21:34:04 +00:00
dougt%meer.net
a3c8d78e87
Minimo only. Backing out 300373.
2005-08-03 05:24:18 +00:00
timeless%mozdev.org
d4d47484e2
Bug 283569 OOM crash [@ nsNSS_SSLGetClientAuthData]
...
patch by b.jacques@planet.nl r=kaie sr=darin a=bsmedberg
2005-08-02 14:22:50 +00:00
dveditz%cruzio.com
4cdd3ba458
form action=javascript: shouldn't trigger the insecure submit warning (bug 182179). Patch by Iain MacDonnell, r=dveditz, sr=darin, a=asa
2005-07-31 19:06:27 +00:00
mconnor%steelgryphon.com
e246c70e9d
bug 194141 - missing calls to SSL_ClearSessionCache, r=nelson.bolyard, sr=dveditz, a=bsmedberg
2005-07-28 18:15:20 +00:00
bzbarsky%mit.edu
10d1c576d9
Expose the subject name for the cert and an nsISupports pointer to the cert on
...
nsIPrincipal that represents a certificate principal. Change preference
storage to ensure matches in not only the fingerprint but also the subjectName
before applying privileges from preferences to a certificate principal. Remove
possibility for creating certificate principals without a useful identifying
name and make sure that names don't get munged by being forced to ASCII. Bug
240661, r=caillon, sr=dveditz, a=bsmedberg
2005-07-22 19:05:42 +00:00
pkw%us.ibm.com
53beab23e9
Bug 296449 - Error in string handling within <keygen>
...
r=kaie.bugs@gmail.com , sr=dveditz@cruzio.com , a=benjamin@smedbergs.us
2005-07-20 19:31:22 +00:00
timeless%mozdev.org
f4f945e14e
Bug 283563 OOM crash [@ GetSlotWithMechanism][@ nsKeygenFormProcessor::GetPublicKey]
...
patch by b.jacques@planet.nl r=kaie sr=darin a=bsmedberg
2005-07-13 19:31:14 +00:00
jshin%mailaps.org
fcf7e6f914
bug 224820 : support UTF-16/32 (non-byte oriented char. encoding) in the form submission : r=biesi, sr=bz, a=asa
2005-07-13 16:55:59 +00:00
bzbarsky%mit.edu
1ca43db890
Fix leak due to non-use of already_AddRefed. Bug 296364, r=kaie, sr=bryner
2005-07-13 16:53:06 +00:00
dougt%meer.net
3baac22e47
Backing out my changes in the last few hours because Chase is tagging the tree. (the tree was open, but he was tagging)
2005-07-12 22:01:25 +00:00
dougt%meer.net
094201f074
Fixing build bustage. Must use FORCE_USE_PIC when FORCE_SHARED_LIB. MINIMO only.
2005-07-12 21:39:45 +00:00
dougt%meer.net
5212116105
Fixing 300373. Build/Minimo change. To allow WinCE startup, some of our components must be loaded dynamically regardless if we are building static or not. r=bsmedberg, a=asa
2005-07-11 16:38:28 +00:00
timeless%mozdev.org
e1e8f80bf3
Bug 225034 Certificate Manager Crashes Mozilla [@ nsCertTree::CmpByCrit]
...
patch by kaie r=timeless sr=darin a=shaver
2005-06-16 17:27:17 +00:00
timeless%mozdev.org
4f9c680880
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
2005-06-16 02:00:32 +00:00
bryner%brianryner.com
e4a343f08f
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.
2005-06-15 23:52:46 +00:00
relyea%netscape.com
e5049cdcc1
Fix the license. Still bug 284366 PSM needs to handle Smart Cards seamlessly
...
r+sr+a=shaver
(caught by Christian persch)
2005-06-02 16:40:29 +00:00
cls%seawood.org
bb72d59741
Removing extraneous ;
2005-06-02 02:46:34 +00:00
cls%seawood.org
ef82067dee
Removing extraneous ;
2005-06-02 02:39:16 +00:00
cls%seawood.org
4b37fc56d5
Pass CC down to NSS build.
...
Bug #93206 r=cls sr=jpierre a=shaver
2005-06-02 02:03:05 +00:00
relyea%netscape.com
3561900b87
SmartCard support checkin.
...
Bug 284366 "PSM needs to handle Smart Cards seamlessly" r=timeless sr=jst
a=shaver
2005-06-02 01:22:42 +00:00
relyea%netscape.com
3bf4387d1c
SmartCard support checkin.
...
Bug 284366 "PSM needs to handle Smart Cards seamlessly" r=timeless sr=jst
a=shaver
2005-06-02 01:17:35 +00:00
relyea%netscape.com
3f035f4180
New file portion of SmartCard support checkin.
...
Bug 284366 "PSM needs to handle Smart Cards seamlessly" r=timeless sr=jst
a=shaver
2005-06-02 01:14:02 +00:00
timeless%mozdev.org
8d1f420a32
Bug 283566 OOM crash [@ nsNSSCertificate::GetDbKey][@ nsNSSCertificate::GetUsagesArray]
...
patch by ajschult@verizon.net r=kaie sr=darin a=shaver
2005-06-01 18:30:36 +00:00
dougt%meer.net
4c7f9052d3
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
2005-06-01 16:06:53 +00:00
neil%parkwaycc.co.uk
5f30b6174d
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
2005-05-23 08:34:02 +00:00
bsmedberg%covad.net
9abe57c447
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
2005-05-20 12:58:57 +00:00
darin%meer.net
ed45f4a9f8
fixes bug 250691 "Disable LMv1 hash by default" r=cneberg, sr=bryner, a=asa
2005-05-15 17:38:58 +00:00
bryner%brianryner.com
aed69207f0
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.
2005-05-04 20:22:32 +00:00
scott%scott-macgregor.org
e45a34a9ff
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
2005-05-03 23:56:18 +00:00
bsmedberg%covad.net
ec1929f65c
Bug 289555 - Remove non-functional help buttons from PSM for toolkit apps r=mconnor+rrelyea a=asa
2005-04-20 10:58:06 +00:00
bzbarsky%mit.edu
3077e2ca98
Throw from our Init() method if we're already initialized, so we don't add
...
ourselves to various lists twice. Bug 282784, r=kaie, sr=jst, a=asa
2005-04-12 15:25:41 +00:00
darin%meer.net
430b684e9c
fixes bug 285991 "leak loading site from HTTPS" r=biesi sr=dbaron
2005-04-06 01:35:06 +00:00
bsmedberg%covad.net
844ef87b25
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-05 14:50:16 +00:00
cbiesinger%web.de
504bf13768
Bug 288011 eliminate nsISSLSocketProvider
...
r=darin sr=bz
2005-04-03 17:22:58 +00:00
gandalf%firefox.pl
97c98ddc3a
Bug 279768: Bring build system to work with --enable-ui-locale. Security part; r=bsmedberg
2005-03-14 10:00:58 +00:00
bsmedberg%covad.net
e75d55a075
From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd
2005-03-10 18:44:11 +00:00
bsmedberg%covad.net
3219ac4125
Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey)
2005-03-10 04:38:35 +00:00
bryner%brianryner.com
e171eaba9b
Inline access to XPCWrappedNative's nsISupports pointer, with do_QueryWrappedNative nsCOMPtr helper (bug 285404). r=jst, sr=darin.
2005-03-10 00:39:28 +00:00
darin%meer.net
c495520b94
fixes bug 283733 "accessing a relative anchor in a secure page removes the locked icon and yellow background UI" r=jst sr=dveditz
2005-02-27 06:33:35 +00:00
bsmedberg%covad.net
361daac936
Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector)
2005-02-25 20:46:35 +00:00
dbaron%dbaron.org
c38261d649
Clean up loop a little. b=225034 r=kaie sr=roc
2005-02-23 20:09:52 +00:00
bzbarsky%mit.edu
8a8d5fa595
VerifySignature shouldn't store the certificate in the certificate store. Bug
...
240668, r=wtc, sr=shaver
2005-02-21 23:13:18 +00:00
shaver%mozilla.org
e05220c80c
b=258048: update security observers from OnLocationChange, r=jst, a=drivers
2005-02-15 22:16:59 +00:00
mozilla.mano%sent.com
91b544e0d3
Bug 272566 - [Firefox] security tab missing from page info (aviary-landing regression). patch by Steffen Wilberg <steffen.wilberg@web.de> r=bsmedberg sr=neil
2005-02-08 22:39:54 +00:00
neil%parkwaycc.co.uk
fa292fa28a
Make CRL manager closeable on the Mac p=stefan_h@hem.utfors.se r=peterv sr=me
2005-02-07 17:04:06 +00:00
wtchang%redhat.com
95aaafafb3
Bugzilla bug 193164: Make nsinstall use absolute symlinks by default when
...
building NSS for Mozilla on Mac OS X. r=cmp@mozilla.org .
2005-02-05 01:43:09 +00:00
bryner%brianryner.com
67dba23ae4
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
2005-02-03 23:01:54 +00:00
gerv%gerv.net
f45b5900c8
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-02 22:28:27 +00:00
Stefan.Borggraefe%gmx.de
68d61bed5a
Bug 276894: "Website Certified by an Unknown Authority" dialog is too wide
...
r+sr=neil
2005-01-16 22:04:06 +00:00
Stefan.Borggraefe%gmx.de
cfc7f447f3
Backing out the work-arounds for bug 274481 and bug 276894 since they are no longer needed. Bug 274703 fixed the root-cause for these bugs.
...
rs=neil
2005-01-16 21:57:24 +00:00
jst%mozilla.jstenback.com
21799339e6
Fixing bug 277564. Make sure to update the lock icon state correctly when dealing with wyciwyg: URLs. r=bugmail@sicking.cc, dveditz@cruzio.com, darin@meer.net, sr=brendan@mozilla.org, a=asa@mozilla.org
2005-01-12 00:00:53 +00:00
Stefan.Borggraefe%gmx.de
9721568d4a
Bug 275527: Cannot import certificate backup
...
r=neil, sr=jst, a=asa
2005-01-09 11:41:54 +00:00
Stefan.Borggraefe%gmx.de
cdd4c9ca54
Bug 275084: "Not able to accept expired certificate" Apply wallpaper to circumvent bug 274703.
...
r+sr=neil, a=asa
2005-01-05 18:15:09 +00:00
darin%meer.net
d19eff04b7
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
09f64b5f50
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
bc8e33d576
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
5936aeb292
Bug 251991: Convert dialogs of the PSM to <dialog>
...
r=neil, sr=jst
2004-12-09 19:50:20 +00:00
cbiesinger%web.de
f37a493b22
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
e0d86fa9f6
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
cbiesinger%web.de
1d87c93a2c
Bug 261637 move security.properties into PSM
...
r=bsmedberg sr=darin
2004-11-16 23:33:16 +00:00
darin%meer.net
f103a62f64
fixes bug 261083 "Channels do not uniformly query their notification callbacks" r=biesi sr=bzbarsky
2004-11-15 20:16:52 +00:00
darin%meer.net
950a78482d
fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg
2004-11-07 23:59:35 +00:00
timeless%mozdev.org
41b3158e6d
Bug 265652 Possible code cleanup of nsNSSCertificateDB and nsPKCS12Blob
...
r=biesi sr=darin
2004-11-05 15:23:35 +00:00
darin%meer.net
189ba5e5c4
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
2004-11-01 18:50:36 +00:00
ginn.chen%sun.com
8018de015e
Bug 258244 View page info dialog size too small for https site
...
patch by leon.sha@sun.com r=neil sr=neil
2004-10-18 06:59:34 +00:00
neil%parkwaycc.co.uk
5601db241c
Switch load handlers to setting document.title (as per bug 126903 setting the title attribute no longer works) b=261267 r=jst sr=shaver
2004-10-09 13:01:45 +00:00
jst%mozilla.jstenback.com
0c400c441c
Fixing bug 262689. Don't get stuck in view-source mode when a view-source URI is visited. r=caillon@gmail.com, sr=dveditz@cruzio.com
2004-10-08 22:58:16 +00:00
kjh-5727%comcast.net
d023625a0e
Bug 232068: security should use newer nsIPrefService APIs instead of nsIPref. Patch by Mikael Parknert (mikael@parknert.se), r=bienvenu, sr=darin.
2004-09-07 18:54:02 +00:00
dbaron%dbaron.org
ce98b93dff
A user who wants to see the security confirmation (as opposed to alert) dialogs shouldn't need to check the checkbox every time (for Firefox values of default prefs). b=245655 r+sr=bryner
2004-08-27 22:10:26 +00:00
kaie%kuix.de
491abff18f
b=249004 Do not import invalid/untrusted certs, prevent a DoS that disables SSL connections to trusted peers.
...
r=relyea sr=jst/brendan
2004-07-28 00:31:37 +00:00
jst%mozilla.jstenback.com
282f75a3f0
Fixing bug 253121. Make wyciwyg channels and documents carry the source channels security info. r=darin@meer.net, sr=bzbarsky@mit.edu
2004-07-28 00:26:58 +00:00
roc+%cs.cmu.edu
0f4150a4e5
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
pedemont%us.ibm.com
88ac5ebad1
Bug 245742 - Crash/memory corruption after using NTLM on Mac. r/sr=darin
2004-06-11 22:06:16 +00:00
roc+%cs.cmu.edu
0e3ff503fb
Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
2004-05-22 22:15:22 +00:00
cbiesinger%web.de
a43c8c5c29
Bug 242457 make NTLM Auth Module use nspr logging, instead of #ifdef+printf
...
r+sr=darin
2004-05-08 15:05:56 +00:00
darin%meer.net
1e8d941f96
landing patch for bug 241124 "move GSSAPI code behind nsIAuthModule so it can be used by mail protocols" r=cneberg sr=bryner
2004-04-28 02:12:52 +00:00
gerv%gerv.net
9bd361a285
Bug 236613: change to MPL/LGPL/GPL tri-license. Restore Id: lines.
2004-04-27 23:04:40 +00:00
gerv%gerv.net
3634d4d94b
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-25 15:03:26 +00:00
bzbarsky%mit.edu
c3311361cd
VerifySignature should not leak on various failures. Bug 241013, r=jgmyers,
...
sr=brendan
2004-04-22 17:40:51 +00:00
jst%mozilla.jstenback.com
6a9d89a9fa
Fixing bug 240723. Cleaning up nsIFilePicker a bit, no more nsIDOMWindowInternal, and use our string classes and not raw strings. r=caillon@gmail.com, sr=bzbarsky@mit.edu
2004-04-21 23:38:22 +00:00
gerv%gerv.net
8b8dde7d95
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:01:16 +00:00
jgmyers%speakeasy.net
b2f4a8b199
move cert details code: bug 230655 r=ddrinan sr=jag
2004-04-18 21:20:31 +00:00
bryner%brianryner.com
642f7ede36
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
2cd056deb1
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
a196934eb6
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
a69d43c721
Bug 237844 nsSecureBrowserUIImpl::~nsSecureBrowserUIImpl doesn't need to removeObserver
...
r=jgmyers sr=alecf
2004-04-13 05:16:05 +00:00
jgmyers%speakeasy.net
50d65e5e71
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
cls%seawood.org
7747aca85b
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
jgmyers%speakeasy.net
c1e600678f
enhance certificate categorization: bug 193960 r=ssaux/nelsonb sr=brendan
2004-03-10 07:36:50 +00:00
jgmyers%speakeasy.net
ca499f96dc
Clean up TLS intolerant restart code: but 191417 p=darin r=kaie sr=bryner
2004-03-10 05:28:39 +00:00
jgmyers%speakeasy.net
558c81f9af
Improve dup serno error message: bug 219980 r=ssaux
2004-03-09 02:21:37 +00:00
peterv%propagandism.org
89953530a6
Remove stray semicolon.
2004-03-06 17:34:12 +00:00
peterv%propagandism.org
8e81f7982b
Bustage fix.
2004-03-06 17:22:13 +00:00
peterv%propagandism.org
545ad9d0ad
Fix for bug 29152 (Cannot do formsigning - crypto.signText). r=kaie, sr=jst.
2004-03-06 15:52:44 +00:00
jgmyers%speakeasy.net
b621053e6f
Make KEYGEN tag treat KEYTYPE value case insensitively: bug 139473 r=ddrinan sr=jag
2004-03-06 05:41:38 +00:00
jgmyers%speakeasy.net
084d164f2e
make two strings localizable bug 178881 r=ssaux sr=blizzard
2004-03-05 05:42:45 +00:00
jgmyers%speakeasy.net
954ce8f4e0
backout prev checkin
2004-03-05 05:41:45 +00:00
jgmyers%speakeasy.net
ddaa1c387e
make two strings localizable bug 178881 r=ssaux sr=blizzard
2004-03-05 05:38:58 +00:00
jgmyers%speakeasy.net
1dc25eb335
remove 512-bit keygen bug 235972 r=ssaux sr=bienvenu
2004-03-04 07:09:02 +00:00
darin%meer.net
c380c59f65
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
1d17b9b549
fix cert tree view corruption: bug 217082 p=dewildt r=ssaux sr=sspitzer
2004-02-27 03:13:26 +00:00
jgmyers%speakeasy.net
2c3a905fd4
Clean up string stuff: bug 232812 r=ssaux sr=jag
2004-02-26 04:07:23 +00:00
darin%meer.net
8d65e087ae
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00
jst%mozilla.jstenback.com
505c634885
Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com.
2004-02-09 22:48:53 +00:00
kairo%kairo.at
3d12a17e05
bug 232011 - Use the XUL preprocessor for build-time inserting of localeVersion strings, this removes contents*.rdf.in files and resurrects the contents*.rdf files, using preprocessor.pl via the jar.mn definitions
2004-02-04 14:24:38 +00:00
dbaron%dbaron.org
1e6ed08cc8
Fix some incorrect string usage and improve performance in a few places that show up in an LXR search for the previous pattern. b=232339 r=jshin sr=darin
2004-02-03 18:23:41 +00:00
neil%parkwaycc.co.uk
521d560df7
Bug 232186 Remove deprecated nsIPref usage from PKI chrome moa=kaie r=caillon sr=brendan
2004-01-31 21:11:27 +00:00
jgmyers%speakeasy.net
10b8ef3a20
Extend set of OIDs mapped to text: bug 97406 r=kaie sr=spitzer
2004-01-31 07:10:35 +00:00
jgmyers%speakeasy.net
328311b1d2
Don't use strcmp() on UTF-16: bug 154121 r=kaie sr=sspitzer
2004-01-31 07:09:21 +00:00
jgmyers%speakeasy.net
21b30d0cf2
fix charset conversion: bug 185167 r=kaie sr=sspitzer
2004-01-28 03:44:38 +00:00
caillon%returnzero.com
b2141fb556
AddRef() the out parameter, and check for OOM.
...
Fixes bug 231709, iframes pointing to signed XUL crashes browser
r+sr=jst
2004-01-27 05:01:48 +00:00
jst%mozilla.jstenback.com
c000ae86e8
General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission. Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org
2004-01-09 23:54:21 +00:00
bsmedberg%covad.net
d0f309943a
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
274ef7cd49
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 01:22:31 +00:00
bryner%brianryner.com
c54ac86e5f
Fix the security warning dialogs to work as designed for Firebird:
...
- All dialogs will appear the first time a user encounters them
- The "show every time" checkbox will default to off
- If the user checks the checkbox to see the dialogs every time, the choice will be remembered.
Because of the change in default prefs, this will cause Firebird users to see these dialogs again (but defaulted to not show after that) when upgrading. Bug 172091, r=brendan, sr=ben.
2003-12-31 23:03:08 +00:00
darin%meer.net
cbcce6aa7e
fixes bug 228062 "NTLM authentication fails with mod_ntlm, mod_ntlm reports 'missing/corrupt NTLM header'" r+sr=bryner a=dbaron
2003-12-12 02:58:42 +00:00
bienvenu%nventure.com
ec74b37f9f
fix 227991, nsNSSCertificateDB::AddCertFromBase64 crashes (only used from auto config), r=kaie, sr=mscott, a=sspitzer
2003-12-11 16:02:08 +00:00
dbaron%dbaron.org
d5582721b7
Separate locale version from Mozilla version so we do not have to bump locale version for every release. b=226377 r=kairo, bsmedberg sr=ben a=asa
2003-12-02 23:22:11 +00:00
darin%meer.net
2c0d2708f3
fixes bug 226639 "send NegotiateAlwaysSign in NTLM type 1 message to make NetApp/6.3.3 happy" r+sr=bryner a=dbaron
2003-11-25 02:12:41 +00:00
darin%meer.net
d7ce33ed84
fix two "might be used uninitialized" warnings from NTLM patch, bug=224653.
2003-11-19 05:00:43 +00:00
darin%meer.net
cf0793aa0b
revert part of last checkin.
2003-11-18 05:57:28 +00:00
darin%meer.net
a0dd5e04d1
attempting to fix IRIX bustage
2003-11-18 05:56:08 +00:00
darin%meer.net
f142a6ea88
fixes bug 224653 "provide cross-platform NTLM auth implementation" r=kaie sr=bryner
2003-11-18 02:20:34 +00:00
brendan%mozilla.org
7809adca33
Fix missing cx param problem (223041, r=caillon, sr=dbaron).
2003-11-03 04:26:55 +00:00
peter%propagandism.org
f9f591a28f
Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron.
2003-11-01 10:57:41 +00:00
bryner%brianryner.com
605cc06382
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
2003-10-22 06:09:48 +00:00
caillon%returnzero.com
66caced69a
Re-land patch for bug 83536, merging principal objects.
...
Also includes fixes from bug 216041.
r=bzbarsky
sr=jst
2003-10-21 22:11:49 +00:00
bienvenu%nventure.com
1227476783
fix 221329 add ability to add root certs from autoconfig js, r=misterSSL@aol.com, sr=sspitzer
2003-10-20 15:00:17 +00:00
kairo%kairo.at
7b21e2d4eb
bug 154927 - automate localeVersion updates based on milestone.txt - we'll now create all those files during compile time from .in files, r=leaf, sr=bz
2003-10-18 17:54:07 +00:00
timeless%mozdev.org
e552a95d25
Bug 220106 @mozilla.org/security/nsCertTree;1 doesn't null check mTreeArray
...
r=kaie sr=bz
2003-10-16 15:33:56 +00:00
timeless%mozdev.org
b9a02f9962
Bug 220230 Change PSM preferences windows behaviour to be more consistent with the rest of the Preference windows
...
patch by borggraefe@despammed.com r=kaie sr=bienvenu
2003-10-16 15:26:28 +00:00
bryner%brianryner.com
b74d8438f9
Updating my email address
2003-09-29 06:04:02 +00:00
darin%meer.net
f4a8778d0b
landing patch for bug 205726 "DNS rewrite" r=dougt sr=bryner
2003-09-11 20:32:33 +00:00
timeless%mozdev.org
7584920b89
Bug 211291 void nsCertTree::InitCompareHash doesn't check the return value of PL_DHashTableInit
...
r=kaie sr=bz
2003-09-11 01:59:21 +00:00
bryner%brianryner.com
377bfd51dd
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-08 00:18:24 +00:00
caillon%returnzero.com
f8e8aed8a7
Backing out the patch to bug 83536.
...
I will reland this when 1.6a re-opens.
r+sr=jst@netscape.com
a=chofmann
2003-08-22 03:06:53 +00:00
cls%seawood.org
1b51ba858c
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
2003-08-16 00:42:35 +00:00
neil%parkwaycc.co.uk
268983f1b3
Bug 211695 Fix bugs in nsCertTree.cpp r=varga sr=alecf moa=kaie a=asa
2003-08-12 11:20:50 +00:00
kairo%kairo.at
5cbc82d1b5
bug 214207 - update localeVersion for 1.5b - rs=blizzard, a=asa
2003-08-11 11:31:24 +00:00
brendan%mozilla.org
b7cdb7debb
Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron).
2003-08-05 20:09:21 +00:00
bzbarsky%mit.edu
5fa37ec6f3
DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
...
r+sr=jst
2003-07-28 21:35:53 +00:00
caillon%returnzero.com
91b7c60bee
Bug 83536.
...
Merge script principal implementations into one class.
Should reduce footprint, speed up calls to caps a little bit, and fixes several memory leaks.
Also fixes bugs 211174 and 211263
r=jst@netscape.com
sr=bzbarsky@mit.edu
moa=mstoltz@netscape.com (he looked at an earlier patch and said it looked fine, and will do a retroactive review when he returns from vacation as well)
2003-07-24 05:15:20 +00:00
jaggernaut%netscape.com
83c571e877
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
jaggernaut%netscape.com
2d7ed90a69
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
scott%scott-macgregor.org
20c4cde927
change the doctype from window to dialog. Thanks to Christian Biesinger for pointing that out.
...
r/sr=mscott
2003-07-12 03:31:16 +00:00
scott%scott-macgregor.org
2a9620c300
Bug #212459 --> Give the certificate manager a face lift. Add a 5 pixel border around the tabbox,
...
add an ok button which can be used to dismiss the window, inherit the ok/help buttons from the dialog
overlay.
Add spacing between the tree control and the edit / delete buttons underneath the tree control.
r=kaie
sr=sspitzer
2003-07-12 00:36:01 +00:00
kaie%netscape.com
26fcd4cf0b
b=210948 Some file dialogs have harcoded filter description
...
patch from Vincent B�ron
r=kaie sr=brendan
2003-07-08 14:46:21 +00:00
kaie%netscape.com
e97cef79b0
b=195574 SSL extremely flaky if Ask for Master Password is 'Every time'
...
r=darin sr=brendan
2003-07-08 14:41:02 +00:00
jst%netscape.com
abefba9053
Fixing bug 209884. Writing an inline helper to safely get an nsIScriptContext from a JSContext and making direct callers of JS_GetContextPrivate() use the helper. r=caillon@aillon.org, sr=peterv@netscape.com
2003-06-24 21:43:01 +00:00
jshin%mailaps.org
a02a46efd1
bug 205649 : replace U+00E5 represented in ISO-8859-1 (0xe5) with U+00E5 in
...
UTF-8 in all XUL files to make them to be genuinely encoded in UTF-8. All the
changes are in comments so that this shouldn't affect anything at run-time.
(r=hwaara)
2003-06-23 13:18:12 +00:00
brendan%mozilla.org
e66f3155de
Don't include private and unnecessary js header files.
2003-06-19 23:13:59 +00:00
neil%parkwaycc.co.uk
6741a52ed1
Bug 209661 remove unnecessary NS_LITERAL_CSTRING( with ).get() r=jag sr=alecf
2003-06-18 14:31:45 +00:00
kaie%netscape.com
25fb5c7a14
b=209082 Certificate viewer is broken
...
r=danm sr=jst
2003-06-17 23:16:23 +00:00
caillon%returnzero.com
2df173e9c8
Bug 209087
...
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2003-06-13 20:10:01 +00:00
kaie%netscape.com
5cb8507581
b=209168 Mozilla Mail S/Mime instructs NSS to import the wrong certs
...
r=relyea sr=kin
2003-06-12 20:03:40 +00:00
seawood%netscape.com
b28ce0a530
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:12:33 +00:00
seawood%netscape.com
53d53dd6cb
Removing old cfm build files. r=macdev
2003-06-10 19:03:46 +00:00
seawood%netscape.com
1a61e5528b
Add echo-requires-recursive rule to get a full list of tree's dependencies
2003-06-06 19:21:57 +00:00
kairo%kairo.at
0b93c73eee
bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard
2003-06-04 11:11:19 +00:00
timeless%mozdev.org
63bd78088c
Bug 204067 Creating "@mozilla.org/nsCMSEncoder;1" and then deleting it crashes because m_ecx isn't initialized
...
patch by rginda r=kaie sr=kin
2003-05-23 21:55:15 +00:00
dwitte%stanford.edu
270d3909ca
bug 100649: Length() being used where IsEmpty() is meant
...
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().
thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.
got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
kaie%netscape.com
4fef12376a
b=168452 PSM embedding freeze/ final step/ mark interfaces as frozen
...
r=javi sr=alecf a=sspitzer
2003-05-23 05:58:11 +00:00
dougt%meer.net
80cea543a5
Fixing memory leak. Multiple object creations clobber static allocations. b=206480, r=kaie,sr=dbaron,a=asa
2003-05-21 21:36:46 +00:00
bryner%netscape.com
23a1e5f50a
Fix bug 205912, NSS rebuilds too often. Update a timestamp file in the source tree whenever client.mk pulls updates to NSS, and make a second timestamp file dependent on the first that's touched after cleaning NSS. r=seawood, sr=brendan.
2003-05-21 20:13:24 +00:00
bryner%netscape.com
87dd5e215d
Remove MOZ_PHOENIX #ifdef in nsSecurityWarningDialogs.cpp; set default security dialog prefs in all.js instead. Fixes bug 172091. Affects firebird build only.
2003-05-19 04:23:22 +00:00
dougt%meer.net
07ce9be0c0
Fixing Makefiles to support DEPENDENT_LIBS. r=kai, a=blizzard, b=205444
2003-05-13 18:28:40 +00:00
kaie%netscape.com
aeb0a2f7d7
b=193170 PSM must disallow using NSS database with wrong profile
...
r=ccarlen sr=jag a=asa
2003-05-08 13:39:35 +00:00
cls%seawood.org
8b363ed6a2
Change the naming scheme for the mingw libraries to use the following format:
...
static lib: libfoo.a
import lib: libfoo.dll.a
shared lib: foo.dll
Bug #134113 r=dmose
2003-04-23 00:54:38 +00:00
kaie%netscape.com
f8d7c8b06d
b=155760 Changing content by JavaScript document.write => open insecure
...
lock icon
r=javi sr=peterv
2003-04-19 14:04:59 +00:00
kairo%kairo.at
b6009f1e51
bug 202312 - localeVersion update for 1.4b, r=rchen, sr=blizzard
2003-04-17 18:43:57 +00:00
bryner%netscape.com
3a3ec0cbd5
Make --disable-xul work (bug 69995). We build enough XUL to support
...
scrollbars unconditionally, but can now leave out heavyweight widgets like
grid, listbox, and tree. r=bzbarsky, sr=alecf.
2003-04-11 00:56:27 +00:00
kaie%netscape.com
7f4ab8fb87
b=200236 Change Master password dialog OK button disabled with matching passwords
...
r=javi sr=alecf
2003-04-10 18:16:22 +00:00
kaie%netscape.com
5157ee46bc
b=50823 S/Mime: Support certificates with multiple listed email addresses
...
r=javi sr=alecf
2003-04-04 12:57:51 +00:00
wtc%netscape.com
71aea5f0fa
Bug 180294: on OpenVMS we need to pass the C flags set in the environment
...
to NSS's coreconf. The easiest way to do this is to pass Mozilla's
OS_CFLAGS (which includes those flags) to NSS as XCFLAGS. r=wtc. sr=cls.
a=asa.
2003-04-01 15:07:41 +00:00
darin%netscape.com
80fa27f6d3
landing final patch for NTLM authentication based on WIN32 SSPI API, b=159015 r=kaie sr=dbaron a=asa
2003-03-27 19:31:53 +00:00
timeless%mozdev.org
39a4e26773
Bug 198483 Uninitalized m_dcx causes shutdown crash [@ NSS_CMSDecoder_Cancel]
...
r=kaie sr=darin
2003-03-25 02:30:56 +00:00
timeless%mozdev.org
087c89d015
Bug 196352 JS_GetContextPrivate isn't used correctly
...
r=javi sr=heikki
2003-03-25 02:30:22 +00:00
darin%netscape.com
dd33629359
final patch for bug 198270 "Trunk crash resulting from minimo branch landing" patch=dougt r=kaie sr=darin
2003-03-25 02:17:05 +00:00
wtc%netscape.com
ba9ab2ca5a
Backed out the .nss_cleaned hack checked in in rev. 1.43. It didn't work
...
as expected. r=cls.
2003-03-20 23:03:06 +00:00
wtc%netscape.com
062436a9a3
Bug 197877: PSM makefile changes for NSS 3.8 -- 1. need to build the new
...
NSS tool shlibsign and generate the .chk files with it. 2. need to install
the .chk files in the appropriate directories. r=kaie. sr=bryner.
2003-03-20 18:03:22 +00:00
dougt%netscape.com
0d2808c511
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
wtc%netscape.com
4df4c061fc
Bug 118832: with the removal of the crmfi.h inclusion, CRMFEncryptedKey
...
becomes an incomplete type, and aCC on HP-UX does not allow using
static_cast to cast a pointer to an incomplete type to void *. Use
implicit conversion of a data pointer to void * instead. r=kaie. sr=dbaron.
2003-03-06 15:04:46 +00:00
bolian.yin%sun.com
5ee2408eaa
Bug 194821, Page Info: add access keys for _H_elp button, and _V_iew in Security tab
...
r=db48x, sr=jaggernaut, patch by jessie.li@sun.com .
2003-02-28 11:20:20 +00:00
kairo%kairo.at
661116311f
bug 194924 - localeVersion update for 1.4a, r=rchen, sr=blizzard
2003-02-27 00:05:44 +00:00
pete.zha%sun.com
d1ea99b3c8
bug=193068
...
Missing accesskeys in preference dialogs
r=timeless sr=jaggernaut@netscape.com
2003-02-24 07:59:17 +00:00
robin.lu%sun.com
1c850ced92
fixed bug 149841 It should NOT be possible to open cert manager twice at the same time. r=kaie sr=alecf
2003-02-24 07:07:13 +00:00
varga%netscape.com
165a71d7b3
Fix for bug 192365. Remove extraneous seltype="multiple" attributes of <tree>s in xul.
...
r=varga, sr=jag, patch by Daniel Crisman <bugzilla@w.d6.org>
2003-02-22 11:48:19 +00:00
mscott%netscape.com
2324ded1fd
ACK this wasn't meant for the trunk. File wasn't tagged properly. Sorry. backing out.
2003-02-22 02:35:31 +00:00
mscott%netscape.com
2f97466dc8
hide ftp channel when building minotaur
2003-02-22 02:22:51 +00:00
mkaply%us.ibm.com
6298759e60
OS/2 bustage - PR_CALLBACK
2003-02-20 19:09:43 +00:00
wtc%netscape.com
240de54477
Bug 118832: do not include NSS private header files. "genname.h" is simply
...
not needed. "crmfi.h" can be avoided by using the public function
CRMF_EncodeCertReqMessages. r=kaie. sr=bryner. a=asa for mozilla 1.3.
Modified Files: Makefile.in nsCrypto.cpp nsNSSIOLayer.cpp
2003-02-20 14:56:10 +00:00
kaie%netscape.com
d3a44165b9
b=173369 Migrating NSS databases from the "CFM" build to the "mach-o" build
...
r=javi sr=peterv a=asa
2003-02-20 00:19:45 +00:00
wtc%netscape.com
5cae1f1bc7
Bug 190960: added the DHE ciphersuites back because the underlying NSS bug
...
(bug 188856) that broke them has been fixed. r=kaie. sr=bryner. a=asa for
mozilla1.3.
Modified Files:
netwerk/base/public/security-prefs.js
security/manager/pki/resources/content/ssl3tlsciphers2.xul
security/manager/pki/resources/locale/en-US/pref-ssl.dtd
security/manager/ssl/src/nsNSSComponent.cpp
2003-02-19 15:08:50 +00:00
kaie%netscape.com
c4f37c6503
b=191301 Crash if I cancel "Choose token" dialog on Cert import
...
r=javi sr=darin a=dbaron
2003-02-04 01:37:23 +00:00
kaie%netscape.com
0f380e799b
b=189974 Profile Switching fails after JavaScript based cert import
...
PSM portion of fix
r=javi sr=darin a=asa
2003-01-31 22:33:49 +00:00
kaie%netscape.com
ba2b38282a
b=165301 False mixed content (encrypted page with unencrypted information) Security Warning
...
r=javi sr=darin a=asa
2003-01-29 03:52:01 +00:00
kaie%netscape.com
c422b330bd
b=190640 Remove the DHE ciphersuites until they work
...
r=javi sr=bryner a=asa
2003-01-28 15:06:29 +00:00
kaie%netscape.com
91db3e3aac
b=190394 "website certified by an unknown authority" - nssckbi not found breaks PKI trust
...
r=dougt sr=darin a=asa
2003-01-27 23:53:02 +00:00
timeless%mozdev.org
06b309aa38
Bug 179798 cookie confirm dialog no longer works in embedding (doesn't call nsIPrompt service)
...
patch by mvl@exedo.nl r=dwitte sr=darin
2003-01-22 05:52:33 +00:00
kaie%netscape.com
41218ef77c
b=188363 Bad error messages when server uses an invalid cert (-8054)
...
r=nelsonb sr=blizzard
2003-01-22 03:41:35 +00:00
seawood%netscape.com
5bc0f27843
I always forget to change both the declaration & the definition.
...
Thanks to bird@anduin.net for the patch.
Fixing OS/2 bustage.
2003-01-19 06:43:19 +00:00
seawood%netscape.com
0b3f900ae5
Callback functions must be defined as such.
...
Fixing OS/2 bustage.
2003-01-19 02:43:13 +00:00
kaie%netscape.com
d007c347bc
b=189205 Implement early shutdown of NSS resources
...
r=javi sr=darin
2003-01-18 14:03:00 +00:00
dbaron%dbaron.org
b9083989bb
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 23:19:20 +00:00
dbaron%dbaron.org
84f33505f2
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 22:45:23 +00:00
kaie%netscape.com
8ac4991f54
b=184940 Enable additional SSL ciphers, add configuration UI
...
r=javi sr=jaggernaut
2003-01-07 00:58:24 +00:00
kaie%netscape.com
b6f99631b7
b=177260 Fix known leaks in PSM, track blocking PSM UI, track open SSL sockets
...
r=javi sr=darin
2003-01-06 22:23:49 +00:00
kairo%kairo.at
a6f4446e42
change all localeVersion strings, as well as brand.dtd/region.dtd to 1.3b; bug 185698, r=tao, sr=blizzard
2003-01-03 19:57:47 +00:00
dbaron%fas.harvard.edu
a34c46af22
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
2003-01-01 23:53:20 +00:00
seawood%netscape.com
bbb7dec113
Add hack upon dependency hack to Avoid constant NSS rebuilds when pulling from CVS.
2002-12-28 05:50:17 +00:00
seawood%netscape.com
d5efcdfb6d
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
kaie%netscape.com
5245de3429
Temporary fix for bug 182803.
...
While this masks the reported crashes, this is nothing more than a workaround patch.
As long as this patch is in place, any attempt to do profile switching at run time will fail.
We need real fixes for bug 181230 and 177260.
r=javi sr=darin
2002-12-18 12:50:35 +00:00
dougt%netscape.com
8d74b970e3
Allow caller to obtain cert. r=mstoltz, javi. sr=dveditz, b=179016
2002-12-13 22:26:43 +00:00
kaie%netscape.com
3880b9cdab
b=182258 Give separate signature validity and sender address mismatch feedback
...
r=javi sr=bienvenu
2002-12-13 20:47:32 +00:00
kaie%netscape.com
2fda7d4793
b=182158 JavaScript error when pressing Ok in "Cert already exists" dialog - setWindowName is not defined
...
r=kaie sr=alecf
2002-12-03 15:27:27 +00:00
kaie%netscape.com
da1410e6e1
b=115294 Support S/Mime signing only configuration / relax certificate configuration requirements
...
r=javi sr=sspitzer
2002-11-28 18:31:03 +00:00
timeless%mozdev.org
384066e98e
Bug 58221 don't use strlen to check if a string is of length 0
...
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
cbiesinger%web.de
74eba6fb3e
patch by abecevello@sympatico.ca r=rangansen,me sr=roc+moz
...
fix some spelling errors
2002-11-16 20:44:32 +00:00
kaie%netscape.com
a16a952116
b=168450 Cleanup some PSM code and add JavaDoc documentation to all freeze candidates
...
r=javi sr=alecf
2002-11-14 00:50:02 +00:00
kaie%netscape.com
4e9b0249fd
b=166655 ERROR -12227 / Extend the list of TLS intolerance error codes
...
r=javi sr=jag a=blizzard
2002-11-05 14:49:52 +00:00
kairo%kairo.at
150568bb2e
Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard
2002-10-30 12:41:38 +00:00
kaie%netscape.com
07ead46166
b=101847 keygen does not work if Master Pwd is set to "Everytime it is needed"
...
r=javi sr=jag a=asa
2002-10-18 13:49:58 +00:00
kaie%netscape.com
0d20ac0fbc
b=163605 Use of blocking I/O for SSL in PSM stalls network activity
...
r=javi sr=darin a=asa
2002-10-16 22:20:42 +00:00
leaf%mozilla.org
b25d2a38f7
update localeVersion for 1.2b, a=asa
2002-10-16 17:51:38 +00:00
kaie%netscape.com
9ab0709805
b=169185 remove call to non-existant function
...
r=rangansen sr=jag a=asa
2002-10-14 17:57:58 +00:00
kaie%netscape.com
c114606c21
b=165574 PSM embedding freeze/ step 3/ replace nsISupportsArray with nsIArray
...
r=javi sr=alecf a=asa
2002-10-14 14:49:00 +00:00
kaie%netscape.com
9ebc65bda6
b=147280 Ensure Mozilla uses the shipped nssckbi or a newer builtin roots module
...
r=javi sr=dveditz a=asa
2002-10-14 14:39:04 +00:00
kaie%netscape.com
d03c5bdd14
b=172455 Mozilla crashes when viewing certificate details
...
r=javi sr=jag a=dbaron
2002-10-11 13:21:58 +00:00
kaie%netscape.com
5364d2634e
b=170562 Some CA's are blank lines
...
r=javi sr=alecf
2002-10-02 18:54:21 +00:00
kaie%netscape.com
5592ed3a8b
b=171217 Bustage: Cannot activate auto CRL update.
...
r=javi
2002-10-02 18:52:07 +00:00
kaie%netscape.com
ce65064a68
b=107034 OE requires special attribute in incoming signed messages to
...
support dual key certificates (PSM portion)
r=relyea sr=mscott
2002-10-02 10:56:11 +00:00
kaie%netscape.com
b856423104
b=160746 Update PSM's version number to 2.4
...
r=javi sr=alecf
2002-10-02 10:51:02 +00:00
jdunn%netscape.com
c1d37cfb46
add support for hpux 11.20/ia64, which doesn't have separate freebl libs
...
so we shouldn't export them
r=cls@seawood.org
# 145053
2002-10-01 14:42:41 +00:00
wtc%netscape.com
10bb630725
Get NSS headers from the new location (dist/public/nss) only.
...
Modified files: boot/src/Makefile.in pki/src/Makefile.in ssl/src/Makefile.in
2002-09-26 17:56:09 +00:00
kaie%netscape.com
106f567abb
b=170438 Crash opening cert manager
...
r=javi sr=alecf
2002-09-24 03:00:37 +00:00
kaie%netscape.com
45b75de492
b=170359 Make sure new code from bug 168448 uses NS_INIT_ISUPPORTS
...
r=javi sr=alecf
2002-09-24 02:57:51 +00:00
kaie%netscape.com
2a3ea54ed5
b=169443 Form submit buttons not working [embedding apps]
...
r=javi sr=rpotts
Adding files forgotton on earlier checkin
2002-09-23 23:30:22 +00:00
kaie%netscape.com
e0ac174edc
b=168946 More PSM cleanup
...
r=javi sr=rpotts
2002-09-23 23:23:05 +00:00
kaie%netscape.com
0e02f8a7c7
b=168976 Remove RsaPubModulus from nsIX509Cert
...
r=javi sr=rpotts
2002-09-23 23:20:18 +00:00
kaie%netscape.com
03f7ce8e87
b=169765 View button doesn't work in cert manager
...
r=javi sr=rpotts
2002-09-23 23:16:46 +00:00
kaie%netscape.com
410f942d29
b=169943 Form submit buttons not working [embedding apps]
...
Moving implementation of security warnings from pippki to pipboot.
r=javi sr=rpotts
2002-09-23 23:11:10 +00:00
kaie%netscape.com
ec41544988
b=169932 Replace wstring with AString in IDL
...
r=darin sr=alecf
2002-09-23 20:17:16 +00:00
seawood%netscape.com
a1f585d4bb
Oops. Forgot to account for tarball builds. Assume the worst if cvsco.log doesn't exist.
...
Fixing verification bustage.
2002-09-20 16:49:18 +00:00
seawood%netscape.com
d97e417ce8
Add dependency support for NSS to PSM by checking to see if any NSS files have changed during the checkout.
...
Bug #167927 r=pavlov
2002-09-20 08:46:21 +00:00
kaie%netscape.com
92da872732
b=169164 Replace PRUint* and PRInt* in IDL with "unsigned long" etc
...
r=javi sr=alecf
2002-09-18 17:15:58 +00:00
kaie%netscape.com
6fff93b961
b=141612 Misconfigured SSL web sites cause "unknown authority" messages.
...
Enhance the error message that is shown to the user.
r=javi sr=dveditz
2002-09-17 20:12:14 +00:00
kaie%netscape.com
baa89b1d79
b=168448 Fixing bustage caused by previous checkin.
...
Filename nsIGeneratingKeypairInfoDialogs is too long,
moving to a short filename. Updating Makefiles and include statements.
2002-09-17 19:43:13 +00:00
kaie%netscape.com
095b376754
b=166664 Remove obsolete interface nsISecurityManagerComponent
...
r=javi sr=alecf
2002-09-17 19:09:11 +00:00
kaie%netscape.com
31db9b541b
b=168448 PSM embedding freeze/ step 1/ move stuff & change data types
...
r=javi sr=alecf
2002-09-17 18:51:22 +00:00
dougt%netscape.com
68faeb5241
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
dougt%netscape.com
fae89c4077
Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 05:38:16 +00:00
leaf%mozilla.org
70941124cb
update localeVersion to 1.2a, a=asa
2002-09-07 01:01:49 +00:00
nicolson%netscape.com
dc5b2ded44
Fix 164126: makefile build error.
...
NSS module has been renamed from "security" to "nss". We will leave the
old "security" include paths until the NSS_CLIENT_TAG gets moved forward:
see bug 167133 for that.
r=kaie@netscape.com , r=wtc@netscape.com , a=rjesup@wgate.com
2002-09-06 21:14:42 +00:00
timeless%mac.com
06e0bc6933
Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
...
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag
2002-09-02 20:23:29 +00:00
kaie%netscape.com
5852d51b51
b=149694 After importing cert, CA does not appear until restart of CM
...
r=javi sr=bryner
2002-09-02 14:44:40 +00:00
kaie%netscape.com
ac2c08e63b
b=164702 File restore only opens *.p12, but not *.pfx
...
r=javi sr=bryner
2002-08-29 21:27:54 +00:00
kaie%netscape.com
64b2bc2d07
b=121906 Other People's certs not sorted
...
r=javi sr=jag
2002-08-28 13:49:52 +00:00
kaie%netscape.com
6b4a5557af
b=122869 Need better message when import a cert with wrong password.
...
r=javi sr=jag
2002-08-26 20:31:03 +00:00
kaie%netscape.com
8e6b891cc2
b=161915 Combine verified and purposes column in certificate manager
...
r=javi sr=jag
2002-08-26 20:16:25 +00:00
kaie%netscape.com
4b9a8a51c9
b=157927 Fix memory leaks in nsNSSCertificate.cpp, fix some compiler warnings, do some cleanup.
...
r=javi sr=jag
2002-08-23 10:40:27 +00:00
kaie%netscape.com
0eab7806a1
b=124624 [RFE]Wording change for SSL, Privacy Pref
...
r=cotter sr=jag
2002-08-23 10:28:07 +00:00
kaie%netscape.com
e888f7645f
b=100129 UI: extra space in "Security Error: Domain Name Mismatch" title
...
r=kaie sr=jag
2002-08-23 10:13:47 +00:00
kaie%netscape.com
a6e10ab759
b=142147 Viewing signed message crashes Mozilla, if I did not log-in into the FIPS module
...
r=javi sr=bryner
2002-08-23 10:10:17 +00:00
kaie%netscape.com
07bda86df6
b=106587 FIPS enabled mode fails when Master PWD is not set.
...
r=javi/cotter sr=shaver
2002-08-23 10:07:47 +00:00
kaie%netscape.com
2e5cb525e8
b=140302 hang when collapsing some ssl-security details
...
r=javi sr=bryner
2002-08-20 12:51:55 +00:00
kaie%netscape.com
9190a3d74e
Patch from bug 87902 to fix SSL/TLS logic.
...
- make TLS intolerant server detection over proxies work
(this bug 87902)
- on connection failure, only retry without TLS when it is really
likely to help (bug 149910)
- remove obsolete workarounds in SSL i/o layer
(see removed comments in patch)
- avoid to confuse programmers reading code,
by renaming TLSStepUp (which means something else)
to the correct term STARTTLS (what the code is actually doing).
(As suggested by nelsonb)
- If an invalid or expired etc. server certificate is presented,
a warning is shown. If the user decides to cancel,
network activity should stop immediately.
(we currently warn multiple times) (bug 87209)
r=javi/darin/ducarroz/dmose sr=alecf
2002-08-14 23:43:28 +00:00
antonio.xu%sun.com
d9f555d2f5
replace the hardcode of "@mozilla.org/embedcomp/dialogparam;1" with NS_DIALOGPARAMBLOCK_CONTRACTID
...
Bug 158608 r=Henry sr=alecf
2002-08-14 12:39:03 +00:00
blakeross%telocity.com
0c9ee3ddca
Making security dialogs default to off after one viewing *in Phoenix only*. Not part of normal build.
2002-08-13 05:25:34 +00:00
kaie%netscape.com
aed4350fca
b=154040 Deleting cert does nothing when key DB has no password
...
r=relyea sr=alecf
2002-08-13 01:15:05 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
kaie%netscape.com
141c541484
b=161394 Fix crash in debug builds
...
r=javi sr=alecf
2002-08-08 14:10:42 +00:00
kaie%netscape.com
5802ed6d9c
b=161379 Fix JavaScript warnings in security code
...
r=ssaux sr=mscott
2002-08-07 14:24:04 +00:00
kaie%netscape.com
21f0d86067
b=123917 Remove non-NSS_3_4 codepaths
...
r=wtc sr=alecf
2002-08-07 13:39:57 +00:00
kaie%netscape.com
346ebd7510
b=124037 Decrease cert manager loading time.
...
r=rangansen/jkeiser sr=alecf
2002-08-06 13:25:23 +00:00
kaie%netscape.com
69ea18b8f3
b=136819 Returned value from getPSMContentType is compared to wrong enum
...
Patch from t8m@centrum.cz
r=kaie sr=alecf
2002-08-06 13:21:32 +00:00
kaie%netscape.com
e0682e5b27
b=144435 Allow to edit trust for other people's certificate
...
r=javi sr=alecf
2002-08-06 13:18:12 +00:00
kaie%netscape.com
02d9df0cf7
b=74339 Support import of SSL, S/MIME, and CA certs
...
r=javi sr=alecf
2002-08-06 13:11:15 +00:00
kaie%netscape.com
098841f1b3
b=159053 Memory leak in nsSecureBrowserUIImpl
...
r=jkeiser sr=alecf
2002-08-06 13:06:21 +00:00
kaie%netscape.com
f1bf4f4474
b=135546 Fix internal slot reference leak in cryptojs_generateOneKeyPair()
...
r=wtc sr=alecf
2002-08-06 12:54:39 +00:00
kaie%netscape.com
d47a8b3a35
b=132589 Fix incorrect verification status when viewing email-signing-only certificates.
...
r=javi sr=alecf
2002-08-06 12:51:43 +00:00