r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Plugin-2] Browser Plugins

Volker
29-Jun-2006
[1552]
But if that anything is not that popular/needed, like javascript/flash, 
it canbe not instlled too.
Graham
29-Jun-2006
[1553]
Does the plugin have to adhere to safety standards higher than any 
other plugin language?
Carl
29-Jun-2006
[1554x4]
So there are two basic needs: confirmation of  trust (signing) and 
program limits.
G: that is a good question.
We should be at least as high.
Note that we also now sign the DLL, to prevent the hack "modify the 
security requestor text".
Volker
29-Jun-2006
[1558]
IMHO we are the new guys, and the doors are locked more easily.
Carl
29-Jun-2006
[1559x2]
The DLL uses authenticode verification.
Ok, so it is 10:50 here in Paris... and I must go.  But I ask for 
your help so we can make the plugin complete, and as soon as possible.
Geomol
29-Jun-2006
[1561]
Carl, I hope, you have a good vacation! Paris is nice. I were there 
last week.
Graham
29-Jun-2006
[1562]
Thanks for logging in and making that committment, and writing in 
english!
Carl
29-Jun-2006
[1563]
In my mind, and as I've stated, I think we must consider a 2.6.3 
release as well -- for some bugs that are critical.
Volker
29-Jun-2006
[1564]
IMHO that would work. makesure the script is by me, and that icant 
look in your private stuff except i am extremely nasty.
Carl
29-Jun-2006
[1565]
Yes, Paris is a very nice town.
Volker
29-Jun-2006
[1566]
2.6.* is still a good language :)
Carl
29-Jun-2006
[1567x3]
I would like to move here to complete R3.0 --- But, Cindy does not 
seem that excited about doing so.
Yes, thanks.
So, must go now.  I will try to check in tomorrow too.  This timezone 
is easier for me to do so.
Volker
29-Jun-2006
[1570]
cu :)
Pekr
30-Jun-2006
[1571x2]
Complete 3.0? :-) Is 3.0 so close to alpha release or so? :-)
regarding plug-in, my concern is just one - proxy - without it it 
will be no-go for ppl behind the proxy. My understanding is, get-net-info 
needs update ...
Carl
30-Jun-2006
[1573x4]
Yes. Confirmed. Josh is working on better way to obtain the proxy 
information, according to MS methods.
Sorry, although 3.0 is highest priority, we are "multiplexing-in" 
a few other tasks.
Just so you know for sure: we do plan to make a 2.6.3 (1.3.3) update 
to fix various R2 bugs, including a range of OSX related issues.
Gabriele is the main contact regarding the R2 priorities.  So, you 
must talk to him if there is a critical bug that you need scheduled 
for fixing.
Graham
30-Jun-2006
[1577]
It certainly makes sense to complete those things that can be readily 
done ...given that R3 may be months away
Terry
30-Jun-2006
[1578]
The desktop is nearly dead anyway.
Graham
30-Jun-2006
[1579x5]
Google and Microsoft are battling for ownership of the web space.
Rebol has a chance now that paradigms are shifting into general acceptance.
that the desktop is being superceded by internet applications.
But we need to be there in less than half pie fashion ...
We don't want to be crippled by lack of SSL and other show stoppers
Micha
1-Jul-2006
[1584]
Hi.  location   not work in Firefox  1.5  .  try it  code :    do-browser 
 "location='http://rebol.com'"
JoshM
2-Jul-2006
[1585x3]
Micha: Try this: do-browser "location.href='http://rebol.com'"
Plugin "completion" project: As Carl said, we are going to take the 
steps necessary to make a R2 "complete" plugin.
Based on your feedback, I've divided this project into three areas:
	1. Stability (no bugs, Win2k support, etc.)
	2. Security (signing, program limits, etc.)
	3. Proxy (correct proxy detection)


Is that accurate? Do you think that after addressing those three 
areas, the plugin would be "complete"? If not, what other areas do 
you think we need?
Terry
2-Jul-2006
[1588]
1. IE 
2. Firefox
3. Safari
Pekr
2-Jul-2006
[1589x2]
Opera
But yes, Josh, it seems like correct order. I give my vote to proxy. 
Dunno how many folks work in companies behind the proxy, but because 
there is not user.r by default, nor there is some abilitiy to launch 
desktop, the plug-in should do as much as possible, in regards to 
correctly detect proxy ...
Graham
2-Jul-2006
[1591]
Josh, that looks good to me.  Proxy would be good.
[unknown: 5]
2-Jul-2006
[1592x3]
Josh, I believe the Proxy support is really needed and obviously 
that could be used in REBOL3 for universal use.  I hope you implement 
both kerberos and NT LM Authentication.  I know that Doc Kimbell 
already has a tested Proxy implementation using the NT LM Authentication 
on his website.
If I recall the Kerberos is the default authentication on newer MS 
operating systems and NTLM is the older legacy authentication method 
that should be incorporated to support a more diverse environment 
where Win9x  and NT 3.5-40 machines might be in use.
I know in my environment where we work with multiple customers with 
thousands of workstations in interconnected networks and extranets 
we definately need the proxy support.  We have so much proxy authentication 
going on between internal networks due to acquisitions where segmentation 
and security are still sensitive concerns.
JoshM
3-Jul-2006
[1595]
Proxy: I've broken this sub-project down into two areas:

 1. Detection (auto-proxy, manual proxy, etc.) -- obtaining the correct 
 proxy server address for a given URL.

 2. Authentication (NTLM, Kerberos, etc.) -- authenticating with the 
 proxy server

Are there other areas you see related to proxy support?
Pekr
3-Jul-2006
[1596]
not known to me .... but I know only a little about it ....
DideC
4-Jul-2006
[1597]
For NTLM authentication, isn't there some OS API to do that ?

I can't imagine that each program using Internet has it's own NTLM/Kerberos 
authentication scheme!!
JoshM
4-Jul-2006
[1598x2]
Yes, I'm looking into both OS API and native methods.....
Question: On these systems that need full proxy support, are you 
running the latest OS? (i.e. WinXP SP1+, Win2k3, or WIn2k SP3+)? 
If so, there is OS support in those systems that may make this significantly 
simpler...
Pekr
4-Jul-2006
[1600]
as for me, yes, no W9x machines ...
JoshM
4-Jul-2006
[1601]
Am I correct in assuming that the majority of these proxy scenarios 
are just downloading HTTP/FTP files? Is there a case where you need 
upload support through proxy as well?