[DQSD-Users] DQSD and Windows XP SP2

2004-08-08 Thread Ken Blake
SP2 blocks DQSD's use of Active X Controls. Is there a way to allow it
for DQSD while denying it for others?

Ken Blake
[EMAIL PROTECTED]




---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


RE: [DQSD-Users] DQSD and Windows XP SP2

2004-08-08 Thread Kim Gräsman
Hi Ken,

Yes, kind-of. We've been experimenting with different solutions to this
problem, and it seems the only reliable way is to allow explorer.exe
(Windows Explorer) to bypass the new security checks performed by Internet
Explorer.

So, if you can live with a less secure explorer.exe, you can make the
following modifications to your registry:

Add a DWORD value to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet
Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN
named explorer.exe and set its value to 0.

Details:
http://msdn.microsoft.com/security/productinfo/XPSP2/securebrowsing/localloc
kdown.aspx

This effectively means any html/javascript originating from your local
machine are not subject to IE's new security checks, but you can probably
live with that. I think this is currently the only way to keep DQSD working.

Hope that helps,
Kim 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Ken Blake
 Sent: den 8 augusti 2004 19:37
 To: [EMAIL PROTECTED]
 Subject: [DQSD-Users] DQSD and Windows XP SP2
 
 SP2 blocks DQSD's use of Active X Controls. Is there a way to 
 allow it for DQSD while denying it for others?



---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


RE: [DQSD-Users] DQSD and Windows XP SP2

2004-08-08 Thread Ken Blake
[EMAIL PROTECTED]  wrote on :


 Hi Ken,
 
 Yes, kind-of. We've been experimenting with different
 solutions to this
 problem, and it seems the only reliable way is to allow explorer.exe
 (Windows Explorer) to bypass the new security checks
 performed by Internet
 Explorer.
 
 So, if you can live with a less secure explorer.exe, you can make
the
 following modifications to your registry:
 
 Add a DWORD value to
 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet
 Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN
 named explorer.exe and set its value to 0.
 
 Details:
 http://msdn.microsoft.com/security/productinfo/XPSP2/securebro
 wsing/localloc kdown.aspx
 
 This effectively means any html/javascript originating from your
local
 machine are not subject to IE's new security checks, but you
 can probably
 live with that.


That doesn't sound like a severe disadvantage, and I've done as you
suggest. Thanks very much.

Ken Blake
[EMAIL PROTECTED]


 I think this is currently the only way to
 keep DQSD working.
 
 Hope that helps,
 Kim
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Ken
 Blake Sent: den 8 augusti 2004 19:37
 To: [EMAIL PROTECTED]
 Subject: [DQSD-Users] DQSD and Windows XP SP2
 
 SP2 blocks DQSD's use of Active X Controls. Is there a way to
 allow it for DQSD while denying it for others?
 
 
 
 ---
 This SF.Net email is sponsored by OSTG. Have you noticed the
 changes on
 Linux.com, ITManagersJournal and NewsForge in the past few weeks?
Now,
 one more big change to announce. We are now OSTG- Open Source
 Technology Group. Come see the changes on the new OSTG site.
 www.ostg.com ___
 To unsubscribe visit:
 https://lists.sourceforge.net/lists/listinfo/dqsd-users
 [EMAIL PROTECTED]
 http://sourceforge.net/mailarchive/forum.php?forum_id=8601





---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


RE: [DQSD-Users] DQSD and Windows XP SP2

2004-08-08 Thread Shawn K. Hall
 Yes, kind-of. We've been experimenting with different
 solutions to this problem...

(I don't run XP on any of my machines, so have no way of testing this)

Does adding www.dqsd.net to your trusted sites in IE and then
including the 'mark of the web tag' in the HTML file not work?

Add the downloaded from snippet below to the top of your search.htm:
!-- saved from url=(0020)http://www.dqsd.net/ --

(more info here: http://tinyurl.com/6wgnr )

Thanks,

Shawn K. Hall
http://ReliableAnswers.com/

'// 
   A government that robs Peter to pay Paul can always
depend upon the support of Paul.
  -- George Bernard Shaw (1856-1950)
 1944, Everybody's Political What's What?




---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


RE: [DQSD-Users] DQSD and Windows XP SP2

2004-08-08 Thread Ken Blake
[EMAIL PROTECTED]  wrote on :


 Yes, kind-of. We've been experimenting with different
 solutions to this problem...
 
 (I don't run XP on any of my machines, so have no way of testing
this)
 
 Does adding www.dqsd.net to your trusted sites in IE and then
 including the 'mark of the web tag' in the HTML file not work?
 
 Add the downloaded from snippet below to the top of your search.htm:
 !-- saved from url=(0020)http://www.dqsd.net/ --
 
 (more info here: http://tinyurl.com/6wgnr )


Thanks very much. If Kim's suggestion doesn't work, I'll try this.

Ken Blake
[EMAIL PROTECTED]




---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601