<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for xiphux</title>
	
	<link>http://www.xiphux.com</link>
	<description />
	<lastBuildDate>Mon, 04 Jan 2010 23:22:16 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/xiphuxcomments" /><feedburner:info uri="xiphuxcomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on GitPHP internationalization by Sophie Brooke</title>
		<link>http://www.xiphux.com/2009/07/05/gitphp-internationalization/comment-page-1/#comment-837</link>
		<dc:creator>Sophie Brooke</dc:creator>
		<pubDate>Mon, 04 Jan 2010 23:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiphux.com/?p=642#comment-837</guid>
		<description>I like this blog - oh and I like the design of this as well, what theme are you using?</description>
		<content:encoded><![CDATA[<p>I like this blog &#8211; oh and I like the design of this as well, what theme are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GitPHP 0.0.9 by xiphux</title>
		<link>http://www.xiphux.com/2009/10/24/gitphp-0-0-9/comment-page-1/#comment-663</link>
		<dc:creator>xiphux</dc:creator>
		<pubDate>Wed, 11 Nov 2009 02:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiphux.com/?p=659#comment-663</guid>
		<description>Thanks for reporting this. I use suhosin / hardened php on my development server so I never caught this. The new release fixes this.</description>
		<content:encoded><![CDATA[<p>Thanks for reporting this. I use suhosin / hardened php on my development server so I never caught this. The new release fixes this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GitPHP 0.0.9 by Some[One]</title>
		<link>http://www.xiphux.com/2009/10/24/gitphp-0-0-9/comment-page-1/#comment-661</link>
		<dc:creator>Some[One]</dc:creator>
		<pubDate>Tue, 10 Nov 2009 16:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiphux.com/?p=659#comment-661</guid>
		<description>Hello ...
I'm not sure of what i've seen in your demo (http://www.xiphux.com/gitphp/index.php?p=php/gitphp.git&amp;a=summary), but i think that your webapp can be exploited to lead to a file injection exploitation :

Like http://www.xiphux.com/gitphp/index.php?p=[put any path of your server here]&amp;a=summary

to remove the search of path+"/description" just add %00 :
http://www.xiphux.com/gitphp/index.php?p=[any path]%00&amp;a=summary
and it will read your files directly

On your server it's seems that's your using ModSecurity (return Metho Not Implemented when we put some path to files like passwd but without ModSecurity it can lead to a compromission of the server that host it)

So use regular expression to clean/reject wrong url.

Sorry for reporting the bug here (I don't wan't to create an account in mantis ^^)</description>
		<content:encoded><![CDATA[<p>Hello &#8230;<br />
I&#8217;m not sure of what i&#8217;ve seen in your demo (<a href="http://www.xiphux.com/gitphp/index.php?p=php/gitphp.git&amp;a=summary" rel="nofollow">http://www.xiphux.com/gitphp/index.php?p=php/gitphp.git&amp;a=summary</a>), but i think that your webapp can be exploited to lead to a file injection exploitation :</p>
<p>Like <a href="http://www.xiphux.com/gitphp/index.php?p=put" rel="nofollow">http://www.xiphux.com/gitphp/index.php?p=put</a> any path of your server here]&amp;a=summary</p>
<p>to remove the search of path+&#8221;/description&#8221; just add %00 :<br />
<a href="http://www.xiphux.com/gitphp/index.php?p=any" rel="nofollow">http://www.xiphux.com/gitphp/index.php?p=any</a> path]%00&amp;a=summary<br />
and it will read your files directly</p>
<p>On your server it&#8217;s seems that&#8217;s your using ModSecurity (return Metho Not Implemented when we put some path to files like passwd but without ModSecurity it can lead to a compromission of the server that host it)</p>
<p>So use regular expression to clean/reject wrong url.</p>
<p>Sorry for reporting the bug here (I don&#8217;t wan&#8217;t to create an account in mantis ^^)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GitPHP by Running Git on WebFaction in a contained and secretive way... - [k.m.] Wallio</title>
		<link>http://www.xiphux.com/programming/php/gitphp/comment-page-1/#comment-625</link>
		<dc:creator>Running Git on WebFaction in a contained and secretive way... - [k.m.] Wallio</dc:creator>
		<pubDate>Sat, 03 Oct 2009 15:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelightofthesoul.com/programming/php/gitphp/#comment-625</guid>
		<description>[...] part is optional. If you want to display the content of your repositories online in some way (via GitPHP or something), then it's better to run this under your main account (where your "webapps" and [...]</description>
		<content:encoded><![CDATA[<p>[...] part is optional. If you want to display the content of your repositories online in some way (via GitPHP or something), then it&#39;s better to run this under your main account (where your &quot;webapps&quot; and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gears of War 2 Fail by farts</title>
		<link>http://www.xiphux.com/2009/02/24/gears-of-war-2-fail/comment-page-1/#comment-515</link>
		<dc:creator>farts</dc:creator>
		<pubDate>Tue, 04 Aug 2009 19:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiphux.com/?p=585#comment-515</guid>
		<description>Gears 2 = FAAAAAAIIIIIILLLLLLL
-melee through walls(lag? or just stupid? probly a little of both)
-any weapon with shield(glitch), crabwalk, kungfu flip, and many many more glitches to gay up the game even more
***shotgun shoots at ground when your aiming right in front of you(the game just basically decides to make the shotgun 10X shittier in gears 2)
-due to the above, you almost always have to 2 piece with the shotgun to guarantee a kill with it, blind firing RARELY works
-can get stunned multiple times(if chainsaw = revd) from the same shot
-no more shooting while running, have to stop then shoot(making the shotgun even shittier)
-cant run or roll right after melee anymore
-chainsaw battles arent just decided from how much b is pressed, can also be instigated towards a player who doesnt even have the chainsaw revd, great for lag :D
-in matchmaking, i was lvl(?) 1 and got demoted...to lvl 1...even though i was never promoted in the first place...
-The whole host system is shit since theyre near impossible to kill, esp if they have a shotgun and like you said if the host leaves then the whole match ends and everyone gets booted, no host swap/switch
-the host can boot you for killing them once after theyve active snipered you the entire match
-so what does all this mean? it means i am thankful for all the ppl that realize all this and play gears 1. granted, some of these affect both games, theres just more of a shit pile to deal with while playing gears 2.</description>
		<content:encoded><![CDATA[<p>Gears 2 = FAAAAAAIIIIIILLLLLLL<br />
-melee through walls(lag? or just stupid? probly a little of both)<br />
-any weapon with shield(glitch), crabwalk, kungfu flip, and many many more glitches to gay up the game even more<br />
***shotgun shoots at ground when your aiming right in front of you(the game just basically decides to make the shotgun 10X shittier in gears 2)<br />
-due to the above, you almost always have to 2 piece with the shotgun to guarantee a kill with it, blind firing RARELY works<br />
-can get stunned multiple times(if chainsaw = revd) from the same shot<br />
-no more shooting while running, have to stop then shoot(making the shotgun even shittier)<br />
-cant run or roll right after melee anymore<br />
-chainsaw battles arent just decided from how much b is pressed, can also be instigated towards a player who doesnt even have the chainsaw revd, great for lag <img src='http://www.xiphux.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
-in matchmaking, i was lvl(?) 1 and got demoted&#8230;to lvl 1&#8230;even though i was never promoted in the first place&#8230;<br />
-The whole host system is shit since theyre near impossible to kill, esp if they have a shotgun and like you said if the host leaves then the whole match ends and everyone gets booted, no host swap/switch<br />
-the host can boot you for killing them once after theyve active snipered you the entire match<br />
-so what does all this mean? it means i am thankful for all the ppl that realize all this and play gears 1. granted, some of these affect both games, theres just more of a shit pile to deal with while playing gears 2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GitPHP by KevBurnsJr.com » Packing up my GitHub Acct.</title>
		<link>http://www.xiphux.com/programming/php/gitphp/comment-page-1/#comment-485</link>
		<dc:creator>KevBurnsJr.com » Packing up my GitHub Acct.</dc:creator>
		<pubDate>Thu, 04 Jun 2009 03:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelightofthesoul.com/programming/php/gitphp/#comment-485</guid>
		<description>[...] had a paid account for the last 10 months to host my private repos.  After playing around with gitphp, I’m beginning to see that there’s a lot of potential that I’ve yet to tap [...]</description>
		<content:encoded><![CDATA[<p>[...] had a paid account for the last 10 months to host my private repos.  After playing around with gitphp, I&#8217;m beginning to see that there&#8217;s a lot of potential that I&#8217;ve yet to tap [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New GitPHP features by axold</title>
		<link>http://www.xiphux.com/2009/05/06/new-gitphp-features/comment-page-1/#comment-479</link>
		<dc:creator>axold</dc:creator>
		<pubDate>Sun, 17 May 2009 19:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiphux.com/?p=604#comment-479</guid>
		<description>Hi, I just wanna to say I have modified your code, now there is a favicon, you can change the name of projects and the description. I didn't have much time to see the whole code, but did you enabled the cache with smarty?

It would be great to have pre-created package feature because if you have a big project when you click snapshot you need to wait some secs.
In kernel/git I saw that they have the packages instantly.

If you wanna talk with me, send me an email to my address! 

Bye! :D</description>
		<content:encoded><![CDATA[<p>Hi, I just wanna to say I have modified your code, now there is a favicon, you can change the name of projects and the description. I didn&#8217;t have much time to see the whole code, but did you enabled the cache with smarty?</p>
<p>It would be great to have pre-created package feature because if you have a big project when you click snapshot you need to wait some secs.<br />
In kernel/git I saw that they have the packages instantly.</p>
<p>If you wanna talk with me, send me an email to my address! </p>
<p>Bye! <img src='http://www.xiphux.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on shady business practices by stalemate</title>
		<link>http://www.xiphux.com/2008/09/28/shady-business-practices/comment-page-1/#comment-433</link>
		<dc:creator>stalemate</dc:creator>
		<pubDate>Fri, 10 Oct 2008 21:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiphux.com/?p=456#comment-433</guid>
		<description>z0mg WTF PWNIES!!!!!!!!!!!!11111!!one!eleven!!!</description>
		<content:encoded><![CDATA[<p>z0mg WTF PWNIES!!!!!!!!!!!!11111!!one!eleven!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on if (("$Linux" &gt; "$Windows")) { return true; } by anonymous</title>
		<link>http://www.xiphux.com/2004/05/02/if-linux-windows-return-true/comment-page-1/#comment-22</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Wed, 19 May 2004 00:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelightofthesoul.com/wordpress/?p=176#comment-22</guid>
		<description>a somewhat random question: I though gcc was gnu c compiler, although I know they have all sorts of other gcc compilers. Was it originally that and renamed or what?

This is the best comparison i have seen so far of the two, I use linux a little, am still on the learning stage, and use windows (which needs to die) primarily. its been like 4 months and the system already needs to be reinstalled. OS rot at its worst...

You should write more, whether about this kind of stuff or about what you used to write about. You write well.
</description>
		<content:encoded><![CDATA[<p>a somewhat random question: I though gcc was gnu c compiler, although I know they have all sorts of other gcc compilers. Was it originally that and renamed or what?</p>
<p>This is the best comparison i have seen so far of the two, I use linux a little, am still on the learning stage, and use windows (which needs to die) primarily. its been like 4 months and the system already needs to be reinstalled. OS rot at its worst&#8230;</p>
<p>You should write more, whether about this kind of stuff or about what you used to write about. You write well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on if (("$Linux" &gt; "$Windows")) { return true; } by anonymous</title>
		<link>http://www.xiphux.com/2004/05/02/if-linux-windows-return-true/comment-page-1/#comment-21</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Wed, 05 May 2004 01:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelightofthesoul.com/wordpress/?p=176#comment-21</guid>
		<description>tnx</description>
		<content:encoded><![CDATA[<p>tnx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
