42
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 19 hours ago.
Feb 28, 2025 — Feb 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed unnecessary casts and added const where necessary. More... over 18 years ago
Added const to varname parameter of libssh2_channel_setenv_ex More... over 18 years ago
Fixed the samples to build outside the source tree. Removed redundant _SOURCES lines. More... over 18 years ago
Satish Mittal and David J Sullivan fixed an infinit recv() loop in libssh2_banner_receive() More... over 18 years ago
fixed test makefile to generate config.h. More... over 18 years ago
we work on 0.18 now, although it might be 1.0 - who knows? More... over 18 years ago
0.17 re-indent More... over 18 years ago
re-indented the source code with this script: More... over 18 years ago
0.16 news More... over 18 years ago
libssh2_userauth_list() requires the lenght of the username to be passed, and not the sizeof() the array holding it.
jehousley
as James Housley
More... over 18 years ago
LIBSSH2_APINO is now gone, the sooner the better. This is gonna cause some pains in apps relying on it, but it is broken by design and we should not rely on it at all. Go for the LIBSSH2_VERSION_* defines instead if you need to check for versions. More... over 18 years ago
this is generated, no need to commit it More... over 18 years ago
The examples no longer have an include path pointing to the private source dir but instead uses its own config.h file, that now is included first to make large file magic have an effect. More... over 18 years ago
add large file magic checks, and make sure we update the config.h file in the example/simple subdir as well More... over 18 years ago
create a private config.h file for the examples More... over 18 years ago
Peter O'Gorman pointed out (and fixed) that the non-blocking check in configure made libssh2 use blocking sockets on AIX 4 and 5, while that wasn't the intention. More... over 18 years ago
libssh2_poll() no longer relies on C99 features but instead uses alloca() on systems that have it - and uses a fixed-size array on those that don't. session.c was also cleaned from a large amount of trailing whitespace. More... over 18 years ago
ooups - forgotten var added. More... over 18 years ago
added keyboard-interactive auth method; added 5. argument to specify auth method. More... over 18 years ago
changed prelude file for gcc build. More... over 18 years ago
added var to specify cross compiler prefix. More... over 18 years ago
added some defines for MSVC and other non-gcc compilers. More... over 18 years ago
moved the inclusion of libssh2_config.h to the top. More... over 18 years ago
added keyboard-interactive auth method; added 4. argument to specify auth method. More... over 18 years ago
moved blocks to make keyboard-interactive second choice (if implemented). More... over 18 years ago
few cosmetic changes; added block for future implementation of keyboard-interactive method. More... over 18 years ago
removed obsolete line. More... over 18 years ago
added selection of authentication method based on what libssh2_userauth_list() returns; added vars for the key files. More... over 18 years ago
* After setting the error to the error string from in the packet, set the pointer to NULL so it can't be double freed. * On session cleanup be sure to free the last error if it needs to be
jehousley
as James Housley
More... over 18 years ago
The test after the memory allocation was backwards, so keyboard-interactive would always fail due to a memory problem.
jehousley
as James Housley
More... over 18 years ago