<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libssh.git, branch v0-6</title>
<subtitle>libssh shared repository</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/'/>
<entry>
<title>poll: Fix compilation with struct ssh_timestamp</title>
<updated>2015-05-06T08:07:38+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@cryptomilk.org</email>
</author>
<published>2015-04-02T13:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=6e0dee7845cea22f59bd353ef42b31cb67170030'/>
<id>6e0dee7845cea22f59bd353ef42b31cb67170030</id>
<content type='text'>
Signed-off-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit e0a73d3dbe909f8e2cb486ed344e5beb8148032e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit e0a73d3dbe909f8e2cb486ed344e5beb8148032e)
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.6.5</title>
<updated>2015-04-29T10:24:33+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@cryptomilk.org</email>
</author>
<published>2015-04-29T10:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=9e99408dbaf5414a305f233b387fcce36c141ae0'/>
<id>9e99408dbaf5414a305f233b387fcce36c141ae0</id>
<content type='text'>
Signed-off-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Changelog</title>
<updated>2015-04-29T10:23:50+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@cryptomilk.org</email>
</author>
<published>2015-04-29T10:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=6b49863bb0375e0abd37a7a8d85007d323fd42c4'/>
<id>6b49863bb0375e0abd37a7a8d85007d323fd42c4</id>
<content type='text'>
Signed-off-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>buffers: Fix a possible null pointer dereference</title>
<updated>2015-04-23T08:34:13+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2015-04-15T14:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=e9d16bd3439205ce7e75017405b1ac6ed5ead062'/>
<id>e9d16bd3439205ce7e75017405b1ac6ed5ead062</id>
<content type='text'>
This is an addition to CVE-2015-3146 to fix the null pointer
dereference. The patch is not required to fix the CVE but prevents
issues in future.

Signed-off-by: Aris Adamantiadis &lt;aris@0xbadc0de.be&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 309102547208281215e6799336b42d355cdd7c5d)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an addition to CVE-2015-3146 to fix the null pointer
dereference. The patch is not required to fix the CVE but prevents
issues in future.

Signed-off-by: Aris Adamantiadis &lt;aris@0xbadc0de.be&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 309102547208281215e6799336b42d355cdd7c5d)
</pre>
</div>
</content>
</entry>
<entry>
<title>CVE-2015-3146: Fix state validation in packet handlers</title>
<updated>2015-04-23T08:34:12+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2015-04-15T14:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=94f6955fbaee6fda9385a23e505497efe21f5b4f'/>
<id>94f6955fbaee6fda9385a23e505497efe21f5b4f</id>
<content type='text'>
The state validation in the packet handlers for SSH_MSG_NEWKEYS and
SSH_MSG_KEXDH_REPLY had a bug which did not raise an error.

The issue has been found and reported by Mariusz Ziule.

Signed-off-by: Aris Adamantiadis &lt;aris@0xbadc0de.be&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit bf0c7ae0aeb0ebe661d11ea6785fff2cbf4f3dbe)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The state validation in the packet handlers for SSH_MSG_NEWKEYS and
SSH_MSG_KEXDH_REPLY had a bug which did not raise an error.

The issue has been found and reported by Mariusz Ziule.

Signed-off-by: Aris Adamantiadis &lt;aris@0xbadc0de.be&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit bf0c7ae0aeb0ebe661d11ea6785fff2cbf4f3dbe)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix leak of sftp-&gt;ext when sftp_new() fails</title>
<updated>2015-04-14T18:57:17+00:00</updated>
<author>
<name>Kevin Fan</name>
<email>kevinfan@google.com</email>
</author>
<published>2015-04-14T18:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=d2a990a68ea555d7003edc94eb076356604facea'/>
<id>d2a990a68ea555d7003edc94eb076356604facea</id>
<content type='text'>
Signed-off-by: Kevin Fan &lt;kevinfan@google.com&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit b5dc8197f78b6639ca75aa93d6c421c0181d0f32)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Kevin Fan &lt;kevinfan@google.com&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit b5dc8197f78b6639ca75aa93d6c421c0181d0f32)
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: Detect network function correctly on Windows</title>
<updated>2015-04-10T12:32:53+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@cryptomilk.org</email>
</author>
<published>2015-04-02T07:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=584ab49b7b639a55aa2b2c0a6a9d62116e2229c1'/>
<id>584ab49b7b639a55aa2b2c0a6a9d62116e2229c1</id>
<content type='text'>
Signed-off-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 195f25cfbd4a13d16bd14c657c993a979215402a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 195f25cfbd4a13d16bd14c657c993a979215402a)
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: Detect __func__ and __FUNCTION__ during configure step</title>
<updated>2015-04-02T11:42:12+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@cryptomilk.org</email>
</author>
<published>2015-04-02T11:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=dc30183d8aa9f06c2dc9375a882d16e87dbd4272'/>
<id>dc30183d8aa9f06c2dc9375a882d16e87dbd4272</id>
<content type='text'>
Signed-off-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>include: We should use __func__ which is C99</title>
<updated>2015-04-02T08:57:18+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@cryptomilk.org</email>
</author>
<published>2015-04-02T08:56:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=396f5e21103490fc2eae5509cf9afc723ae85842'/>
<id>396f5e21103490fc2eae5509cf9afc723ae85842</id>
<content type='text'>
Signed-off-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Locally restart ssh_poll() upon EINTR.</title>
<updated>2015-02-23T21:06:34+00:00</updated>
<author>
<name>Seb Boving</name>
<email>seb@google.com</email>
</author>
<published>2015-02-18T20:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=6b18f0b4b05f6c13ddfae2e95d10bdf34ed1c306'/>
<id>6b18f0b4b05f6c13ddfae2e95d10bdf34ed1c306</id>
<content type='text'>
BUG: https://red.libssh.org/issues/186

Reviewed-by: Aris Adamantiadis &lt;aris@0xbadc0de.be&gt;
Signed-off-by: Sebastien Boving &lt;seb@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: https://red.libssh.org/issues/186

Reviewed-by: Aris Adamantiadis &lt;aris@0xbadc0de.be&gt;
Signed-off-by: Sebastien Boving &lt;seb@google.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
