<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Playing on the frontier</title>
	<atom:link href="http://siphon9.net/loune/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://siphon9.net/loune</link>
	<description></description>
	<lastBuildDate>Tue, 22 Jun 2010 22:50:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Compiling WebKit/Cairo on Windows with Visual C++ Express by Ramki Gaddipati</title>
		<link>http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/comment-page-1/#comment-1064</link>
		<dc:creator>Ramki Gaddipati</dc:creator>
		<pubDate>Tue, 22 Jun 2010 22:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=48#comment-1064</guid>
		<description>Hi Loune,

Thank you very much for your detailed post. It was very helpful. 
Just wanted to alert future audience that, even if they have cygwin already installed, they should use the cygwin as provided in webkit repo (http://svn.webkit.org/repository/webkit/trunk/WebKitTools/CygwinDownloader/cygwin-downloader.zip) as pointed by you, to be certain about the dependencies. I am using Windows 7 and had cygwin already installed, I killed about 3 hours to know that there is some issue with my cygwin. Downloading the one from webkit&#039;s repo fixed the issue immediately. 
The error I was seeing was weird, &quot;Cannot write to file...&quot;. Arbitrarily some of the basic file operations were failing, when tried the webkit-update. 

Anyways, the moral is stick to every step as documented, you will have your own webkit with fewer hassles.

Thanks once again for this post. 

+ramki</description>
		<content:encoded><![CDATA[<p>Hi Loune,</p>
<p>Thank you very much for your detailed post. It was very helpful.<br />
Just wanted to alert future audience that, even if they have cygwin already installed, they should use the cygwin as provided in webkit repo (<a href="http://svn.webkit.org/repository/webkit/trunk/WebKitTools/CygwinDownloader/cygwin-downloader.zip" rel="nofollow">http://svn.webkit.org/repository/webkit/trunk/WebKitTools/CygwinDownloader/cygwin-downloader.zip</a>) as pointed by you, to be certain about the dependencies. I am using Windows 7 and had cygwin already installed, I killed about 3 hours to know that there is some issue with my cygwin. Downloading the one from webkit&#8217;s repo fixed the issue immediately.<br />
The error I was seeing was weird, &#8220;Cannot write to file&#8230;&#8221;. Arbitrarily some of the basic file operations were failing, when tried the webkit-update. </p>
<p>Anyways, the moral is stick to every step as documented, you will have your own webkit with fewer hassles.</p>
<p>Thanks once again for this post. </p>
<p>+ramki</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NTLM authentication in PHP &#8211; Now with NTLMv2 hash checking by Endre</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-1005</link>
		<dc:creator>Endre</dc:creator>
		<pubDate>Wed, 09 Jun 2010 09:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-1005</guid>
		<description>Hi Luone,

Thanks for your nice article, but I can not find the next part with Samba integration. :) 
Can you help me to find it?</description>
		<content:encoded><![CDATA[<p>Hi Luone,</p>
<p>Thanks for your nice article, but I can not find the next part with Samba integration. <img src='http://siphon9.net/loune/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Can you help me to find it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting the intersection points of two [path] geometries in WPF by Yury</title>
		<link>http://siphon9.net/loune/2009/08/getting-the-intersection-points-of-two-path-geometries-in-wpf/comment-page-1/#comment-970</link>
		<dc:creator>Yury</dc:creator>
		<pubDate>Sun, 30 May 2010 19:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=71#comment-970</guid>
		<description>Thanks a lot for this blog entry. It works perfect and the performance is more than enough for my requirements. A real life saver, what seemed like a difficult math puzzle was implemented in under 5 minutes. :D</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this blog entry. It works perfect and the performance is more than enough for my requirements. A real life saver, what seemed like a difficult math puzzle was implemented in under 5 minutes. <img src='http://siphon9.net/loune/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NTLM authentication in PHP &#8211; Now with NTLMv2 hash checking by Loune</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-951</link>
		<dc:creator>Loune</dc:creator>
		<pubDate>Thu, 27 May 2010 10:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-951</guid>
		<description>@Maxxx You might able to use $_SERVER[&#039;HTTP_AUTHORIZATION&#039;] instead</description>
		<content:encoded><![CDATA[<p>@Maxxx You might able to use $_SERVER['HTTP_AUTHORIZATION'] instead</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NTLM authentication in PHP &#8211; Now with NTLMv2 hash checking by Maxxx</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-933</link>
		<dc:creator>Maxxx</dc:creator>
		<pubDate>Tue, 18 May 2010 15:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-933</guid>
		<description>Hi !

I used an older version of your script but now i can&#039;t use the apache_request_headers() function with the configuration of my web hosting (php in CGI mod).

Do you have a solution for my trouble ?

Thx a lot and sorry for my english.</description>
		<content:encoded><![CDATA[<p>Hi !</p>
<p>I used an older version of your script but now i can&#8217;t use the apache_request_headers() function with the configuration of my web hosting (php in CGI mod).</p>
<p>Do you have a solution for my trouble ?</p>
<p>Thx a lot and sorry for my english.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NTLM authentication in PHP &#8211; Now with NTLMv2 hash checking by Loune</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-925</link>
		<dc:creator>Loune</dc:creator>
		<pubDate>Sun, 16 May 2010 01:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-925</guid>
		<description>@Simon https should work fine with this NTLM script

@Dave what you&#039;re asking is really to add client NTLM authentication to your SOAP client. This article is about NTLM on the server side. However, you might be able to pass through the NTLM from the web service end point. NTLM is a three way handshake so you probably have to modify the SOAP client to save state in the session as each step of the handshake you need to return to the browser. You have to make sure you turn off IIS NTLM and take the exact header from the SOAP and pass it back to the browser. Lastly this will only work for a single service call per PHP request.

A better way would probably to rewrite the SOAP client to support proper NTLM.</description>
		<content:encoded><![CDATA[<p>@Simon https should work fine with this NTLM script</p>
<p>@Dave what you&#8217;re asking is really to add client NTLM authentication to your SOAP client. This article is about NTLM on the server side. However, you might be able to pass through the NTLM from the web service end point. NTLM is a three way handshake so you probably have to modify the SOAP client to save state in the session as each step of the handshake you need to return to the browser. You have to make sure you turn off IIS NTLM and take the exact header from the SOAP and pass it back to the browser. Lastly this will only work for a single service call per PHP request.</p>
<p>A better way would probably to rewrite the SOAP client to support proper NTLM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NTLM authentication in PHP &#8211; Now with NTLMv2 hash checking by Dave</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-918</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 13 May 2010 23:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-918</guid>
		<description>NICE Writeup!!! 

I am using an NTLM authenticated IIS server and would like to pass through the NTLM authentication to another web-services server (same domain, same authentication credentials).  I can get the user through $_SERVER[&#039;AUTH_USER&#039;], but, obviously there&#039;s no server Var for the password.  I don&#039;t have access to the password repository either. 

Can I take the NTLM auth. values from my request header and just pass them through to the header for the downstream web services call?</description>
		<content:encoded><![CDATA[<p>NICE Writeup!!! </p>
<p>I am using an NTLM authenticated IIS server and would like to pass through the NTLM authentication to another web-services server (same domain, same authentication credentials).  I can get the user through $_SERVER['AUTH_USER'], but, obviously there&#8217;s no server Var for the password.  I don&#8217;t have access to the password repository either. </p>
<p>Can I take the NTLM auth. values from my request header and just pass them through to the header for the downstream web services call?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NTLM authentication in PHP &#8211; Now with NTLMv2 hash checking by Simon</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-917</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 13 May 2010 19:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-917</guid>
		<description>What about https with this version?</description>
		<content:encoded><![CDATA[<p>What about https with this version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NTLM authentication in PHP &#8211; Now with NTLMv2 hash checking by Florian Ledeboer</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-911</link>
		<dc:creator>Florian Ledeboer</dc:creator>
		<pubDate>Mon, 10 May 2010 10:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-911</guid>
		<description>Is there probably a way to use the ntlm password hash to authenticate the user against an AD with ldap_bind() or something else?</description>
		<content:encoded><![CDATA[<p>Is there probably a way to use the ntlm password hash to authenticate the user against an AD with ldap_bind() or something else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stinger Root Certificate for Windows Mobile by Charlie Mayman</title>
		<link>http://siphon9.net/loune/2009/06/stinger-root-certificate-for-windows-mobile/comment-page-1/#comment-904</link>
		<dc:creator>Charlie Mayman</dc:creator>
		<pubDate>Tue, 04 May 2010 17:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=30#comment-904</guid>
		<description>Thanks so much. It&#039;s just what I needed to get Application Verifier working on my Imagio.</description>
		<content:encoded><![CDATA[<p>Thanks so much. It&#8217;s just what I needed to get Application Verifier working on my Imagio.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
