libssh2-1.2
Add gcov files.
Ignore generated files
Added ssh2_exec as a new example, showing how to run a command remotely with libssh2
remove pointless sleeps
These examples no longer need to explictly set the socket to non-blocking state as libssh2 itself will always do that by itself.
Ben Kibbey added a type parameter to the libssh2_session_hostkey() function, which hasn't yet been in a public release so changing the API is fine!
Olivier Hervieu provided this x11 forwarding example. This is the version after my initial cleanup that I posted to the list on May 26th 2009. It still has a few ugly spots that should be cleaned up, but until then it's will at least be found in the repo. For this reason I don't add this to the makefile.