-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathChanges
More file actions
38 lines (28 loc) · 1.01 KB
/
Changes
File metadata and controls
38 lines (28 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Revision history for Perl extension Libssh.
1.1 2024-06-18
- Fix release
1.0 2024-05-28
- Fix race condition when exiting channel (PR #13)
0.9 2022-05-03
- Add sftp_canonicalize_path binding
- Add sftp_read binding
0.8 2020-06-29
- Add ssh_channel_request_shell binding
0.7 2019-10-09
- Add keyboard-interactive authentication method mapping (thanks to brodafly)
- Add an example to multiple parrallel server executions (thanks to brodafly)
0.6 2019-09-09
- Fix redefine Subroutines with sftp class loading
- Add sftp file type constants
- Add sftp mkdir/rename/rmdir bindings
0.5 2019-09-07
- Update version for libssh 0.9.0 (no confusing)
0.4 2018-01-04
- Fix issue with wrong option name for sshdir and knowhosts
0.3 2017-08-31
- add sftp function: unlink, open/write/close file, list_dir
- add ssh function: ssh_userauth_gssapi
- add the capability to send input in a ssh channel
- Fix issue when we close a channel
0.1 2015-01-02
- initial version