<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libssh.git/libssh/config.c, branch v0-5</title>
<subtitle>libssh shared repository</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/'/>
<entry>
<title>misc: Rename libssh/ to src/</title>
<updated>2010-09-06T12:28:38+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@cynapses.org</email>
</author>
<published>2010-09-06T12:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=f7842e3a4b9acea2126ff725f993c299aef0e6db'/>
<id>f7842e3a4b9acea2126ff725f993c299aef0e6db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>config: Use ssh log and error functions for problems.</title>
<updated>2010-06-03T14:45:23+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@cynapses.org</email>
</author>
<published>2010-06-03T14:45:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=cd1129b9b879066754797ec6522e58ac7f7f5fc5'/>
<id>cd1129b9b879066754797ec6522e58ac7f7f5fc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh_socket support for 2 fd + Proxyhost command</title>
<updated>2010-05-08T22:48:10+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2010-05-08T22:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=f31a14b7932ef4cc165ddd8f1f1a5b23eb21beb3'/>
<id>f31a14b7932ef4cc165ddd8f1f1a5b23eb21beb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings</title>
<updated>2010-04-14T19:20:42+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2010-04-14T19:20:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=ee2bee88eedb7799bcd70e78eefa2205ff05a719'/>
<id>ee2bee88eedb7799bcd70e78eefa2205ff05a719</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.</title>
<updated>2010-04-07T09:29:47+00:00</updated>
<author>
<name>Ruben Garcia Azuara</name>
<email>rubenga@tid.es</email>
</author>
<published>2010-04-06T18:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=5a2abd34ce9ad97c69906c5fb7b07e26e96fceaa'/>
<id>5a2abd34ce9ad97c69906c5fb7b07e26e96fceaa</id>
<content type='text'>
Added OpenSSH parameters to libssh:
  - StrictHostKeyChecking
  - UserKnownHostsFile

This parameters are useful to avoid checking the fingerprint. Eg:

~/.ssh/config:
    Host 192.10.20.30
    StrictHostKeyChecking no
    UserKnownHostsFile /dev/null

Signed-off-by: Ruben Garcia Azuara &lt;rubenga@tid.es&gt;
Signed-off-by: Andreas Schneider &lt;mail@cynapses.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added OpenSSH parameters to libssh:
  - StrictHostKeyChecking
  - UserKnownHostsFile

This parameters are useful to avoid checking the fingerprint. Eg:

~/.ssh/config:
    Host 192.10.20.30
    StrictHostKeyChecking no
    UserKnownHostsFile /dev/null

Signed-off-by: Ruben Garcia Azuara &lt;rubenga@tid.es&gt;
Signed-off-by: Andreas Schneider &lt;mail@cynapses.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed solaris compilation warning and ignore case at host parameter.</title>
<updated>2010-04-07T09:29:47+00:00</updated>
<author>
<name>Ruben Garcia Azuara</name>
<email>rubenga@tid.es</email>
</author>
<published>2010-04-06T17:39:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=14eb593af3c41ea439f01d34aaae497d8420f316'/>
<id>14eb593af3c41ea439f01d34aaae497d8420f316</id>
<content type='text'>
  - Suppress compilation warning in solaris caused by a comma at the end of
    the last value.
  - Ignore case at host parameter in config file

Signed-off-by: Ruben Garcia Azuara &lt;rubenga@tid.es&gt;
Signed-off-by: Andreas Schneider &lt;mail@cynapses.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Suppress compilation warning in solaris caused by a comma at the end of
    the last value.
  - Ignore case at host parameter in config file

Signed-off-by: Ruben Garcia Azuara &lt;rubenga@tid.es&gt;
Signed-off-by: Andreas Schneider &lt;mail@cynapses.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed config parsing wich has overwritten user specified values.</title>
<updated>2010-04-04T12:03:44+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>mail@cynapses.org</email>
</author>
<published>2010-04-04T12:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=3e0959fa1b46c868e3a83183a69ec831c9ee9d2e'/>
<id>3e0959fa1b46c868e3a83183a69ec831c9ee9d2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for SSHv1 Cipher variable.</title>
<updated>2010-03-12T18:01:50+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>mail@cynapses.org</email>
</author>
<published>2010-03-12T18:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=6372f671ed7424fe7fdf660362b2a79062ed1963'/>
<id>6372f671ed7424fe7fdf660362b2a79062ed1963</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try zlib compression and fallback to none if not available.</title>
<updated>2010-02-11T22:27:25+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>mail@cynapses.org</email>
</author>
<published>2010-02-11T22:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=6ae69e0df08d8f75ee538e8a6ea8d7b0f6641173'/>
<id>6ae69e0df08d8f75ee538e8a6ea8d7b0f6641173</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more error messages to config parser.</title>
<updated>2009-10-06T13:49:47+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>mail@cynapses.org</email>
</author>
<published>2009-10-06T13:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=d1b772f1bc05d33f0abbab191872093f91689c40'/>
<id>d1b772f1bc05d33f0abbab191872093f91689c40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
