<?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 on: Extended Attribute Mono bindings</title>
	<atom:link href="http://www.reactivated.net/weblog/archives/2005/04/extended-attribute-mono-bindings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reactivated.net/weblog/archives/2005/04/extended-attribute-mono-bindings/</link>
	<description>they got a skin and they put me in</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:01:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Moises</title>
		<link>http://www.reactivated.net/weblog/archives/2005/04/extended-attribute-mono-bindings/comment-page-1/#comment-532</link>
		<dc:creator>Moises</dc:creator>
		<pubDate>Sun, 06 Nov 2005 23:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2005/04/extended-attribute-mono-bindings/#comment-532</guid>
		<description>Hi,
in Linux I use another library. With libattr-devel you can access reiserfs extended attribute support. It&#039;s different to xattr. I&#039;m writing a binding to do this.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
in Linux I use another library. With libattr-devel you can access reiserfs extended attribute support. It&#8217;s different to xattr. I&#8217;m writing a binding to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsd&#8217;s weblog  &#187; Blog Archive   &#187; Extended Attribute Mono bindings, now for FreeBSD and Linux</title>
		<link>http://www.reactivated.net/weblog/archives/2005/04/extended-attribute-mono-bindings/comment-page-1/#comment-290</link>
		<dc:creator>dsd&#8217;s weblog  &#187; Blog Archive   &#187; Extended Attribute Mono bindings, now for FreeBSD and Linux</dc:creator>
		<pubDate>Sat, 02 Jul 2005 10:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2005/04/extended-attribute-mono-bindings/#comment-290</guid>
		<description>[...]  			Extended Attribute Mono bindings, now for FreeBSD and Linux 	 			 					Back in April I contributed Extended Attribute (xattr) bindings to Mono, for [...]</description>
		<content:encoded><![CDATA[<p>[...]  			Extended Attribute Mono bindings, now for FreeBSD and Linux 	 			 					Back in April I contributed Extended Attribute (xattr) bindings to Mono, for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scristian</title>
		<link>http://www.reactivated.net/weblog/archives/2005/04/extended-attribute-mono-bindings/comment-page-1/#comment-50</link>
		<dc:creator>scristian</dc:creator>
		<pubDate>Thu, 28 Apr 2005 10:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2005/04/extended-attribute-mono-bindings/#comment-50</guid>
		<description>Hi,
I am written a mono application, how can I get uid for the user ? 
Mono.Unix.Syscall is working on windows?, or how can I find out if the user is the administrator ?

In linux is easy, but I want my application to be crossplatform.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am written a mono application, how can I get uid for the user ?<br />
Mono.Unix.Syscall is working on windows?, or how can I find out if the user is the administrator ?</p>
<p>In linux is easy, but I want my application to be crossplatform.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsd</title>
		<link>http://www.reactivated.net/weblog/archives/2005/04/extended-attribute-mono-bindings/comment-page-1/#comment-38</link>
		<dc:creator>dsd</dc:creator>
		<pubDate>Thu, 21 Apr 2005 10:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2005/04/extended-attribute-mono-bindings/#comment-38</guid>
		<description>We&#039;ll include reiser4 support if someone writes the code. I&#039;m certain that its possible, at least I hope the reiser4 developers haven&#039;t deviated too much off the existing system, but none of us use reiser4 or know how it works.

Edit: To clarify, I&#039;m referring to beagle. I have no idea whether Mono.Unix would accept bindings for reiser4 feature at this stage.</description>
		<content:encoded><![CDATA[<p>We&#8217;ll include reiser4 support if someone writes the code. I&#8217;m certain that its possible, at least I hope the reiser4 developers haven&#8217;t deviated too much off the existing system, but none of us use reiser4 or know how it works.</p>
<p>Edit: To clarify, I&#8217;m referring to beagle. I have no idea whether Mono.Unix would accept bindings for reiser4 feature at this stage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pharon</title>
		<link>http://www.reactivated.net/weblog/archives/2005/04/extended-attribute-mono-bindings/comment-page-1/#comment-36</link>
		<dc:creator>pharon</dc:creator>
		<pubDate>Thu, 21 Apr 2005 01:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2005/04/extended-attribute-mono-bindings/#comment-36</guid>
		<description>Hi it&#039;s me again.

I saw this blog and couldn&#039;t help remembering a chat I had on #dashboard with some beagle developers.

Now before I mention the &quot;r&quot; word, I want to say I am aware of all the shortcoming of it, and I am aware it is experimental.
It&#039;s &quot;reiser4&quot;. /me ducks

I was thinking with an abstraction like this one, would it be possible to make some glue to the reiser4 xattr API ( the one using plugins ) ? Beagle doesn&#039;t need to know about the underlying filesystem anyway.

This is just a shot in the dark, it might be rediculous, silly, useless, undoble, too early etc.. </description>
		<content:encoded><![CDATA[<p>Hi it&#8217;s me again.</p>
<p>I saw this blog and couldn&#8217;t help remembering a chat I had on #dashboard with some beagle developers.</p>
<p>Now before I mention the &#8220;r&#8221; word, I want to say I am aware of all the shortcoming of it, and I am aware it is experimental.<br />
It&#8217;s &#8220;reiser4&#8243;. /me ducks</p>
<p>I was thinking with an abstraction like this one, would it be possible to make some glue to the reiser4 xattr API ( the one using plugins ) ? Beagle doesn&#8217;t need to know about the underlying filesystem anyway.</p>
<p>This is just a shot in the dark, it might be rediculous, silly, useless, undoble, too early etc..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

