42
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix the return value description of libssh2_knownhost_free(). More... over 16 years ago
Fix compiler warnings for size_t pointers on 32-bit Windows. More... over 16 years ago
Define INVALID_SOCKET and use it instead of SOCKET_BAD. More... over 16 years ago
Use libssh2_socket_t in the ssh-agent stuff. Define a portability macro SOCKET_BAD which means "invalid socket". More... over 16 years ago
Mark/unmark connection to Pageant is open/close. More... over 16 years ago
Add test to check if the socket is connected. More... over 16 years ago
Add libssh2.pc to top-level .gitignore More... over 16 years ago
Fix publickey authentication regression More... over 16 years ago
Add a direct-tcpip example which shows local port forwarding More... over 16 years ago
Add session parameter and LIBSSH2_TRACE_SOCKET to libssh2_trace(3) man page More... over 16 years ago
Add TODO: Expose error messages sent by the server More... over 16 years ago
Fix doc comments. More... over 16 years ago
Add man pages for ssh-agent API. More... over 16 years ago
Don't request userauthlist after authentication. More... over 16 years ago
Add. More... over 16 years ago
Add an example to use ssh-agent API. More... over 16 years ago
Move examples from example/simple to example/. More... over 16 years ago
Move examples from example/simple to example/. More... over 16 years ago
_libssh2_list_insert() fixed to work More... over 16 years ago
Silence compiler warnings. More... over 16 years ago
Add ssh-agent API. More... over 16 years ago
Add callback-based API for publickey auth. More... over 16 years ago
Check for the right environment variable in the test app More... over 16 years ago
Silence warning about unused function parameter. More... over 16 years ago
avoid returning data to memory already freed More... over 16 years ago
Use LIBSSH2_TRACE_* internally and remove redundant LIBSSH2_DBG_* More... over 16 years ago
Add LIBSSH2_TRACE_SOCKET context for tracing send() and recv() More... over 16 years ago
Another transport layer fix for bogus -39 (LIBSSH2_ERROR_BAD_USE) errors More... over 16 years ago
libgcrypt: simplify code of _libssh2_dsa_sha1_sign
kdudka
as Kamil Dudka
More... over 16 years ago
libgcrypt: follow-up for ssh-dss padding fix
kdudka
as Kamil Dudka
More... over 16 years ago