<?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>Thu, 19 Jan 2012 01:26:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Pondering per user accounting in Linux by tomek</title>
		<link>http://siphon9.net/loune/2009/07/pondering-per-user-accounting-in-linux/comment-page-1/#comment-19096</link>
		<dc:creator>tomek</dc:creator>
		<pubDate>Thu, 19 Jan 2012 01:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=39#comment-19096</guid>
		<description>Hi, I am interested to, please let me know if you have some tips. Currently I am trying to do it using nethogs, but not sure it is proper way.</description>
		<content:encoded><![CDATA[<p>Hi, I am interested to, please let me know if you have some tips. Currently I am trying to do it using nethogs, but not sure it is proper way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling WebKit/Cairo on Windows with Visual C++ Express by Codekata &#124; flaminghorns.com &#187; Building Webkit on Windows 7 with Visual Studio 2008 Express.</title>
		<link>http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/comment-page-1/#comment-19079</link>
		<dc:creator>Codekata &#124; flaminghorns.com &#187; Building Webkit on Windows 7 with Visual Studio 2008 Express.</dc:creator>
		<pubDate>Wed, 18 Jan 2012 10:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=48#comment-19079</guid>
		<description>[...] http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/" rel="nofollow">http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NTLM authentication in PHP &#8211; Now with NTLMv2 hash checking by David C</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-18814</link>
		<dc:creator>David C</dc:creator>
		<pubDate>Mon, 09 Jan 2012 03:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-18814</guid>
		<description>@Loune Thanks a lot for checking this out. I&#039;ve enabled NTLMv2 on my WinXP machine and everything is working now.

Thanks for the great script!</description>
		<content:encoded><![CDATA[<p>@Loune Thanks a lot for checking this out. I&#8217;ve enabled NTLMv2 on my WinXP machine and everything is working now.</p>
<p>Thanks for the great script!</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-18731</link>
		<dc:creator>Loune</dc:creator>
		<pubDate>Fri, 06 Jan 2012 12:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-18731</guid>
		<description>@David I loaded up an XP machine (was using win7) and was able to replicate your issue. Seems like XP machines send NTLM (v1) by default where as the script expects NTLMv2. You need to force NTLMv2 as per this guide: http://www.imss.caltech.edu/node/396

Not sure if there&#039;s a way to force NTLMv2 from the server side, but I will amend the script to point that out if it gets a NTLM (v1) response from the client.</description>
		<content:encoded><![CDATA[<p>@David I loaded up an XP machine (was using win7) and was able to replicate your issue. Seems like XP machines send NTLM (v1) by default where as the script expects NTLMv2. You need to force NTLMv2 as per this guide: <a href="http://www.imss.caltech.edu/node/396" rel="nofollow">http://www.imss.caltech.edu/node/396</a></p>
<p>Not sure if there&#8217;s a way to force NTLMv2 from the server side, but I will amend the script to point that out if it gets a NTLM (v1) response from the client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NTLM authentication in PHP &#8211; Now with NTLMv2 hash checking by David C</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-18718</link>
		<dc:creator>David C</dc:creator>
		<pubDate>Fri, 06 Jan 2012 06:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-18718</guid>
		<description>Thanks Loune for the quick reply. 
I&#039;ve tried my Windows XP workstation: PHP 5.2.8 + IIS 5.1
And a Linux Ubuntu server: PHP 5.3.1 + Apache 2.2.14
With Firefox 8 and IE 8.
Script ntlm.php 1.2 downloaded today.

I am using the PHP framework CodeIgniter, but have tried testing outside the framework with the same problem. Popup comes up (because current Windows credentials didn&#039;t work) and when I type in eg loune/test, the popup keeps coming up. 
I will try again another time, there&#039;s probably something obvious that I&#039;ll see after getting some sleep..

FYI In Windows I got the following error, which I fixed by uncommenting the preceding line:
Message: iconv() [function.iconv]: Detected an incomplete multibyte character in input string
Filename: third_party/ntlm.php
Line Number: 94</description>
		<content:encoded><![CDATA[<p>Thanks Loune for the quick reply.<br />
I&#8217;ve tried my Windows XP workstation: PHP 5.2.8 + IIS 5.1<br />
And a Linux Ubuntu server: PHP 5.3.1 + Apache 2.2.14<br />
With Firefox 8 and IE 8.<br />
Script ntlm.php 1.2 downloaded today.</p>
<p>I am using the PHP framework CodeIgniter, but have tried testing outside the framework with the same problem. Popup comes up (because current Windows credentials didn&#8217;t work) and when I type in eg loune/test, the popup keeps coming up.<br />
I will try again another time, there&#8217;s probably something obvious that I&#8217;ll see after getting some sleep..</p>
<p>FYI In Windows I got the following error, which I fixed by uncommenting the preceding line:<br />
Message: iconv() [function.iconv]: Detected an incomplete multibyte character in input string<br />
Filename: third_party/ntlm.php<br />
Line Number: 94</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-18708</link>
		<dc:creator>Loune</dc:creator>
		<pubDate>Fri, 06 Jan 2012 02:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-18708</guid>
		<description>@David It&#039;s been a while since I looked at this, but as far as I remember the domain doesn&#039;t matter because the server blob hash is generated with the domain provided by the client.

What environment and what versions of software (php, firefox, ie, apache?) are you using in your test? I&#039;ve just tried it with the ntlm.php script with apache 2 on firefox 9 / IE 9 and it works fine (prompt shows up and you enter the username/password in the userdb array).</description>
		<content:encoded><![CDATA[<p>@David It&#8217;s been a while since I looked at this, but as far as I remember the domain doesn&#8217;t matter because the server blob hash is generated with the domain provided by the client.</p>
<p>What environment and what versions of software (php, firefox, ie, apache?) are you using in your test? I&#8217;ve just tried it with the ntlm.php script with apache 2 on firefox 9 / IE 9 and it works fine (prompt shows up and you enter the username/password in the userdb array).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NTLM authentication in PHP &#8211; Now with NTLMv2 hash checking by David C</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-18705</link>
		<dc:creator>David C</dc:creator>
		<pubDate>Fri, 06 Jan 2012 01:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-18705</guid>
		<description>I must be missing something, because I simply cannot get this script to authenticate me using FireFox or IE :( 
My $get_ntlm_user_hash_callback is returning the password hash, but the ntlm_verify_hash function produces a different $blobhash to the $clientblobhash.
I noticed that the $domain value is used in $blobhash, even though in an earlier comment you&#039;ve said it shouldn&#039;t have any effect. But every value I try hasn&#039;t helped..
Have spent all morning trying to figure it out, any traps I should be aware of? Thanks.</description>
		<content:encoded><![CDATA[<p>I must be missing something, because I simply cannot get this script to authenticate me using FireFox or IE :(<br />
My $get_ntlm_user_hash_callback is returning the password hash, but the ntlm_verify_hash function produces a different $blobhash to the $clientblobhash.<br />
I noticed that the $domain value is used in $blobhash, even though in an earlier comment you&#8217;ve said it shouldn&#8217;t have any effect. But every value I try hasn&#8217;t helped..<br />
Have spent all morning trying to figure it out, any traps I should be aware of? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on List of Sandy Bridge LGA1155 H67/P67 motherboards that support VT-d by Stephen Besch</title>
		<link>http://siphon9.net/loune/2011/01/list-of-sandy-bridge-lga1155-h67p67-motherboards-that-support-vt-d/comment-page-1/#comment-18005</link>
		<dc:creator>Stephen Besch</dc:creator>
		<pubDate>Wed, 14 Dec 2011 15:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=264#comment-18005</guid>
		<description>@Mark Sung:

&quot;By the way, which kernel version are you guys using? We are using Cent 6.0 with 2.6.32-71.el6 kernel.&quot;

That kernel version is too old. I had a look at the VBOX driver source, and there is a conditional preventing compilation of the IOMMU code if the kernel version too old (IIRC, it must be at least 2.6.35). You can&#039;t just override the conditional either, since the names of some of the symbols were changed in the kernel sources. When I updated the Kernel to a newer version, the IOMMU was then found and I could assign the PCI card to a virtual machine. However, in my case (with the Intel DQ67SW) the virtual machine wont start because the PCI slot shares an interrupt line (see my last comment).</description>
		<content:encoded><![CDATA[<p>@Mark Sung:</p>
<p>&#8220;By the way, which kernel version are you guys using? We are using Cent 6.0 with 2.6.32-71.el6 kernel.&#8221;</p>
<p>That kernel version is too old. I had a look at the VBOX driver source, and there is a conditional preventing compilation of the IOMMU code if the kernel version too old (IIRC, it must be at least 2.6.35). You can&#8217;t just override the conditional either, since the names of some of the symbols were changed in the kernel sources. When I updated the Kernel to a newer version, the IOMMU was then found and I could assign the PCI card to a virtual machine. However, in my case (with the Intel DQ67SW) the virtual machine wont start because the PCI slot shares an interrupt line (see my last comment).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on List of Sandy Bridge LGA1155 H67/P67 motherboards that support VT-d by Mark Sung</title>
		<link>http://siphon9.net/loune/2011/01/list-of-sandy-bridge-lga1155-h67p67-motherboards-that-support-vt-d/comment-page-1/#comment-17954</link>
		<dc:creator>Mark Sung</dc:creator>
		<pubDate>Tue, 13 Dec 2011 11:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=264#comment-17954</guid>
		<description>We bought ASRock H67M but failed to make it work. The BIOS is updated with VT-d and local X2APIC enabled, but we kept having &quot;No IOMMU found.&quot; in KVM. The dmesg log shows &quot;Intel IOMMU: enabled&quot; but I see no follow-up IOMMU message. I will try to get ASRock Z68M tomorrow and see if that works. 

By the way, which kernel version are you guys using? We are using Cent 6.0 with 2.6.32-71.el6 kernel.

Enabling SR-IOV/VT-d is pretty frustrated but this post sheds some light here...Thanks!!!!</description>
		<content:encoded><![CDATA[<p>We bought ASRock H67M but failed to make it work. The BIOS is updated with VT-d and local X2APIC enabled, but we kept having &#8220;No IOMMU found.&#8221; in KVM. The dmesg log shows &#8220;Intel IOMMU: enabled&#8221; but I see no follow-up IOMMU message. I will try to get ASRock Z68M tomorrow and see if that works. </p>
<p>By the way, which kernel version are you guys using? We are using Cent 6.0 with 2.6.32-71.el6 kernel.</p>
<p>Enabling SR-IOV/VT-d is pretty frustrated but this post sheds some light here&#8230;Thanks!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple lightweight NTLM in PHP by Hossain</title>
		<link>http://siphon9.net/loune/2007/10/simple-lightweight-ntlm-in-php/comment-page-1/#comment-17917</link>
		<dc:creator>Hossain</dc:creator>
		<pubDate>Mon, 12 Dec 2011 12:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/2007/10/simple-lightweight-ntlm-in-php/#comment-17917</guid>
		<description>Thanks,
Great Help.
Was looking for this for very long time.
Really appreciable.

Thanks again</description>
		<content:encoded><![CDATA[<p>Thanks,<br />
Great Help.<br />
Was looking for this for very long time.<br />
Really appreciable.</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
</channel>
</rss>

