-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #686 from mssun/master
Update libssh2 to 1.8.1
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libssh2
updated
10 files
+23 −25 | RELEASE-NOTES | |
+12 −0 | include/libssh2.h | |
+22 −4 | src/channel.c | |
+7 −2 | src/comp.c | |
+24 −0 | src/kex.c | |
+17 −8 | src/packet.c | |
+5 −0 | src/session.c | |
+260 −57 | src/sftp.c | |
+23 −3 | src/transport.c | |
+47 −8 | src/userauth.c |