<rss version="2.0">
	<channel>
		<title>cre.ations.net</title>
		<link>http://cre.ations.net/</link>
		<description>
A haven for creators and makers, cre.ations.net is the place to quickly publish anything you've created.  Free and easy!
		</description>
		<language>en-us</language>
		<copyright>Copyright 2006, cre.ations.net</copyright>
		<lastBuildDate>Tue, 14 Oct 2008 13:52:39 -0500</lastBuildDate>
		<pubDate>Tue, 14 Oct 2008 13:52:39 -0500</pubDate>
		<generator>custom</generator>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs><query>SELECT comments.*, UNIX_TIMESTAMP(comments.added) AS added_unix, 
            DATE_FORMAT(comments.added, '%d-%b-%Y %H:%i:%S') AS prettytime,
            blogentries.minidesc, blogentries.id AS creation_id,
            (SELECT username AS creator_name FROM creators 
                WHERE creators.id=comments.posted_by) AS poster_name FROM blogentries, comments
            WHERE blogentries.id='45'
              AND comments.blog_id=blogentries.id
            ORDER BY comments.added DESC</query>
		<item>
			<title>Comment on iPhone 1.1.3 firmware behind the scenes changes by eddie</title>
			<description>
			  At 31-Jan-2008 20:46:38, eddie posted: <p />
			  oooo i get it haha
			</description>
			<link>http://cre.ations.net/blog/post/</link>
			<guid>http://cre.ations.net/blog/post/_3627</guid>
			<category>iPhone 1.1.3 firmware behind the scenes changes</category>
			<pubDate>Thu, 31 Jan 2008 20:46:38 -0600</pubDate>
		</item>
		<item>
			<title>Comment on iPhone 1.1.3 firmware behind the scenes changes by eddie</title>
			<description>
			  At 31-Jan-2008 20:45:27, eddie posted: <p />
			  wat?
			</description>
			<link>http://cre.ations.net/blog/post/</link>
			<guid>http://cre.ations.net/blog/post/_3626</guid>
			<category>iPhone 1.1.3 firmware behind the scenes changes</category>
			<pubDate>Thu, 31 Jan 2008 20:45:27 -0600</pubDate>
		</item>
		<item>
			<title>Comment on iPhone 1.1.3 firmware behind the scenes changes by spectre</title>
			<description>
			  At 23-Jan-2008 21:46:29, spectre posted: <p />
			  ** iPod -- Hiding a sandbox outside of a honeypot?<br />** Please have your credentials ready for launchd<br />** Ah. I see your papers are in order.  Welcome to Interzone, Mr. IP*owned! <br /><br />Timestamp: 2008-01-23 09:09:49 (9 hours ago) Author: zarzycki@apple.com<br />&lt;rdar://problem/5254675&gt; Merge embedded changes into TOT<br />&lt;rdar://problem/5692704&gt; SpringBoard needs custom launchd job management API <br /><br />Seriously, it shows some security maturity on Apple's part to release this code under Apache 2.0. I would not wish to install an application on my iPod alongside a mechanism for paying for applications unless the implementation was solid.<br /><br />* Much of the wonder questions about why two-stage dynamic libraries are appearing at fixed addresses appear to be cleared up by this post.<br /><br />* would not be surprised if the entire OS that was 'jailbroke' was not a big 'honeypot'<br /><br />* Has anyone set ahead their computer clock to see if their are any iPoison capsules slowly disolving? <br /><br />* I have read that the iPod itself checks to see if its date is manually updated... and this arm arch supports an internal clock  kept seperate from the 'realtime' clock just to detect induced clock skew...<br /><br /><br /><br /><br /><br />https://svn.macosforge.org/projects/launchd/changeset/23492/branches/SULeopard/launchd<br /><br />44	AC_CHECK_FUNCS([atexit dup2 gethostname gettimeofday malloc mmap memmove memset mkdir munmap realloc rmdir select setenv socket strcasecmp strchr strdup strerror strrchr strstr strtol]) <br /><br /><br />launchd_runtime_kill.c <br />20 #if !defined(__LP64__) &amp;&amp; !defined(__arm__) <br />22	#define _NONSTD_SOURCE 1 <br />23	#define old_kill(x, y) kill(x, y) <br />24	#define old_killpg(x, y) killpg(x, y) <br />25	#else <br />26	/* ??? No blessed way to get the old behavior */ <br />27	extern int __kill(int, int, int); <br />28	#define old_kill(x, y) __kill(x, y, 0) <br />29	#define old_killpg(x, y) __kill(-(x), y, 0) <br />30	#endif <br /><br /><br />44	AC_CHECK_FUNCS([atexit dup2 gethostname gettimeofday malloc mmap memmove memset mkdir munmap realloc rmdir select setenv socket strcasecmp strchr strdup strerror strrchr strstr strtol]) <br /> 	45	 <br /> 	46	# check for a Security framework that includes session support <br /> 	47	ac_func_search_save_LIBS=$LIBS <br /> 	48	LIBS=&quot;-framework Security $ac_func_search_save_LIBS&quot; <br /> 	49	AC_CHECK_FUNC([SessionCreate], <br /> 	50	              [AC_DEFINE(HAVE_SECURITY, 1, [Define to 1 if you have the Security framework]) <br /> 	51	              AC_SUBST(LIBS_SECURITY,&quot;-framework Security&quot;) <br /> 	52	              AC_SUBST(WEAKLIBS_SECURITY,&quot;-weak_framework Security&quot;)]) <br /> 	53	LIBS=$ac_func_search_save_LIBS <br /> 	54	 <br /> 	55	# check for seatbelt <br /> 	56	AC_CHECK_FUNC([sandbox_init],[AC_DEFINE(HAVE_SANDBOX, 1, [Define to 1 if you have the sandbox library])]) <br /> 	57	 <br /> 	58	# check for quarantine <br /> 	59	AC_CHECK_FUNC([_qtn_proc_init_with_data],[AC_DEFINE(HAVE_QUARANTINE, 1, [Define to 1 if you have the quarantine library])]) 
			</description>
			<link>http://cre.ations.net/blog/post/</link>
			<guid>http://cre.ations.net/blog/post/_3001</guid>
			<category>iPhone 1.1.3 firmware behind the scenes changes</category>
			<pubDate>Wed, 23 Jan 2008 21:46:29 -0600</pubDate>
		</item>
		<item>
			<title>Comment on iPhone 1.1.3 firmware behind the scenes changes by tatesman</title>
			<description>
			  At 23-Jan-2008 05:48:11, tatesman posted: <p />
			  any chance to upload 1.1.3 springboard to 1.1.1 or 1.1.2 ???<br />i want the &quot;icon orders changing&quot;
			</description>
			<link>http://cre.ations.net/blog/post/</link>
			<guid>http://cre.ations.net/blog/post/_2987</guid>
			<category>iPhone 1.1.3 firmware behind the scenes changes</category>
			<pubDate>Wed, 23 Jan 2008 05:48:11 -0600</pubDate>
		</item>	</channel>
</rss>