<?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 &#187; Uncategorized</title>
	<atom:link href="http://www.libssh.org/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.libssh.org</link>
	<description>The SSH Library!</description>
	<lastBuildDate>Sun, 05 Sep 2010 19:21:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>libssh 0.4.5</title>
		<link>http://www.libssh.org/2010/07/13/libssh-0-4-5/</link>
		<comments>http://www.libssh.org/2010/07/13/libssh-0-4-5/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 08:49:59 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=124</guid>
		<description><![CDATA[This is a new libssh release which fixes the poll(2)-emulation on Windows and adds an option to bind the client to an ip address. If you are new to libssh read the API reference how to get started. Please join our mailing list or visit our irc channel if you have questions. You can download [...]]]></description>
			<content:encoded><![CDATA[<p>This is a new libssh release which fixes the poll(2)-emulation on Windows and adds an option to bind the client to an ip address.</p>
<p>If you are new to libssh read the <a href="http://dev.libssh.org/doxygen" target="_blank">API reference</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.5 <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>Added option to bind a client to an ip address.</li>
<li>Fixed the ssh socket polling function.</li>
<li>Fixed Windows related bugs in bsd_poll().</li>
<li>Fixed serveral build warnings.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2010/07/13/libssh-0-4-5/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>libssh 0.4.4</title>
		<link>http://www.libssh.org/2010/06/01/libssh-0-4-4/</link>
		<comments>http://www.libssh.org/2010/06/01/libssh-0-4-4/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 08:36:54 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=118</guid>
		<description><![CDATA[This is a new libssh release which fixes a null-termination problem in the tilde expand function and applying the options. If you are new to libssh read the API reference how to get started. Please join our mailing list or visit our irc channel if you have questions. You can download libssh 0.4.4 here. For [...]]]></description>
			<content:encoded><![CDATA[<p>This is a new libssh release which fixes a null-termination problem in the tilde expand function and applying the options.</p>
<p>If you are new to libssh read the <a href="http://dev.libssh.org/doxygen" target="_blank">API reference</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.4 <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 bug in the expand function for escape sequences.</li>
<li>Fixed a bug in the tilde expand function.</li>
<li>Fixed a bug in setting the options.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2010/06/01/libssh-0-4-4/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>libssh 0.4.2</title>
		<link>http://www.libssh.org/2010/03/15/libssh-0-4-2/</link>
		<comments>http://www.libssh.org/2010/03/15/libssh-0-4-2/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 19:02:06 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=107</guid>
		<description><![CDATA[This is a new minor libssh release which fixes some bugs and adds some small features like setting the owner and group in the sftp attributes if we talk to an openssh server. This version fixes some bugs discovered with KDE SC 4.4.1. This version of libssh has official Windows support. The KDE Windows team [...]]]></description>
			<content:encoded><![CDATA[<p>This is a new minor libssh release which fixes some bugs and adds some small features like setting the owner and group in the sftp attributes if we talk to an openssh server. This version fixes some bugs discovered with <a href="http://www.kde.org/announcements/4.4/">KDE SC 4.4.1</a>.</p>
<p>This version of libssh has official Windows support. The KDE Windows team ensures that the library is correctly working with MinGW and MSVC. Thanks for this!</p>
<p>If you are new to libssh read the <a href="http://dev.libssh.org/doxygen" target="_blank">API reference</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.<br />
You can download libssh 0.4.2 <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>Added owner and group information in sftp attributes.</li>
<li>Added missing SSH_OPTIONS_FD option.</li>
<li>Added printout of owner and group in the sftp example.</li>
<li>Added a prepend function for ssh_list.</li>
<li>Added send back replies to openssh&#8217;s keepalives.</li>
<li>Fixed documentation in scp code</li>
<li>Fixed longname parsing, this only workings with readdir.</li>
<li>Fixed and added support for several identity files.</li>
<li>Fixed sftp_parse_longname() on Windows.</li>
<li>Fixed a race condition bug in ssh_scp_close()</li>
<li>Remove config support for SSHv1 Cipher variable.</li>
<li>Rename ssh_list_add to ssh_list_append.</li>
<li>Rename ssh_list_get_head to ssh_list_pop_head</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2010/03/15/libssh-0-4-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KDE uses libssh</title>
		<link>http://www.libssh.org/2009/10/01/kde-uses-libssh/</link>
		<comments>http://www.libssh.org/2009/10/01/kde-uses-libssh/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 08:07:44 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=78</guid>
		<description><![CDATA[The KDE project uses libssh for their kio_sftp implementation now. The new kio slave based on libssh will be released with KDE 4.4.0. As the implementation works fairly well, openSUSE has backported the patches to their KDE 4.3 release which is available in the openSUSE Build Service and will be released with openSUSE 11.2. More [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.kde.org/">KDE</a> project uses libssh for their kio_sftp implementation now. The new kio slave based on libssh will be released with KDE 4.4.0. As the implementation works fairly well, <a href="http://www.opensuse.org/">openSUSE</a> has backported the patches to their KDE 4.3 release which is available in the <a href="http://build.opensuse.org/">openSUSE Build Service</a> and will be released with <a href="http://en.opensuse.org/OpenSUSE_11.2">openSUSE 11.2</a>. More features will be added as soon as libssh 0.4 is released. The first release candidates will follow soon.</p>
<p>With the help of the <a href="http://windows.kde.org/">KDE Team</a> we have official support for Windows and MSVC now. The KDE Team checks regularly if the latest development version compiles and works. We will offer this support with the upcoming release of libssh, version 0.4.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2009/10/01/kde-uses-libssh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>libssh 0.3.4</title>
		<link>http://www.libssh.org/2009/09/15/libssh-0-3-4/</link>
		<comments>http://www.libssh.org/2009/09/15/libssh-0-3-4/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 08:21:33 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=69</guid>
		<description><![CDATA[This is a security and bugfix release of libssh. We had some crash bugs in the server code and a stack overflow in the agent code. We recommend to update to this version. This is the most stable version of libssh and should be the last of the 0.3 branch. If you are new to [...]]]></description>
			<content:encoded><![CDATA[<p>This is a security and bugfix release of libssh. We had some crash bugs in the server code and a stack overflow in the agent code. We recommend to update to this version. This is the most stable version of libssh and should be the last of the 0.3 branch.</p>
<p>If you are new to libssh read the <a href="http://dev.libssh.org/wiki/Tutorial" target="_blank">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.<br />
You can download libssh 0.3.4 <a href="http://www.libssh.org/files/" target="_blank">here</a> along with a NSIS installer for Windows. Packages for openSUSE and Fedora 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_basename() and ssh_dirname().</li>
<li>Added a portable ssh_mkdir function().</li>
<li>Added a sftp_tell64() function.</li>
<li>Added missing NULL pointer checks to crypt_set_algorithms_server.</li>
<li>Fixed ssh_write_knownhost if ~/.ssh doesn&#8217;t exist.</li>
<li>Fixed a possible integer overflow in buffer_get_data().</li>
<li>Fixed possible security bug in packet_decrypt().</li>
<li>Fixed a possible stack overflow in agent code.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2009/09/15/libssh-0-3-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.libssh.org/2009/03/28/hello-world/</link>
		<comments>http://www.libssh.org/2009/03/28/hello-world/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 19:43:53 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=1</guid>
		<description><![CDATA[Welcome to libssh.org. We&#8217;ve decided to register a domain for libssh and setup a webpage to show that we actively working on libssh!]]></description>
			<content:encoded><![CDATA[<p>Welcome to libssh.org. We&#8217;ve decided to register a domain for libssh and setup a webpage to show that we actively working on libssh!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2009/03/28/hello-world/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
