Re: mozilla ftp resources and 0.9.9

2002-03-15 Thread David Illsley

Mitchell Baker wrote:
> 
> Mozilla.org has been investigating the large number
> of reports problems associated with attempts at downloading the
> most recent 0.9.9 milestone release.
> 
> Early investigation points to a large increase in the traffic
> and demand for this release. To date it appears that
> approximately 135,000 downloads have been
> successfully completed, plus additional as yet
> uncounted downloads of localizations, stub installers and source code.
> We are uncertain about the additional download requests
> that we haven't been able to support.
> 
> We are looking at options for quickly increasing ftp download capacity. 
> AOL/TW has volunteered to provide additional network and ftp services
> to accommodate this unprecedented user demand.  We are hoping to have 
> additional resources in place very soon, hopefully later today.  Please 
> bear with us and be patient until we finalize a plan and get this extra 
> capacity on-line.  We'll post additional details once they have been
> finalized.
> 
> Mozilla.org thanks AOL/TW for its generous response.
> 
> Mitchell
> 

General FYI on this, if you're in the UK, www.mirror.ac.uk has a good up 
to date mirror of ftp.mozilla.org

David





Re: Full screen in Mozilla

2002-03-07 Thread David Illsley

For the moment, you can do javascript:window.fullScreen=true to see the 
current effect on Linux.

David

Kryptolus wrote:
> Parish wrote:
> 
>> Stewart hector wrote:
>>
>>> I've seen alot of posts about "full screen" mode.
>>>
>>> Unless i'm very blind - I can't find this anywhere in Mozilla.
>>>
>>
>> View->Full Screen or just hit F11
> 
> 
> 
> Question is from a linux user.
> There's no full screen mode under linux.
> The new implementation is windows only right now.
> There's a bug for the rest of the implmentations.
> 





Re: Optimoz...

2002-01-28 Thread David Illsley

Travis Crump wrote:

> http://mozdev.org/bugs/show_bug.cgi?id=668
> 
> Roope Lehmuslehto wrote:
> 
>> I just noticed that Optimoz causes Mozilla to slow considerably, 
>> especially opening new windows, is there any solution for this, 
>> because that is _very_ annoying when opening new window takes ~4 
>> seconds and totally freezes Moz.
>>
>> Btw, is there coming any new version of Optimoz? 0.3.1 has been there 
>> about 4 months :D ...now, that is fast developing!
>>
> 

I'm currently working on some code reworking and I think pavol is also 
doing some stuff so hopefully we'll have a new release in the not 
too-distant future.

David





Re: Access to the port number given has been disabled for security reasons

2001-12-27 Thread David Illsley

If you READ the posting and paper I pointed to, you'll see that with 
*perfectly* *valid* URLs and HTML form value contents it it possible to 
carry out FTP commands using mozilla as the source of the attack.

Here is a link to the CERT warning about this vulnerability: 
http://www.kb.cert.org/vuls/id/476267

This is a vulnerability and mozilla's is currently the best way of 
protecting against this. If you can come up with a better way of fixing 
this vulnerability that doesn't reduce mozilla's useability even more, 
or degrade the functionality of HTML forms then I will donate another 
$10 to mozillaZine.org

David Illsley





Re: Access to the port number given has been disabled for security reasons

2001-12-27 Thread David Illsley

The HTML Form Protocol Attack, discussed heavily on Bugtraq 
(http://www.securityfocus.com/cgi-bin/archive.pl?id=1&start=2001-10-17&end=2001-10-23&threads=0&[EMAIL PROTECTED])
with details here --> http://www.remote.org/jochen/sec/hfpa/index.html 
is a dangerous attack, and there is no easy way for mozilla to counter 
it  other than to block potentially dangerous ports.

David Illsley





Re: How to make prefs.js mods survive restarts?

2001-09-25 Thread David Illsley

Charlie Zender wrote:

> I have added to my prefs.js the line
> 
> user_pref("dom.disable_open_during_load", true);
> 
> but when I shut down mozilla 0.9.4 and then restart the prefs.js
> file is automatically rewritten and no longer contains my custom
> mods, i.e., the above line. How does one make custom mods to prefs.js
> "sticky", so they survive restarting?
> 
> Thanks,
> Charlie
> 

The file gets read in at start up and re-written with programatically 
changed prefs re-written when shut down. If you add your pref when moz 
isn't running it will persist :-)

David





Re: Netscape 6.1 server rights

2001-09-03 Thread David Illsley

This question is asked ofter enough and with the growing popularity of 
ZoneAlarm et al will be asked more often, shouldn't this be Release Noted?

David





Re: Moz is trying to download .ASP files, how to fix?

2001-09-03 Thread David Illsley

Results from wget'ing http://www.beaubonneaucasting.com/casting.asp

$ wget http://www.beaubonneaucasting.com/casting.asp
--16:07:09--  http://www.beaubonneaucasting.com/casting.asp
=> `casting.asp'
Connecting to www.beaubonneaucasting.com:80... connected!
HTTP request sent, awaiting response... 200 OK
Length: 6,208 [application/x-asap]

 0K -> .. [100%]

16:07:25 (13.15 KB/s) - `casting.asp' saved [6208/6208]

See the [application/x-asap] bit. This indicates that the server is not 
sending an html mime type so mozilla doesn't know what to do with it.

David





Re: How does "talkback" do its thing?

2001-08-07 Thread David Illsley

Talkback seems to use http. It has options to allow you to use HTTP or 
socks proxies.

Please try to use it, it helps the bug fixing process immensely.

David