openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
libssh2
Settings
|
Report Duplicate
42
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
about 19 hours
ago.
Feb 28, 2025 — Feb 28, 2026
Showing page 93 of 110
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removed unnecessary casts and added const where necessary.
Dan Fandrich
More...
over 18 years ago
Added const to varname parameter of libssh2_channel_setenv_ex
Dan Fandrich
More...
over 18 years ago
Fixed the samples to build outside the source tree. Removed redundant _SOURCES lines.
Dan Fandrich
More...
over 18 years ago
Satish Mittal and David J Sullivan fixed an infinit recv() loop in libssh2_banner_receive()
Daniel Stenberg
More...
over 18 years ago
fixed test makefile to generate config.h.
Guenter Knauf
More...
over 18 years ago
we work on 0.18 now, although it might be 1.0 - who knows?
Daniel Stenberg
More...
over 18 years ago
0.17 re-indent
Daniel Stenberg
More...
over 18 years ago
re-indented the source code with this script:
Daniel Stenberg
More...
over 18 years ago
0.16 news
Daniel Stenberg
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.
Daniel Stenberg
More...
over 18 years ago
this is generated, no need to commit it
Daniel Stenberg
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.
Daniel Stenberg
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
Daniel Stenberg
More...
over 18 years ago
create a private config.h file for the examples
Daniel Stenberg
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.
Daniel Stenberg
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.
Daniel Stenberg
More...
over 18 years ago
ooups - forgotten var added.
Guenter Knauf
More...
over 18 years ago
added keyboard-interactive auth method; added 5. argument to specify auth method.
Guenter Knauf
More...
over 18 years ago
changed prelude file for gcc build.
Guenter Knauf
More...
over 18 years ago
added var to specify cross compiler prefix.
Guenter Knauf
More...
over 18 years ago
added some defines for MSVC and other non-gcc compilers.
Guenter Knauf
More...
over 18 years ago
moved the inclusion of libssh2_config.h to the top.
Guenter Knauf
More...
over 18 years ago
added keyboard-interactive auth method; added 4. argument to specify auth method.
Guenter Knauf
More...
over 18 years ago
moved blocks to make keyboard-interactive second choice (if implemented).
Guenter Knauf
More...
over 18 years ago
few cosmetic changes; added block for future implementation of keyboard-interactive method.
Guenter Knauf
More...
over 18 years ago
removed obsolete line.
Guenter Knauf
More...
over 18 years ago
added selection of authentication method based on what libssh2_userauth_list() returns; added vars for the key files.
Guenter Knauf
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
←
1
2
…
89
90
91
92
93
94
95
96
97
…
109
110
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree