File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ libssh2 1.2.6 (June 10, 2010)
2
+
3
+ This release includes the following changes:
4
+
5
+ o Added libssh2_sftp_statvfs() and libssh2_sftp_fstatvfs()
6
+ o Added libssh2_knownhost_checkp()
7
+ o Added libssh2_scp_send64()
8
+
9
+ This release includes the following bugfixes:
10
+
11
+ o wait_socket: make c89 compliant and use two fd_sets for select()
12
+ o OpenSSL AES-128-CTR detection
13
+ o proper keyboard-interactive user dialog in the sftp.c example
14
+ o build procedure for VMS
15
+ o fixed libssh2.dsw to use the generated libssh2.dsp
16
+ o several Windows-related build fixes
17
+ o fail to init SFTP if session isn't already authenticated
18
+ o many tiny fixes that address clang-analyzer warnings
19
+ o sftp_open: deal with short channel_write calls
20
+ o libssh2_publickey_init: fixed to work better non-blocking
21
+ o sftp_close_handle: add precation to not access NULL pointer
22
+ o sftp_readdir: simplified and bugfixed
23
+ o channel_write: if data has been sent, don't return EAGAIN
24
+
1
25
Version 1.2.5 (April 13, 2010)
2
26
3
27
This release includes the following changes:
You can’t perform that action at this time.
0 commit comments