<feed xmlns='http://www.w3.org/2005/Atom'>
<title>realmd-cim.git, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jdennis/public_git/realmd-cim.git/'/>
<entry>
<title>bump version number</title>
<updated>2013-04-11T19:49:14+00:00</updated>
<author>
<name>John Dennis</name>
<email>jdennis@redhat.com</email>
</author>
<published>2013-04-11T19:49:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jdennis/public_git/realmd-cim.git/commit/?id=33ff90e9673a257d43b4f477f1f4d54b1f3e8630'/>
<id>33ff90e9673a257d43b4f477f1f4d54b1f3e8630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add RPM spec file and do_build, make-dist developer tools</title>
<updated>2013-04-11T19:38:33+00:00</updated>
<author>
<name>John Dennis</name>
<email>jdennis@redhat.com</email>
</author>
<published>2013-04-11T19:38:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jdennis/public_git/realmd-cim.git/commit/?id=a456c99239e11a65f8c7ef3f309823733670ee14'/>
<id>a456c99239e11a65f8c7ef3f309823733670ee14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up FIXME comment in mof file</title>
<updated>2013-04-11T15:39:44+00:00</updated>
<author>
<name>John Dennis</name>
<email>jdennis@redhat.com</email>
</author>
<published>2013-04-11T15:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jdennis/public_git/realmd-cim.git/commit/?id=8db1bf8a962544f783e97748df33814eeb98dfbb'/>
<id>8db1bf8a962544f783e97748df33814eeb98dfbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up attribution of dbug message printing code</title>
<updated>2013-04-11T15:34:08+00:00</updated>
<author>
<name>John Dennis</name>
<email>jdennis@redhat.com</email>
</author>
<published>2013-04-11T15:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jdennis/public_git/realmd-cim.git/commit/?id=bc583bb61a5a41ba578334bdb98ed602f167aee9'/>
<id>bc583bb61a5a41ba578334bdb98ed602f167aee9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename GetDBusProperies to GET_DBUS_PROPERIES_OR_EXIT to make</title>
<updated>2013-04-11T15:15:10+00:00</updated>
<author>
<name>John Dennis</name>
<email>jdennis@redhat.com</email>
</author>
<published>2013-04-11T15:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jdennis/public_git/realmd-cim.git/commit/?id=fdf3440941bb8e2d13165f11513790bf846129ee'/>
<id>fdf3440941bb8e2d13165f11513790bf846129ee</id>
<content type='text'>
it clear it's a macro that will branch to the exit label.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it clear it's a macro that will branch to the exit label.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace g_variant_unref(), g_variant_iter_free() with macros which</title>
<updated>2013-04-11T14:34:12+00:00</updated>
<author>
<name>John Dennis</name>
<email>jdennis@redhat.com</email>
</author>
<published>2013-04-11T14:34:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jdennis/public_git/realmd-cim.git/commit/?id=fd54ccb3c66a0ee970cbfdf7b3fe3c4297cf24c3'/>
<id>fd54ccb3c66a0ee970cbfdf7b3fe3c4297cf24c3</id>
<content type='text'>
NULL pointer after freeing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NULL pointer after freeing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement get_joined_domain(), used to initialize Domain property.</title>
<updated>2013-04-11T12:05:08+00:00</updated>
<author>
<name>John Dennis</name>
<email>jdennis@redhat.com</email>
</author>
<published>2013-04-11T12:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jdennis/public_git/realmd-cim.git/commit/?id=6b6fc332a421674109afb759d05c32c47dcc378f'/>
<id>6b6fc332a421674109afb759d05c32c47dcc378f</id>
<content type='text'>
Add G_VARIANT_FREE &amp; G_VARIANT_ITER_FREE macros that free the object
and set the pointer to NULL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add G_VARIANT_FREE &amp; G_VARIANT_ITER_FREE macros that free the object
and set the pointer to NULL.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo in mof file</title>
<updated>2013-04-10T15:56:12+00:00</updated>
<author>
<name>John Dennis</name>
<email>jdennis@redhat.com</email>
</author>
<published>2013-04-10T15:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jdennis/public_git/realmd-cim.git/commit/?id=5109fc7f1592036a662c2b678727db93d9b6a8cd'/>
<id>5109fc7f1592036a662c2b678727db93d9b6a8cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use short names for interface names, divorce from DBus syntax</title>
<updated>2013-04-10T15:26:23+00:00</updated>
<author>
<name>John Dennis</name>
<email>jdennis@redhat.com</email>
</author>
<published>2013-04-10T15:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jdennis/public_git/realmd-cim.git/commit/?id=fbd399cc664a1f35cca7968738197645eabf58f9'/>
<id>fbd399cc664a1f35cca7968738197645eabf58f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make g_quark_from_static_string() thread safe by wrapping in g_once_init</title>
<updated>2013-04-09T15:46:28+00:00</updated>
<author>
<name>John Dennis</name>
<email>jdennis@redhat.com</email>
</author>
<published>2013-04-09T15:46:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jdennis/public_git/realmd-cim.git/commit/?id=9d604d10b8774f8115b5562cc7dc58502137d1a9'/>
<id>9d604d10b8774f8115b5562cc7dc58502137d1a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
