Commit 7080f34
authored
Ssh2 build (#9)
Added libssh2 build script.
Refactor - moved agent init and auth functions to outside Session class.
Fixed double de-allocation of more than one channel from the same session.
Added session property to channel for parent session of channel.
Refactoring - made agent related functions available as Cython functions under ssh2.agent that can be cimported.
Fixed agent authentication error/exception handling.
Added authentication error handling session tests.
Added SFTPIOError exception.
Added last_errno and set_last_error session functions.
Added raising SFTPIOError on sftp mkdir errors.
Added socket object and file descriptor attributes to session object for better de-allocation of sockets and socket use via C-API.
Updated changelog.
Added bytes conversion on SFTP mkdir and mkdir test.
Re-generated C files for updated cython.
Implemented hostkey_hash session method for computing host key hash and test.
Minor code updates for performance.
Updated doc strings.
Fixed sftp readdir_ex long entry, added test. SFTP performance improvements.1 parent bf46014 commit 7080f34
File tree
28 files changed
+10081
-5280
lines changed- ci
- ssh2
- tests
- embedded_server
28 files changed
+10081
-5280
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
4 | 21 | | |
5 | 22 | | |
6 | 23 | | |
7 | 24 | | |
8 | | - | |
| 25 | + | |
9 | 26 | | |
10 | 27 | | |
11 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
0 commit comments