Fix authentication test mock setup. |
|
More...
|
over 11 years ago
|
Test new SFTP stream instead of `CSftpStream`. |
|
More...
|
over 11 years ago
|
Allow the user to set SFTP stream buffer size. |
|
More...
|
over 11 years ago
|
Fix lost data during SFTP stream read/write. |
|
More...
|
over 11 years ago
|
Overloaded constructors to open SFTP streams using `std::ios_base` flags. |
|
More...
|
almost 12 years ago
|
Test SFTP file stream handling of read-only files. |
|
More...
|
almost 12 years ago
|
Fix display of modified/accessed dates in local time zone. |
|
More...
|
almost 12 years ago
|
Use libssh2 wrapper streams instead of `CSftpStream` |
|
More...
|
almost 12 years ago
|
Test SFTP streams with large reads/writes spanning multiple buffers. |
|
More...
|
almost 12 years ago
|
Make SFTP istream and ostream seekable. |
|
More...
|
almost 12 years ago
|
Added input-output seekable SSH fstream. |
|
More...
|
almost 12 years ago
|
Added missing `inline` modifiers on SSH stream functions. |
|
More...
|
almost 12 years ago
|
Rename sftp stream devices to make their nature more obvious. |
|
More...
|
almost 12 years ago
|
Fix default file creation permissions so they are 0644 as documented. |
|
More...
|
almost 12 years ago
|
Unit tests for reading/writing binary data with SFTP IOStreams. |
|
More...
|
almost 12 years ago
|
IOStreams wrapper around libssh2 SFTP files. |
|
More...
|
almost 12 years ago
|
Add directory creation to libssh2 wrapper and use to implement Provider. |
|
More...
|
almost 12 years ago
|
Removed unused file creation function. |
|
More...
|
almost 12 years ago
|
Add file renaming to libssh2 wrapper and use to implement Provider. |
|
More...
|
almost 12 years ago
|
Use file deletion code from libssh2 wrapper. |
|
More...
|
almost 12 years ago
|
Added file deletion functions to libssh2 SFTP wrapper. |
|
More...
|
almost 12 years ago
|
Fix unused variable warning. |
|
More...
|
almost 12 years ago
|
Abstract authentication mechanisms behind common function interface. |
|
More...
|
almost 12 years ago
|
Suppress empty keyboard-interactive challenges. |
|
More...
|
almost 12 years ago
|
Fix crash if keyboard-interactive name or prompt are not sent by server. |
|
More...
|
almost 12 years ago
|
Ignore failures where server has lied about keyboard-interactive support. |
|
More...
|
almost 12 years ago
|
Fix comments typo in kb-int wrapper. |
|
More...
|
almost 12 years ago
|
Handle userauth list fetching authenticating with "none" method. |
|
More...
|
almost 12 years ago
|
Revived long dead unit tests of kb-interactive dialog. |
|
More...
|
almost 12 years ago
|
Do keyboard-interactive authentication via libssh2 wrapper. |
|
More...
|
almost 12 years ago
|