<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libssh.git/include/libssh/misc.h, 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>session: Cleanup timeout functions and fix packets termination.</title>
<updated>2012-01-02T11:42:47+00:00</updated>
<author>
<name>rofl0r</name>
<email>retnyg@gmx.net</email>
</author>
<published>2011-12-31T01:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=558b53a856c5df5efcee70f1ee0aba6cc10fe9ea'/>
<id>558b53a856c5df5efcee70f1ee0aba6cc10fe9ea</id>
<content type='text'>
It is possible that we get unrelated packets while waiting for
termination, thus waiting indefinitely. As a workaround we have to
check the user-supplied timeout.
Also cleaned up ssh_blocking_flush, which was using the timeout in a
bogus manner (resetting the timeout after each check).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is possible that we get unrelated packets while waiting for
termination, thus waiting indefinitely. As a workaround we have to
check the user-supplied timeout.
Also cleaned up ssh_blocking_flush, which was using the timeout in a
bogus manner (resetting the timeout after each check).
</pre>
</div>
</content>
</entry>
<entry>
<title>channels: replaced bugged lists with ssh_list</title>
<updated>2011-09-02T20:59:44+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2011-09-02T10:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=64b125700eb472787eea6dba9d2ca29d8bc360d7'/>
<id>64b125700eb472787eea6dba9d2ca29d8bc360d7</id>
<content type='text'>
(cherry picked from commit 6d8bb956c5caa48c2aba6713f067224650c3c1e1)

Conflicts:

	src/channels.c
	src/session.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 6d8bb956c5caa48c2aba6713f067224650c3c1e1)

Conflicts:

	src/channels.c
	src/session.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduced ssh_timeout_elapsed functions</title>
<updated>2011-05-25T19:59:51+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2011-05-24T21:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=09b0018b938bfbbe0d5b5363b8e011aa7bfbf2f2'/>
<id>09b0018b938bfbbe0d5b5363b8e011aa7bfbf2f2</id>
<content type='text'>
Functions to mesure elapsed time before and after a serie of
calls. Introduces a dependancy to clock_gettime() and librt,
hope this doesn't break anything. Porting to gettimeofday() should
not be too hard.
(cherry picked from commit 59f7647cd97c62ab7a26725e5a166dcb54b27bc6)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Functions to mesure elapsed time before and after a serie of
calls. Introduces a dependancy to clock_gettime() and librt,
hope this doesn't break anything. Porting to gettimeofday() should
not be too hard.
(cherry picked from commit 59f7647cd97c62ab7a26725e5a166dcb54b27bc6)
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: Added ssh_is_ipaddr() function.</title>
<updated>2011-02-12T18:22:01+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@cryptomilk.org</email>
</author>
<published>2011-02-12T16:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=dacfc41d21ee19bfe1a71711a4ce3273fd4bcfb7'/>
<id>dacfc41d21ee19bfe1a71711a4ce3273fd4bcfb7</id>
<content type='text'>
(cherry picked from commit b313fa944a5ab6e0eb935601cfdf60cf9008d06c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit b313fa944a5ab6e0eb935601cfdf60cf9008d06c)
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: Differentiate between client and server in ssh_analyze_banner.</title>
<updated>2010-09-29T10:11:43+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@cynapses.org</email>
</author>
<published>2010-09-29T10:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=1b471256d4371f4789da6fa345ead4015623abbe'/>
<id>1b471256d4371f4789da6fa345ead4015623abbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: Move ssh_analyze_banner to a common location.</title>
<updated>2010-09-29T09:26:35+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@cynapses.org</email>
</author>
<published>2010-09-29T09:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=8b719e51cf3e1b0ee7bee93a006bfa517fba4926'/>
<id>8b719e51cf3e1b0ee7bee93a006bfa517fba4926</id>
<content type='text'>
Don't duplicate functions!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't duplicate functions!
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a function to expand an escaped string.</title>
<updated>2010-05-11T00:10:55+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>mail@cynapses.org</email>
</author>
<published>2010-05-10T21:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=fac56bae327d503464c6c08113b41153064551a1'/>
<id>fac56bae327d503464c6c08113b41153064551a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a function to expand the tilde from a path.</title>
<updated>2010-05-11T00:10:55+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>mail@cynapses.org</email>
</author>
<published>2010-05-10T20:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=4df7daec82eeae4d492a34c0d8c37e186e65fd77'/>
<id>4df7daec82eeae4d492a34c0d8c37e186e65fd77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First implementation of known_hosts with port read</title>
<updated>2010-04-30T22:40:10+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2010-04-30T22:40:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=22be109956d0fe66e09bf9b13d1d2a37f7678cba'/>
<id>22be109956d0fe66e09bf9b13d1d2a37f7678cba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
