<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LB Technology Services Blog &#187; projects</title>
	<atom:link href="http://www.lbtechservices.com/blog/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lbtechservices.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 04 Dec 2009 20:26:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LAT future</title>
		<link>http://www.lbtechservices.com/blog/2008/10/10/lat-future/</link>
		<comments>http://www.lbtechservices.com/blog/2008/10/10/lat-future/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 13:51:02 +0000</pubDate>
		<dc:creator>lorenb</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.lbtechservices.com/blog/?p=586</guid>
		<description><![CDATA[I haven&#8217;t done any development of LAT in a while. The tool does all the stuff I need it for and I&#8217;m happy with it as is. These days I&#8217;m mostly writing applications for the iPhone.
It was looking like the project would just die and fade away but, Jeroen Asselman has stepped up and taken [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t done any development of <a href="http://www.lbtechservices.com/software/oss/lat/">LAT</a> in a while. The tool does all the stuff I need it for and I&#8217;m happy with it as is. These days I&#8217;m mostly writing applications for the iPhone.</p>
<p>It was looking like the project would just die and fade away but, <a href="mailto:jeroen@asselman.com">Jeroen Asselman</a> has stepped up and taken over development. He&#8217;s moved the source code over to <a href="https://sourceforge.net/projects/ldap-at/">SourceForge</a>.</p>
<p>I&#8217;m sure Jeroen will do a good job of taking LAT forward. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lbtechservices.com/blog/2008/10/10/lat-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LAT update</title>
		<link>http://www.lbtechservices.com/blog/2008/03/24/lat-update/</link>
		<comments>http://www.lbtechservices.com/blog/2008/03/24/lat-update/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 20:24:06 +0000</pubDate>
		<dc:creator>lorenb</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.lbtechservices.com/blog/2008/03/24/lat-update/</guid>
		<description><![CDATA[I&#8217;m trying to give MonoDevelop another chance so I&#8217;m in the process of re-doing the GUI in LAT. It&#8217;s going to be a slow process of re-creating the various widgets/dialogs, copying the old code in and then testing it.
You can follow the work in my git repository: git clone git://www.lbtechservices.com/lat.git
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to give <a href="http://www.monodevelop.com/Main_Page">MonoDevelop</a> another chance so I&#8217;m in the process of re-doing the GUI in LAT. It&#8217;s going to be a slow process of re-creating the various widgets/dialogs, copying the old code in and then testing it.</p>
<p>You can follow the work in my git repository: <b>git clone git://www.lbtechservices.com/lat.git</b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lbtechservices.com/blog/2008/03/24/lat-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Future of LAT</title>
		<link>http://www.lbtechservices.com/blog/2007/09/27/future-of-lat/</link>
		<comments>http://www.lbtechservices.com/blog/2007/09/27/future-of-lat/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 12:22:20 +0000</pubDate>
		<dc:creator>lorenb</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[ldap]]></category>

		<guid isPermaLink="false">http://dev.mmgsecurity.com/blogs/lorenb/2007/09/27/future-of-lat/</guid>
		<description><![CDATA[For the last few months I&#8217;ve been unable to do much in the way of developing LAT. 
The first issue is MonoDevelop. In the 1.3 branch, I started to make more use of MonoDevelop features. I switched from building the interface in Glade to MonoDevelop&#8217;s Stetic UI builder. 
This made development much easier and I [...]]]></description>
			<content:encoded><![CDATA[<p>For the last few months I&#8217;ve been unable to do much in the way of developing LAT. </p>
<p>The first issue is <a href="http://www.monodevelop.com/Main_Page">MonoDevelop</a>. In the 1.3 branch, I started to make more use of MonoDevelop features. I switched from building the interface in <a href="http://glade.gnome.org/">Glade</a> to MonoDevelop&#8217;s Stetic UI builder. </p>
<p>This made development much easier and I was able to clean up a lot of interface issues. However, I found new MonoDevelop releases wouldn&#8217;t compile the project any more. I reported the bug and some things got fixed but overall it stopped development cold. </p>
<p>As of MonoDevelop 0.15 I can&#8217;t even open the project anymore. It just crashes try to load the solution file. Even with the stable 1.2 branch, I can open the project but it refuses to compile with some strange errors.</p>
<p>The second issue is Mono, specifically the Novell.Directory.Ldap assembly. It doesn&#8217;t support non-Latin characters as far as I can tell. TLS support is broken. There is no support for GSSAPI for Kerberos intergration. </p>
<p>I can&#8217;t implement the features I want with the way things currently are. I guess I could try and fix it myself but it took me months to get one SSL bugfix accepted and then I had to wait for the next two Mono releases before I could use it. The <a href="https://bugzilla.novell.com/show_bug.cgi?id=319973">TLS bug</a> I reported has been open for over a year now. It doesn&#8217;t inspire confidence.</p>
<p>I&#8217;m not really interested in re-doing all the UI work in Glade and then switching back to a Gedit/Terminal/Glade workflow. Overall LAT does what I need it for and my itch is basically scratched. So as it stands, I don&#8217;t think I will be doing any more releases of LAT past 1.2.3 which I just pushed out today. If someone is interested in taking over the project, let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lbtechservices.com/blog/2007/09/27/future-of-lat/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>LAT 1.2.3</title>
		<link>http://www.lbtechservices.com/blog/2007/09/27/lat-123/</link>
		<comments>http://www.lbtechservices.com/blog/2007/09/27/lat-123/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 10:48:47 +0000</pubDate>
		<dc:creator>lorenb</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[ldap]]></category>

		<guid isPermaLink="false">http://dev.mmgsecurity.com/blogs/lorenb/2007/09/27/lat-123/</guid>
		<description><![CDATA[LDAP Administration Tool 1.2.3 has been released. This is a bugfix release. Changes since 1.2.2:

BUGFIX [#90] Fix bug with samba SID being stripped during edits
BUGFIX [#88] Creating new POSIX user causes crash

Downloads: tar.gz
]]></description>
			<content:encoded><![CDATA[<p><a href="http://dev.mmgsecurity.com/projects/lat/">LDAP Administration Tool</a> 1.2.3 has been released. This is a bugfix release. Changes since 1.2.2:</p>
<ul>
<li>BUGFIX [#90] Fix bug with samba SID being stripped during edits</li>
<li>BUGFIX [#88] Creating new POSIX user causes crash</li>
</ul>
<p>Downloads: <a href="http://dev.mmgsecurity.com/downloads/lat/1.2/lat-1.2.3.tar.gz">tar.gz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lbtechservices.com/blog/2007/09/27/lat-123/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sussen 0.90</title>
		<link>http://www.lbtechservices.com/blog/2007/07/16/sussen-090/</link>
		<comments>http://www.lbtechservices.com/blog/2007/07/16/sussen-090/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 12:19:30 +0000</pubDate>
		<dc:creator>lorenb</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dev.mmgsecurity.com/blogs/lorenb/2007/07/16/sussen-090/</guid>
		<description><![CDATA[Sussen 0.90 has been released. Sussen is a tool that checks for vulnerabilities and configuration issues on computer systems. 
We are getting closer to v1.0. The remaining items to do are to fix the remaining bugs in bugzilla, clean up the look/feel of the web console. The editor has been disabled for now, it won&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dev.mmgsecurity.com/projects/sussen/">Sussen</a> 0.90 has been released. Sussen is a tool that checks for vulnerabilities and configuration issues on computer systems. </p>
<p>We are getting closer to v1.0. The remaining items to do are to fix the remaining bugs in bugzilla, clean up the look/feel of the web console. The editor has been disabled for now, it won&#8217;t be ready in time for 1.0, but we&#8217;ll keep working on it for the 1.1/1.2 branch.</p>
<p>We are also working on setting up an OVAL repository so we can provide updated definitions in a more timely manner. I&#8217;ll have more details on that later.</p>
<p>Changes since 0.35:</p>
<ul>
<li>editor: Disabled editor; will continue development in 1.1/1.2 branch</li>
<li>oval: Added initial support for OVAL 5.3</li>
<li>oval: API documentation updated</li>
<li>misc: Change license to GPL v3</li>
<li>www: Various improvements to web console</li>
<li>xml: Updated Ubuntu definitions for USNs 425-1 to 483-1</li>
<li>xml: Updated Windows definitions from oval.mitre.org</li>
</ul>
<p>Downloads: <a href="http://dev.mmgsecurity.com/downloads/sussen/sussen-0.90.tar.gz">tar.gz</a> | <a href="http://dev.mmgsecurity.com/downloads/sussen/sussen-0.90-1.i386.rpm">.rpm (Fedora Core 7)</a> | <a href="http://dev.mmgsecurity.com/downloads/sussen/sussen_0.90-1_i386.deb">.deb (Ubuntu 6.06)</a> | <a href="http://dev.mmgsecurity.com/downloads/sussen/sussen_0.90-feisty-1_i386.deb">.deb (Ubuntu 7.04)</a> | <a href="http://dev.mmgsecurity.com/downloads/sussen/sussen-0.90.msi">.msi (Windows)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lbtechservices.com/blog/2007/07/16/sussen-090/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New mailing lists</title>
		<link>http://www.lbtechservices.com/blog/2007/06/02/new-mailing-lists/</link>
		<comments>http://www.lbtechservices.com/blog/2007/06/02/new-mailing-lists/#comments</comments>
		<pubDate>Sat, 02 Jun 2007 23:17:49 +0000</pubDate>
		<dc:creator>lorenb</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://dev.mmgsecurity.com/blogs/lorenb/2007/06/02/new-mailing-lists/</guid>
		<description><![CDATA[There are now new mailing lists available for the LAT and Sussen projects. For more information see the list info pages:

lat-devel
sussen-devel

]]></description>
			<content:encoded><![CDATA[<p>There are now new mailing lists available for the <a href="">LAT</a> and <a href="">Sussen</a> projects. For more information see the list info pages:</p>
<ul>
<li><a href="http://dev.mmgsecurity.com/mailman/listinfo/lat-devel">lat-devel</a></li>
<li><a href="http://dev.mmgsecurity.com/mailman/listinfo/sussen-devel">sussen-devel</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lbtechservices.com/blog/2007/06/02/new-mailing-lists/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sussen 0.35</title>
		<link>http://www.lbtechservices.com/blog/2007/02/22/sussen-035/</link>
		<comments>http://www.lbtechservices.com/blog/2007/02/22/sussen-035/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 11:09:48 +0000</pubDate>
		<dc:creator>lorenb</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dev.mmgsecurity.com/blogs/lorenb/2007/02/22/sussen-035/</guid>
		<description><![CDATA[Sussen 0.35 has been released. Sussen is a tool that checks for vulnerabilities and configuration issues on computer systems. Changes since 0.34:

editor: Fixed crash if definitions were selected and list was empty
misc: Improved i18n support in agent,applet and editor
misc: Updated build to use po/LINGUAS
oval: Added support for OVAL 5.1 and 5.2
oval: Fixed error in handling [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dev.mmgsecurity.com/projects/sussen/">Sussen</a> 0.35 has been released. Sussen is a tool that checks for vulnerabilities and configuration issues on computer systems. Changes since 0.34:</p>
<ul>
<li>editor: Fixed crash if definitions were selected and list was empty</li>
<li>misc: Improved i18n support in agent,applet and editor</li>
<li>misc: Updated build to use po/LINGUAS</li>
<li>oval: Added support for OVAL 5.1 and 5.2</li>
<li>oval: Fixed error in handling of check attribute on tests</li>
<li>oval: Fixed regression in handling of definitions on wrong platform</li>
<li>xml: Updated Ubuntu definitions for USNs 413-1 to 424-1</li>
<li>xml: Updated Windows definitions from oval.mitre.org</li>
</ul>
<p>Downloads: <a href="http://dev.mmgsecurity.com/downloads/sussen/sussen-0.35.tar.gz">tar.gz</a> | <a href="http://dev.mmgsecurity.com/downloads/sussen/sussen-0.35-1.i386.rpm">.rpm (Fedora Core 6)</a> | <a href="http://dev.mmgsecurity.com/downloads/sussen/sussen_0.35-1_i386.deb">.deb (Ubuntu)</a> | <a href="http://dev.mmgsecurity.com/downloads/sussen/sussen-0.35.msi">.msi (Windows)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lbtechservices.com/blog/2007/02/22/sussen-035/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LAT 1.2.2</title>
		<link>http://www.lbtechservices.com/blog/2007/02/22/lat-122/</link>
		<comments>http://www.lbtechservices.com/blog/2007/02/22/lat-122/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 11:07:19 +0000</pubDate>
		<dc:creator>lorenb</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://dev.mmgsecurity.com/blogs/lorenb/2007/02/22/lat-122/</guid>
		<description><![CDATA[LDAP Administration Tool 1.2.2 has been released. This is a bugfix release. Changes since 1.2.1.1:

BUGFIX [#82] Password mandatory when creating a new user
Added it_IT translation from Danilo Ingami

Downloads: tar.gz &#124; .deb (Ubuntu)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://dev.mmgsecurity.com/projects/lat/">LDAP Administration Tool</a> 1.2.2 has been released. This is a bugfix release. Changes since 1.2.1.1:</p>
<ul>
<li>BUGFIX [#82] Password mandatory when creating a new user</li>
<li>Added it_IT translation from Danilo Ingami</li>
</ul>
<p>Downloads: <a href="http://dev.mmgsecurity.com/downloads/lat/1.2/lat-1.2.2.tar.gz">tar.gz</a> | <a href="http://dev.mmgsecurity.com/downloads/lat/1.2/lat_1.2.2-1_i386.deb">.deb (Ubuntu)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lbtechservices.com/blog/2007/02/22/lat-122/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LAT 1.3.2</title>
		<link>http://www.lbtechservices.com/blog/2007/02/12/lat-132/</link>
		<comments>http://www.lbtechservices.com/blog/2007/02/12/lat-132/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 11:26:03 +0000</pubDate>
		<dc:creator>lorenb</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://dev.mmgsecurity.com/blogs/lorenb/2007/02/12/lat-132/</guid>
		<description><![CDATA[LDAP Administration Tool 1.3.2 has been released. This is the new development branch that will eventually become 1.4. Changes since 1.3.1:

Stetic interface now translatable
Upgraded managed D-Bus library (dbus-sharp 0.4 / dbus-sharp-glib 0.3)
Build system fixes

Downloads: tar.gz 
]]></description>
			<content:encoded><![CDATA[<p><a href="http://dev.mmgsecurity.com/projects/lat/">LDAP Administration Tool</a> 1.3.2 has been released. This is the new development branch that will eventually become 1.4. Changes since 1.3.1:</p>
<ul>
<li>Stetic interface now translatable</li>
<li>Upgraded managed D-Bus library (dbus-sharp 0.4 / dbus-sharp-glib 0.3)</li>
<li>Build system fixes</li>
</ul>
<p>Downloads: <a href="http://dev.mmgsecurity.com/downloads/lat/1.3/lat-1.3.2.tar.gz">tar.gz</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lbtechservices.com/blog/2007/02/12/lat-132/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sussen now OVAL compatible</title>
		<link>http://www.lbtechservices.com/blog/2007/02/02/sussen-now-oval-compatible/</link>
		<comments>http://www.lbtechservices.com/blog/2007/02/02/sussen-now-oval-compatible/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 22:59:18 +0000</pubDate>
		<dc:creator>lorenb</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dev.mmgsecurity.com/blogs/lorenb/2007/02/02/sussen-now-oval-compatible/</guid>
		<description><![CDATA[Earlier today, Sussen was certified as being OVAL compatible. Here is the message we got:

Congratulations!  MMG Security&#8217;s Sussen has been granted official OVAL
Compatibility.  The OVAL Community is excited to add you to the growing
list of products and services that have embraced the initiative and are
working to make IT Security better for all.
The OVAL [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier today, <a href="http://dev.mmgsecurity.com/projects/sussen/">Sussen</a> was certified as being <a href="http://oval.mitre.org/compatible/about/index.html">OVAL compatible</a>. Here is the message we got:</p>
<blockquote><p>
Congratulations!  MMG Security&#8217;s Sussen has been granted official OVAL<br />
Compatibility.  The OVAL Community is excited to add you to the growing<br />
list of products and services that have embraced the initiative and are<br />
working to make IT Security better for all.</p>
<p>The OVAL web site should now reflect this <a href="http://oval.mitre.org/compatible/compatible.html#mmg_security">status</a>.  We will also be<br />
presenting you with a formal certificate, either by mail or at an<br />
upcoming conference.</p>
<p>Thank you again for you support of OVAL!
</p></blockquote>
<p>Currently it&#8217;s only for the Windows version though. We had some issues with XML validation under Linux/Mono. We reported the bugs, they got fixed and are just waiting for the next Mono release. Since the Linux and Windows versions share 90%+ of their code we don&#8217;t expect any major issues getting the Linux version certified as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lbtechservices.com/blog/2007/02/02/sussen-now-oval-compatible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->