<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libssh.git, branch v0-7</title>
<subtitle>libssh shared repository</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/'/>
<entry>
<title>include: Add stdarg.h so we can check for va_copy macro</title>
<updated>2015-06-30T07:59:21+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@cryptomilk.org</email>
</author>
<published>2015-06-30T07:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=8f5b7b65eb641f659a6b604d7005bb7c35918bd6'/>
<id>8f5b7b65eb641f659a6b604d7005bb7c35918bd6</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>Bump version to 0.7.1</title>
<updated>2015-06-30T07:34:28+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@cryptomilk.org</email>
</author>
<published>2015-06-30T07:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=053f72c671a83b32238dc01b56a66752fb15b7ec'/>
<id>053f72c671a83b32238dc01b56a66752fb15b7ec</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>SSH_AUTH_PARTIAL is now correctly passed to the caller of ssh_userauth_publickey_auto().</title>
<updated>2015-06-29T09:11:26+00:00</updated>
<author>
<name>Tilo Eckert</name>
<email>tilo.eckert@flam.de</email>
</author>
<published>2015-06-11T14:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=63a8f333b8dd800b5927c9d5e3e3387fa8baaa07'/>
<id>63a8f333b8dd800b5927c9d5e3e3387fa8baaa07</id>
<content type='text'>
Implicitly fixed unsafe return code handling that could result in use-after-free.

Signed-off-by: Tilo Eckert &lt;tilo.eckert@flam.de&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 0423057424ce5af157e56defb129ad0607953985)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implicitly fixed unsafe return code handling that could result in use-after-free.

Signed-off-by: Tilo Eckert &lt;tilo.eckert@flam.de&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 0423057424ce5af157e56defb129ad0607953985)
</pre>
</div>
</content>
</entry>
<entry>
<title>available auth_methods must be reset on partial authentication</title>
<updated>2015-06-29T09:11:25+00:00</updated>
<author>
<name>Tilo Eckert</name>
<email>tilo.eckert@flam.de</email>
</author>
<published>2015-06-15T11:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=57fd8e3187a7812b9000394d5c1335a9d499c5f9'/>
<id>57fd8e3187a7812b9000394d5c1335a9d499c5f9</id>
<content type='text'>
Signed-off-by: Tilo Eckert &lt;tilo.eckert@flam.de&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit cc25d747d45f139729f1728cc5dcbd1666709a4f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tilo Eckert &lt;tilo.eckert@flam.de&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit cc25d747d45f139729f1728cc5dcbd1666709a4f)
</pre>
</div>
</content>
</entry>
<entry>
<title>channels: Fix exit-signal data unpacking</title>
<updated>2015-06-29T07:50:28+00:00</updated>
<author>
<name>Peter Volpe</name>
<email>pvolpe@redhat.com</email>
</author>
<published>2015-06-26T18:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=03972b16c9e4e6e394e1df48bb4b7915a6ad7b7b'/>
<id>03972b16c9e4e6e394e1df48bb4b7915a6ad7b7b</id>
<content type='text'>
Signed-off-by: Peter Volpe &lt;pvolpe@redhat.com&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 763735106564a3bff1ba9a3fece0dca58eec403f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Peter Volpe &lt;pvolpe@redhat.com&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 763735106564a3bff1ba9a3fece0dca58eec403f)
</pre>
</div>
</content>
</entry>
<entry>
<title>agent: Add ssh_set_agent_socket</title>
<updated>2015-06-29T07:47:35+00:00</updated>
<author>
<name>Peter Volpe</name>
<email>pvolpe@redhat.com</email>
</author>
<published>2015-06-26T15:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=ac7ed825859aeff8e68f83f68af8ae32835df574'/>
<id>ac7ed825859aeff8e68f83f68af8ae32835df574</id>
<content type='text'>
Allow callers to specify their own socket
for an ssh agent.

Signed-off-by: Peter Volpe &lt;pvolpe@redhat.com&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 7aeba71a92d5a2dcb606e94f95516b975242586c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow callers to specify their own socket
for an ssh agent.

Signed-off-by: Peter Volpe &lt;pvolpe@redhat.com&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 7aeba71a92d5a2dcb606e94f95516b975242586c)
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't allocate a new identity list in the new session's options.</title>
<updated>2015-06-24T16:36:10+00:00</updated>
<author>
<name>Seb Boving</name>
<email>seb@google.com</email>
</author>
<published>2015-06-04T22:39:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=196c2e9c1fa6b7eec3b80d79d08011cb39dd6454'/>
<id>196c2e9c1fa6b7eec3b80d79d08011cb39dd6454</id>
<content type='text'>
The previous list is not freed. Since the new session just got
created, an identity list is already allocated and empty.

Signed-off-by: Sebastien Boving &lt;seb@google.com&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit e020dd8d5917c3c957b73211cecc618d9f0207cb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous list is not freed. Since the new session just got
created, an identity list is already allocated and empty.

Signed-off-by: Sebastien Boving &lt;seb@google.com&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit e020dd8d5917c3c957b73211cecc618d9f0207cb)
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: Do not use CMAKE_(SOURCE|BINARY)_DIR</title>
<updated>2015-06-24T16:36:08+00:00</updated>
<author>
<name>Douglas Heriot</name>
<email>douglas@douglasheriot.com</email>
</author>
<published>2015-06-24T16:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=1accbcb98bd4c259151b6103b0771f2bed6a109c'/>
<id>1accbcb98bd4c259151b6103b0771f2bed6a109c</id>
<content type='text'>
(cherry picked from commit a65af1b3b8a4ea50fd687b6583eac93e38cf4f3b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit a65af1b3b8a4ea50fd687b6583eac93e38cf4f3b)
</pre>
</div>
</content>
</entry>
<entry>
<title>pki: Fix allocation of ed25519 public keys</title>
<updated>2015-06-24T16:36:08+00:00</updated>
<author>
<name>Tiamo Laitakari</name>
<email>tiamo.laitakari@cs.helsinki.fi</email>
</author>
<published>2015-06-15T11:32:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=342ae10f08adb4804806542d3b81a81a25d4a687'/>
<id>342ae10f08adb4804806542d3b81a81a25d4a687</id>
<content type='text'>
Signed-off-by: Tiamo Laitakari &lt;tiamo.laitakari@cs.helsinki.fi&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 5478de1a64251c3f7e19260e599045061136f2e9)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tiamo Laitakari &lt;tiamo.laitakari@cs.helsinki.fi&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 5478de1a64251c3f7e19260e599045061136f2e9)
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation fix where unsigned is used where signed is expected</title>
<updated>2015-06-24T16:36:08+00:00</updated>
<author>
<name>Jordy Moos</name>
<email>jordy@pbwebmedia.com</email>
</author>
<published>2015-06-12T13:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=eb98a780ed11cf83d2265a8a57c07419516c54de'/>
<id>eb98a780ed11cf83d2265a8a57c07419516c54de</id>
<content type='text'>
Signed-off-by: Jordy Moos &lt;jordymoos@gmail.com&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit fa9fbb1d670e1ee99ba8c5255c2d80ac699496e4)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jordy Moos &lt;jordymoos@gmail.com&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit fa9fbb1d670e1ee99ba8c5255c2d80ac699496e4)
</pre>
</div>
</content>
</entry>
</feed>
