New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add multiple features, bug fixes and update libssh2 to the latest stable. #90
Commits on May 8, 2019
-
-
Add libsssh2_session_method_pref
This enables giving ssh a prefered list of options such as kex, ciphers, MACs and etc
ArvydasVe committedMay 8, 2019 -
Merge pull request #1 from getCUJO/add_method-pref_function
Add libsssh2_session_method_pref
ArvydasVe committedMay 8, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on May 21, 2019
-
ArvydasVe committed
May 21, 2019 -
Merge pull request #2 from getCUJO/add_method-pref_function
Add recompiled cython files
ArvydasVe committedMay 21, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Nov 2, 2019
-
Merge branch 'master' of github.com:ParallelSSH/ssh2-python
Red-M committedNov 2, 2019 -
Merge github.com:dvolodin7/ssh2-python
Red-M committedNov 2, 2019 -
Update libssh2 to 1.9.0 stable.
Regenerate Cython files. Add `ssh2.session.Session.method_pref()` doc string. Update .gitignore to include src directory to ignore libssh2 rebuilds.
Red-M committedNov 2, 2019 -
Red-M committed
Nov 2, 2019
Commits on Nov 6, 2019
-
Add additional error codes. Add `session.method_pref()` docs and tests. Add `session.methods()`, docs and tests. Add `session.supported_algs()`, docs and tests. Add `session.flag()`, docs and tests. Bug fix for `session.userauth_publickey_frommemory()` being provided no public key and throwing a type error.
-
Commits on Nov 9, 2019
-
Add callback function typedef for keyboard interactive authentication. Add `ctypedef`s for keyboard interactive authentication. Fix keyboard interactive authentication function def in c_ssh. Internally hide that `libssh2_userauth_keyboard_interactive` takes a callback function and not a string...
-
Commits on Dec 8, 2019
-
Allow for global name import of the library.
Add enums to clean up any symbols from libssh2 and make interacting with them much easier to do. Add additional unit tests for #86
-
Commits on Dec 18, 2019
Commits on Feb 16, 2020
Commits on Mar 19, 2020
-
Fix `ssh2.enums.HOSTKEY_TYPE` enum.
Correct issue in `ssh2.sftp_handel.SFTPHandle.readdir*()` which adds EAGAIN items into the generators.
Commits on Jun 6, 2020
-
Turn libssh2 source tree into git submodule.
Rename library to redlibssh2.
-
-
Changes to push package up to pypi.
Red-M committedJun 6, 2020 -
-