RELEASE.0.16
libssh2_userauth_list() requires the lenght of the username to be passed, and not the sizeof() the array holding it.
Add.
Adding src/transport.c for the SECSH transport layer read/write in a non- blocking way. The channel code is now responsible for enabling/disabling blocking status and to work with it.