Skip to content

Add multiple features, bug fixes and update libssh2 to the latest stable. #90

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

Closed
wants to merge 32 commits into from

Conversation

Red-M
Copy link

@Red-M Red-M commented Nov 6, 2019

New PR at #94

dvolodin7 and others added 13 commits May 8, 2019 07:49
This enables giving ssh a prefered list of options such as
kex, ciphers, MACs and etc
Regenerate Cython files.
Add `ssh2.session.Session.method_pref()` doc string.
Update .gitignore to include src directory to ignore libssh2 rebuilds.
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.
@Red-M Red-M changed the title Multiple feature and bug fixes. Add multiple features and bug fixes. Nov 6, 2019
@Red-M

This comment was marked as spam.

Red_M added 2 commits November 9, 2019 22:20
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...
@Red-M

This comment was marked as spam.

@Red-M

This comment was marked as spam.

@Red-M Red-M changed the title Add multiple features and bug fixes. Add multiple features, bug fixes and update libssh2 to the latest stable. Nov 9, 2019
@Red-M

This comment was marked as spam.

Red_M added 7 commits March 19, 2020 17:41
@Red-M Red-M force-pushed the master branch 2 times, most recently from bb45389 to ac1687a Compare June 13, 2020 15:11
@llchan
Copy link

llchan commented Jun 23, 2020

@pkittenis are you still maintaining this project? This PR has been incubating for quite some time and fixes many outstanding issues.

@Red-M I appreciate the work put in here + to get it out on pypi so it's more easily accessible. That said, would you mind cutting a new/edited PR in this repo that points to a commit before you made some of the renaming changes in your master branch? It would be better to merge your changes here rather than forking off forever, and in its current state the PR has unrelated changes.

@Red-M

This comment was marked as spam.

@Red-M

This comment was marked as spam.

@Red-M Red-M closed this Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants