<?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>libssh</title>
	<atom:link href="http://www.libssh.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.libssh.org</link>
	<description>The SSH Library!</description>
	<lastBuildDate>Tue, 11 Jun 2013 17:55:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>libssh 0.5.4 (SECURITY RELEASE)</title>
		<link>http://www.libssh.org/2013/01/22/libssh-0-5-4-security-release/</link>
		<comments>http://www.libssh.org/2013/01/22/libssh-0-5-4-security-release/#comments</comments>
		<pubDate>Tue, 22 Jan 2013 15:00:45 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=287</guid>
		<description><![CDATA[This is an important SECURITY and maintenance release in order to address CVE-2013-0176 &#8211; NULL dereference leads to denial of service. The crash could kill a SSH server using libssh. However it depends on the the server process model how bad the situation can be. If you use a forked model to implement your server, [...]]]></description>
				<content:encoded><![CDATA[<p>This is an important SECURITY and maintenance release in order to address <a href="https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-0176">CVE-2013-0176 &#8211; NULL dereference leads to denial of service</a>.</p>
<p>The crash could kill a SSH server using libssh. However it depends on the the server process model how bad the situation can be. If you use a forked model to implement your server, the user will just kill its own connection.</p>
<p>Thanks to Yong Chuan Koh, X-Force Research for the report.</p>
<p>If you are new to libssh read <a href="http://api.libssh.org/stable/libssh_tutorial.html" target="_blank">The Tutorial</a> how to get started. Please <a href="http://www.libssh.org/communication/" target="_blank">join our mailing list</a> or <a href="irc://irc.freenode.net/libssh">visit our irc channel</a> if you have questions.</p>
<p>You can download libssh 0.5.4 <a href="https://red.libssh.org/projects/libssh/files" target="_blank">here</a>. For Windows binaries we suggest to use the MSVC and MinGW binaries from the KDE Windows project <a href="http://winkde.org/pub/kde/ports/win32/" target="_blank">here</a>. Packages for Fedora and for openSUSE are available <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/" target="_blank">here</a>.</p>
<h2>ChangeLog</h2>
<ul>
<li>CVE-2013-0176 &#8211; NULL dereference leads to denial of service</li>
<li>Fixed several NULL pointer dereferences in SSHv1.</li>
<li>Fixed a free crash bug in options parsing.</li>
</ul>
 <p><a href="http://www.libssh.org/?flattrss_redirect&amp;id=287&amp;md5=ba8f9ba1335aa70344684dbd0916b1bd" title="Flattr" target="_blank"><img src="http://www.libssh.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2013/01/22/libssh-0-5-4-security-release/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=libssh&amp;popout=1&amp;url=http%3A%2F%2Fwww.libssh.org%2F2013%2F01%2F22%2Flibssh-0-5-4-security-release%2F&amp;language=en_GB&amp;category=software&amp;title=libssh+0.5.4+%28SECURITY+RELEASE%29&amp;description=This+is+an+important+SECURITY+and+maintenance+release+in+order+to+address+CVE-2013-0176+%26%238211%3B+NULL+dereference+leads+to+denial+of+service.+The+crash+could+kill+a+SSH+server+using+libssh....&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>libssh 0.5.3 (SECURITY RELEASE)</title>
		<link>http://www.libssh.org/2012/11/20/libssh-0-5-3-security-release/</link>
		<comments>http://www.libssh.org/2012/11/20/libssh-0-5-3-security-release/#comments</comments>
		<pubDate>Tue, 20 Nov 2012 13:10:12 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=269</guid>
		<description><![CDATA[This is an important SECURITY and maintenance release in order to address CVE-2012-4559, CVE-2012-4560, CVE-2012-4561 and CVE-2012-4562. CVE-2012-4559 &#8211; Fix multiple double free() flaws CVE-2012-4560 &#8211; Fix multiple buffer overflow flaws CVE-2012-4561 &#8211; Fix multiple invalid free() flaws CVE-2012-4562 &#8211; Fix multiple improper overflow checks The double free in sftp_parse_attr_3() could be used for a [...]]]></description>
				<content:encoded><![CDATA[<p>This is an important SECURITY and maintenance release in order to address CVE-2012-4559, CVE-2012-4560, CVE-2012-4561 and CVE-2012-4562.</p>
<ul>
<li><a href="https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-4559">CVE-2012-4559</a> &#8211; Fix multiple double free() flaws</li>
<li><a href="https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-4560">CVE-2012-4560</a> &#8211; Fix multiple buffer overflow flaws</li>
<li><a href="https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-4561">CVE-2012-4561</a> &#8211; Fix multiple invalid free() flaws</li>
<li><a href="https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-4562">CVE-2012-4562</a> &#8211; Fix multiple improper overflow checks</li>
</ul>
<p>The double free in sftp_parse_attr_3() could be used for a Denial of Service attack against a libssh client implementation. The sftp server implementations are probably not vulnerable. However we suggest everyone to update to version 0.5.3.</p>
<p>Thanks to Xi Wang and Florian Weimer for the reports, help and fixes.</p>
<p>If you are new to libssh read <a href="http://api.libssh.org/stable/libssh_tutorial.html" target="_blank">The Tutorial</a> how to get started. Please <a href="http://www.libssh.org/communication/" target="_blank">join our mailing list</a> or <a href="irc://irc.freenode.net/libssh">visit our irc channel</a> if you have questions.</p>
<p>You can download libssh 0.5.3 <a href="https://red.libssh.org/projects/libssh/files" target="_blank">here</a>. For Windows binaries we suggest to use the MSVC and MinGW binaries from the KDE Windows project <a href="http://winkde.org/pub/kde/ports/win32/" target="_blank">here</a>. Packages for Fedora and for openSUSE are available <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/" target="_blank">here</a>.</p>
<p>The security patches are available as a tarball <a href="https://red.libssh.org/projects/libssh/files" target="_blank">here</a>.</p>
<h2>ChangeLog</h2>
<ul>
<li>CVE-2012-4559 Fixed multiple double free() flaws.</li>
<li>CVE-2012-4560 Fixed multiple buffer overflow flaws.</li>
<li>CVE-2012-4561 Fixed multiple invalid free() flaws.</li>
<li>BUG #84 &#8211; Fix bug in sftp_mkdir not returning on error.</li>
<li>BUG #85 &#8211; Fixed a possible channel infinite loop if the connection dropped.</li>
<li>BUG #88 &#8211; Added missing channel request_state and set it to accepted.</li>
<li>BUG #89 &#8211; Reset error state to no error on successful SSHv1 authentiction.</li>
<li>Fixed a possible use after free in ssh_free().</li>
<li>Fixed multiple possible NULL pointer dereferences.</li>
<li>Fixed multiple memory leaks in error paths.</li>
<li>Fixed timeout handling.</li>
<li>Fixed regression in pre-connected socket setting.</li>
<li>Handle all unknown global messages.</li>
</ul>
 <p><a href="http://www.libssh.org/?flattrss_redirect&amp;id=269&amp;md5=6629590e140b093647c6d97c55ceec57" title="Flattr" target="_blank"><img src="http://www.libssh.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2012/11/20/libssh-0-5-3-security-release/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=libssh&amp;popout=1&amp;url=http%3A%2F%2Fwww.libssh.org%2F2012%2F11%2F20%2Flibssh-0-5-3-security-release%2F&amp;language=en_GB&amp;category=software&amp;title=libssh+0.5.3+%28SECURITY+RELEASE%29&amp;description=This+is+an+important+SECURITY+and+maintenance+release+in+order+to+address+CVE-2012-4559%2C+CVE-2012-4560%2C+CVE-2012-4561+and+CVE-2012-4562.+CVE-2012-4559+%26%238211%3B+Fix+multiple+double+free%28%29+flaws+CVE-2012-4560+%26%238211%3B+Fix+multiple+buffer+overflow...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>libssh 0.5.2</title>
		<link>http://www.libssh.org/2011/09/17/libssh-0-5-2/</link>
		<comments>http://www.libssh.org/2011/09/17/libssh-0-5-2/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 07:18:27 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=257</guid>
		<description><![CDATA[This is another bugfix release of libssh version 0.5. If you are new to libssh read The Tutorial how to get started. Please join our mailing list or visit our irc channel if you have questions. You can download libssh 0.5.2 here. For Windows binaries we suggest to use our MSVC build or the MSVC [...]]]></description>
				<content:encoded><![CDATA[<p>This is another bugfix release of libssh version 0.5.</p>
<p>If you are new to libssh read <a href="http://api.libssh.org/master/libssh_tutorial.html" target="_blank">The Tutorial</a> how to get started. Please <a href="http://www.libssh.org/communication/" target="_blank">join our mailing list</a> or <a href="irc://irc.freenode.net/libssh">visit our irc channel</a> if you have questions.</p>
<p>You can download libssh 0.5.2 <a href="https://red.libssh.org/projects/libssh/files" target="_blank">here</a>. For Windows binaries we suggest to use our <a href="http://www.libssh.org/files/win32/0.5/">MSVC build</a> or the MSVC and MinGW binaries from the KDE Windows project <a href="http://winkde.org/pub/kde/ports/win32/" target="_blank">here</a>. Packages for Fedora and for openSUSE are available <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/" target="_blank">here</a>.</p>
<p><strong>ChangeLog:</strong></p>
<ul>
<li>Increased window size x10.</li>
<li>Fixed SSHv1.</li>
<li>Fixed bugged lists.</li>
<li>Fixed use-after-free + inconsistent callbacks call in poll.</li>
<li>Fixed scp documentation.</li>
<li>Fixed possible infinite loop in channel_read().</li>
<li>Fixed handling of short reads of sftp_async_read().</li>
<li>Fixed handling request service timeout in blocking mode.</li>
<li>Fixed ssh_auth_list() documentation.</li>
<li>Fixed incorrect return values in ssh_channel_write().</li>
<li>Fixed an infinite loop in the termination callback.</li>
<li>Fixed handling of SSH_AGAIN in channel_open().</li>
<li>Fixed &#8220;status -5 inflating zlib packet&#8221;</li>
</ul>
 <p><a href="http://www.libssh.org/?flattrss_redirect&amp;id=257&amp;md5=d794c5cc27953f56aca0aee0c19a9b00" title="Flattr" target="_blank"><img src="http://www.libssh.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2011/09/17/libssh-0-5-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=libssh&amp;popout=1&amp;url=http%3A%2F%2Fwww.libssh.org%2F2011%2F09%2F17%2Flibssh-0-5-2%2F&amp;language=en_GB&amp;category=software&amp;title=libssh+0.5.2&amp;description=This+is+another+bugfix+release+of+libssh+version+0.5.+If+you+are+new+to+libssh+read+The+Tutorial+how+to+get+started.+Please+join+our+mailing+list+or+visit+our...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>libssh 0.5.1</title>
		<link>http://www.libssh.org/2011/08/09/libssh-0-5-1/</link>
		<comments>http://www.libssh.org/2011/08/09/libssh-0-5-1/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 15:55:06 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=251</guid>
		<description><![CDATA[This is our first libssh bugfix release of the 0.5 version. If you are new to libssh read The Tutorial how to get started. Please join our mailing list or visit our irc channel if you have questions. You can download libssh 0.5.1 here (gpg asc). For Windows binaries we suggest to use our MSVC [...]]]></description>
				<content:encoded><![CDATA[<p>This is our first libssh bugfix release of the 0.5 version.</p>
<p>If you are new to libssh read <a href="http://api.libssh.org/master/libssh_tutorial.html" target="_blank">The Tutorial</a> how to get started. Please <a href="http://www.libssh.org/communication/" target="_blank">join our mailing list</a> or <a href="irc://irc.freenode.net/libssh">visit our irc channel</a> if you have questions.</p>
<p>You can download libssh 0.5.1 <a href="http://www.libssh.org/files/0.5/libssh-0.5.1.tar.gz" target="_blank">here</a> (<a href="http://www.libssh.org/files/0.5/libssh-0.5.1.tar.gz.asc" target="_blank">gpg asc</a>). For Windows binaries we suggest to use our <a href="http://www.libssh.org/files/win32/0.5/">MSVC build</a> or the MSVC and MinGW binaries from the KDE Windows project <a href="http://winkde.org/pub/kde/ports/win32/" target="_blank">here</a>. Packages for Fedora and for openSUSE are available <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/" target="_blank">here</a>.</p>
<p><strong>ChangeLog:</strong></p>
<ul>
<li>Added checks for NULL pointers in string.c.</li>
<li>Set the channel max packet size to 32768.</li>
<li>Don&#8217;t (de)compress empty buffers.</li>
<li>Fixed ssh_scp_write so it works when doing recursive copy.</li>
<li>Fixed another source of endless wait.</li>
<li>Fixed an endless loop in case of a channel_open error.</li>
<li>Fixed session timeout handling.</li>
<li>Fixed ssh_channel_from_local() loop.</li>
<li>Fixed permissions of scp example when we copy a file.</li>
<li>Workaround ssh_get_user_home_dir on LDAP users.</li>
<li>Added pkg-config support for libssh_threads.</li>
<li>Fixed compilation without server and sftp modes.</li>
<li>Fix static .lib overwriting on Windows.</li>
</ul>
 <p><a href="http://www.libssh.org/?flattrss_redirect&amp;id=251&amp;md5=71d08e13c03fe7fbc8539381f4c4a175" title="Flattr" target="_blank"><img src="http://www.libssh.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2011/08/09/libssh-0-5-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=libssh&amp;popout=1&amp;url=http%3A%2F%2Fwww.libssh.org%2F2011%2F08%2F09%2Flibssh-0-5-1%2F&amp;language=en_GB&amp;category=software&amp;title=libssh+0.5.1&amp;description=This+is+our+first+libssh+bugfix+release+of+the+0.5+version.+If+you+are+new+to+libssh+read+The+Tutorial+how+to+get+started.+Please+join+our+mailing+list+or...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>libssh 0.5.0</title>
		<link>http://www.libssh.org/2011/06/01/libssh-0-5-0/</link>
		<comments>http://www.libssh.org/2011/06/01/libssh-0-5-0/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 11:26:46 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=233</guid>
		<description><![CDATA[We are proud to finally announce libssh in version 0.5. It took a lot of time to get this version stable and out. We have rewritten huge parts of the libssh internals to be able to be completely async in future. The whole network design passed from synchronous calls to an event-based asynchronous system. We [...]]]></description>
				<content:encoded><![CDATA[<p>We are proud to finally announce libssh in version 0.5. It took a lot of time to get this version stable and out. We have rewritten huge parts of the libssh internals to be able to be completely async in future.  The whole network design passed from synchronous calls to an event-based asynchronous system. We also welcomed Milo as a new developer in our team. He is working on the server support and ssh_pki, which will provide a complete API to manipulate SSH keys. We also have to thank Oliver Stöneberg who tested 0.5 over the last months and sent a big amount of patches, and Eric Bischoff who authored many pages of the tutorial.</p>
<p>If you are new to libssh read <a href="http://api.libssh.org/master/libssh_tutorial.html" target="_blank">The Tutorial</a> how to get started. Please <a href="http://www.libssh.org/communication/" target="_blank">join our mailing list</a> or <a href="irc://irc.freenode.net/libssh">visit our irc channel</a> if you have questions.</p>
<p>You can download libssh 0.5.0 <a href="http://www.libssh.org/files/0.5/libssh-0.5.0.tar.gz" target="_blank">here</a>. For Windows binaries we suggest to use our <a href="http://www.libssh.org/files/win32/0.5/">MSVC build</a> or the MSVC and MinGW binaries from the KDE Windows project <a href="http://winkde.org/pub/kde/ports/win32/" target="_blank">here</a>. Packages for Fedora and for openSUSE are available <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/" target="_blank">here</a>.</p>
<p><strong>ChangeLog:</strong></p>
<ul>
<li>Added ssh_ prefix to all public functions.</li>
<li>Added complete Windows support.</li>
<li>Added improved server support.</li>
<li>Added unit tests for a lot of functions.</li>
<li>Added asynchronous service request.</li>
<li>Added a multiplatform ssh_getpass() function.</li>
<li>Added a tutorial.</li>
<li>Added a lot of documentation.</li>
<li>Fixed a lot of bugs.</li>
<li>Fixed several memory leaks.</li>
</ul>
 <p><a href="http://www.libssh.org/?flattrss_redirect&amp;id=233&amp;md5=a33a93d4f63fcf2498da6073e7b4462b" title="Flattr" target="_blank"><img src="http://www.libssh.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2011/06/01/libssh-0-5-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=libssh&amp;popout=1&amp;url=http%3A%2F%2Fwww.libssh.org%2F2011%2F06%2F01%2Flibssh-0-5-0%2F&amp;language=en_GB&amp;category=software&amp;title=libssh+0.5.0&amp;description=We+are+proud+to+finally+announce+libssh+in+version+0.5.+It+took+a+lot+of+time+to+get+this+version+stable+and+out.+We+have+rewritten+huge+parts+of+the...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>libssh 0.5.0rc1</title>
		<link>http://www.libssh.org/2011/03/23/libssh-0-5-0rc1/</link>
		<comments>http://www.libssh.org/2011/03/23/libssh-0-5-0rc1/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 08:37:13 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=227</guid>
		<description><![CDATA[Today we announce the first release candidate for libssh 0.5.0. We consider 0.5 more stable than 0.4 and hope that this will also be the last release candidate. If you are new to libssh read The Tutorial how to get started. Please join our mailing list or visit our irc channel if you have questions. [...]]]></description>
				<content:encoded><![CDATA[<p>Today we announce the first release candidate for libssh 0.5.0. We consider 0.5 more stable than 0.4 and hope that this will also be the last release candidate.</p>
<p>If you are new to libssh read <a href="http://api.libssh.org/master/libssh_tutorial.html" target="_blank">The Tutorial</a> how to get started. Please <a href="http://www.libssh.org/communication/" target="_blank">join our mailing list</a> or <a href="irc://irc.freenode.net/libssh">visit our irc channel</a> if you have questions.</p>
<p>You can download libssh 0.5.0rc1 <a href="http://www.libssh.org/files/rc/libssh-0.4.91.tar.gz" target="_blank">here</a>.</p>
<p><strong>ChangeLog:</strong></p>
<ul>
<li>Added ssh_ prefix to all public functions.</li>
<li>Added complete Windows support.</li>
<li>Added improved server support.</li>
<li>Added unit tests for a lot of functions.</li>
<li>Added asynchronous service request.</li>
<li>Added a multiplatform ssh_getpass() function.</li>
<li>Added a tutorial.</li>
<li>Added a lot of documentation.</li>
</ul>
 <p><a href="http://www.libssh.org/?flattrss_redirect&amp;id=227&amp;md5=b626bd1745a997ed9becbb9043ace6ed" title="Flattr" target="_blank"><img src="http://www.libssh.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2011/03/23/libssh-0-5-0rc1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=libssh&amp;popout=1&amp;url=http%3A%2F%2Fwww.libssh.org%2F2011%2F03%2F23%2Flibssh-0-5-0rc1%2F&amp;language=en_GB&amp;category=software&amp;title=libssh+0.5.0rc1&amp;description=Today+we+announce+the+first+release+candidate+for+libssh+0.5.0.+We+consider+0.5+more+stable+than+0.4+and+hope+that+this+will+also+be+the+last+release+candidate.+If+you...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>libssh at FOSDEM 2011</title>
		<link>http://www.libssh.org/2011/01/29/libssh-at-fosdem-2011/</link>
		<comments>http://www.libssh.org/2011/01/29/libssh-at-fosdem-2011/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 19:26:36 +0000</pubDate>
		<dc:creator>aris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=217</guid>
		<description><![CDATA[Your favourite SSH library will be represented by Andreas and myself at Fosdem, and we will even have a few words in the security/hardware crypto devroom. Don&#8217;t hesitate to hang around with us and have a beer or two&#8230; See you at FOSDEM ! Aris]]></description>
				<content:encoded><![CDATA[<p>Your favourite SSH library will be represented by Andreas and myself at <a href="http://www.fosdem.org">Fosdem</a>, and we will even have a few words in the <a href="http://fosdem.org/2011/schedule/track/security_hardware_crypto_devroom">security/hardware crypto devroom</a>. Don&#8217;t hesitate to hang around with us and have a beer or two&#8230;</p>
<p>See you at FOSDEM !</p>
<p>Aris</p>
 <p><a href="http://www.libssh.org/?flattrss_redirect&amp;id=217&amp;md5=db6cfd4d849589aa330ae5df1a11378b" title="Flattr" target="_blank"><img src="http://www.libssh.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2011/01/29/libssh-at-fosdem-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=libssh&amp;popout=1&amp;url=http%3A%2F%2Fwww.libssh.org%2F2011%2F01%2F29%2Flibssh-at-fosdem-2011%2F&amp;language=en_GB&amp;category=software&amp;title=libssh+at+FOSDEM+2011&amp;description=Your+favourite+SSH+library+will+be+represented+by+Andreas+and+myself+at+Fosdem%2C+and+we+will+even+have+a+few+words+in+the+security%2Fhardware+crypto+devroom.+Don%26%238217%3Bt+hesitate+to+hang...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>libssh 0.4.8</title>
		<link>http://www.libssh.org/2011/01/15/libssh-0-4-8/</link>
		<comments>http://www.libssh.org/2011/01/15/libssh-0-4-8/#comments</comments>
		<pubDate>Sat, 15 Jan 2011 09:17:32 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=212</guid>
		<description><![CDATA[This is a new libssh release which fixes some bugs and some memory leaks. If you are new to libssh read The Tutorial how to get started. Please join our mailing list or visit our irc channel if you have questions. You can download libssh 0.4.8 here. For Windows binaries we suggest to use the [...]]]></description>
				<content:encoded><![CDATA[<p>This is a new libssh release which fixes some bugs and some memory leaks.</p>
<p>If you are new to libssh read <a href="http://api.libssh.org/master/libssh_tutorial.html" target="_blank">The Tutorial</a> how to get started. Please <a href="http://www.libssh.org/communication/" target="_blank">join our mailing list</a> or <a href="irc://irc.freenode.net/libssh">visit our irc channel</a> if you have questions.</p>
<p>You can download libssh 0.4.8 <a href="http://www.libssh.org/files/" target="_blank">here</a>. For Windows binaries we suggest to use the MSVC and MinGW binaries from the KDE Windows project <a href="http://winkde.org/pub/kde/ports/win32/releases/nightly/latest/" target="_blank">here</a>. Packages for Fedora are available here and for openSUSE <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/" target="_blank">here</a>.</p>
<p><strong>ChangeLog:</strong></p>
<ul>
<li>Fixed memory leaks in session signing.</li>
<li>Fixed memory leak in ssh_print_hexa.</li>
<li>Fixed problem with ssh_connect w/ timeout and fd > 1024.</li>
<li>Fixed some warnings on OS/2.</li>
<li>Fixed installation path for OS/2.</li>
</ul>
 <p><a href="http://www.libssh.org/?flattrss_redirect&amp;id=212&amp;md5=792418e6bdd1015b267e7247084e9ff3" title="Flattr" target="_blank"><img src="http://www.libssh.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2011/01/15/libssh-0-4-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=libssh&amp;popout=1&amp;url=http%3A%2F%2Fwww.libssh.org%2F2011%2F01%2F15%2Flibssh-0-4-8%2F&amp;language=en_GB&amp;category=software&amp;title=libssh+0.4.8&amp;description=This+is+a+new+libssh+release+which+fixes+some+bugs+and+some+memory+leaks.+If+you+are+new+to+libssh+read+The+Tutorial+how+to+get+started.+Please+join+our...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>How to contribute to libssh</title>
		<link>http://www.libssh.org/2010/12/30/how-to-contribute-to-libssh/</link>
		<comments>http://www.libssh.org/2010/12/30/how-to-contribute-to-libssh/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 11:55:51 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=197</guid>
		<description><![CDATA[libssh is an open source project and there are several ways to contribute. We will show you some ways how to do that depending on your hardware access and knowledge. Users: As a user you can report bugs to our bugtracking system at http://red.libssh.org/. Another way could be to package libssh for you distribution. Application [...]]]></description>
				<content:encoded><![CDATA[<p>libssh is an open source project and there are several ways to contribute. We will show you some ways how to do that depending on your hardware access and knowledge.</p>
<h3>Users:</h3>
<p>As a user you can report bugs to our bugtracking system at <a href="http://red.libssh.org/">http://red.libssh.org/</a>. Another way could be to package libssh for you distribution.</p>
<h3>Application Developer:</h3>
<p>As above you can report bugs. If you have an exotic platform and you&#8217;re not sure if libssh is supported on this platform you can take a look at our <a href="http://test.libssh.org/index.php?project=libssh">dashboard</a>. If you can&#8217;t find your platform in the dashboard this doesn&#8217;t mean that libssh doesn&#8217;t work on it, it is just not actively supported.</p>
<p>If you want support for your platform there are two possibilities:</p>
<ol>
<li>You report bugs and create patches and check regluarly if it still works on your platform.</li>
<li><strong>You can provide a Nightly Build for libssh.</strong></li>
</ol>
<p>How does this work:</p>
<p>You need a machine with the following packages installed: <a href="http://www.cmake.org/">cmake</a>, <a href="http://code.google.com/p/cmockery/">cmockery</a>, <a href="http://git-scm.com/">git</a>, <a href="http://www.openssl.org/">openssl</a>, <a href="http://www.zlib.net/">zlib</a><br />
Grab the ctest instructions from: http://git.libssh.org/projects/libssh.git/tree/tests/ctest-default.cmake<br />
Edit the file and change:</p>
<p>CTEST_DIRECTORY: The directory to use to do the git checkout and build<br />
CTEST_SITE: Your hostname &#8211;fqdn<br />
CTEST_BUILD_NAME: The build name e.g. Fedora_13-GCC_4.5-x86_64-default<br />
CTEST_CMAKE_GENERATOR: The generator e.g. Unix Makefiles (see <code>man ctest</code>)<br />
CTEST_MODEL: Which should be Nightly</p>
<p>Then run ctest with: <code>ctest -S path/to/cmake-default.cmake</code></p>
<h3>Contributor:</h3>
<p>You can start to be an active contributor to libssh. Register at the mailing list and take a look in our <a href="http://red.libssh.org/">bugtracker</a> what needs to be done or fixed <img src='http://www.libssh.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
 <p><a href="http://www.libssh.org/?flattrss_redirect&amp;id=197&amp;md5=e5fbbf598804c428695740a1f13673f1" title="Flattr" target="_blank"><img src="http://www.libssh.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2010/12/30/how-to-contribute-to-libssh/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=libssh&amp;popout=1&amp;url=http%3A%2F%2Fwww.libssh.org%2F2010%2F12%2F30%2Fhow-to-contribute-to-libssh%2F&amp;language=en_GB&amp;category=software&amp;title=How+to+contribute+to+libssh&amp;description=libssh+is+an+open+source+project+and+there+are+several+ways+to+contribute.+We+will+show+you+some+ways+how+to+do+that+depending+on+your+hardware+access+and+knowledge....&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>libssh 0.4.7</title>
		<link>http://www.libssh.org/2010/12/28/libssh-0-4-7/</link>
		<comments>http://www.libssh.org/2010/12/28/libssh-0-4-7/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 21:12:55 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=193</guid>
		<description><![CDATA[This is a new libssh release which fixes several bugs and some memory leaks. If you are new to libssh read The Tutorial how to get started. Please join our mailing list or visit our irc channel if you have questions. You can download libssh 0.4.7 here. For Windows binaries we suggest to use the [...]]]></description>
				<content:encoded><![CDATA[<p>This is a new libssh release which fixes several bugs and some memory leaks.</p>
<p>If you are new to libssh read <a href="http://api.libssh.org/master/libssh_tutorial.html" target="_blank">The Tutorial</a> how to get started. Please <a href="http://www.libssh.org/communication/" target="_blank">join our mailing list</a> or <a href="irc://irc.freenode.net/libssh">visit our irc channel</a> if you have questions.</p>
<p>You can download libssh 0.4.7 <a href="http://www.libssh.org/files/" target="_blank">here</a>. For Windows binaries we suggest to use the MSVC and MinGW binaries from the KDE Windows project <a href="http://winkde.org/pub/kde/ports/win32/releases/nightly/latest/" target="_blank">here</a>. Packages for Fedora are available here and for openSUSE <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/" target="_blank">here</a>.</p>
<p><strong>ChangeLog:</strong></p>
<ul>
<li>Fixed a possible memory leak in ssh_get_user_home().</li>
<li>Fixed a memory leak in sftp_xstat.</li>
<li>Fixed uninitialized fd->revents member.</li>
<li>Fixed timout value in ssh_channel_accept().</li>
<li>Fixed length checks in ssh_analyze_banner().</li>
<li>Fixed a possible data overread and crash bug.</li>
<li>Fixed setting max_fd which breaks ssh_select().</li>
<li>Fixed some pedantic build warnings.</li>
<li>Fixed a memory leak with session->bindaddr.</li>
</ul>
 <p><a href="http://www.libssh.org/?flattrss_redirect&amp;id=193&amp;md5=65a5f7537081ab565a8420ce3a514702" title="Flattr" target="_blank"><img src="http://www.libssh.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2010/12/28/libssh-0-4-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=libssh&amp;popout=1&amp;url=http%3A%2F%2Fwww.libssh.org%2F2010%2F12%2F28%2Flibssh-0-4-7%2F&amp;language=en_GB&amp;category=software&amp;title=libssh+0.4.7&amp;description=This+is+a+new+libssh+release+which+fixes+several+bugs+and+some+memory+leaks.+If+you+are+new+to+libssh+read+The+Tutorial+how+to+get+started.+Please+join+our...&amp;tags=blog" type="text/html" />
	</item>
	</channel>
</rss>
