3
I Use This!
Inactive

Commits : Listings

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